PDA

View Full Version : userid of profile page



sifuhall
Wed 23rd Sep '09, 1:56pm
I need to determine if the user viewing the profile is the owner of the profile.

I can create a template conditional and know how to determine the user id of the person viewing the profile, but how can I determine the user id of the profile the person is viewing?

Jake Bunce
Thu 24th Sep '09, 3:25pm
In the MEMBERINFO template you can use this:



<if condition="$userinfo['userid'] == $bbuserinfo['userid']">

</if>