Daggerzz
08-18-2008, 07:03 PM
Im trying to add a button to the thread view postbit controlls next to the edit and quote buttons. Adding the button is easy but Im trying to make it so only the original poster can see the button If i put in the conditional
<if condition="$vbulletin->userinfo['userid'] == $threadinfo['postuserid']">
everyone can see it
if i put in the conditional
<if condition="$threadinfo['postuserid'] == $bbuserinfo['userid']">
no one can see it
shouldnt both of these return the same result?
<if condition="$vbulletin->userinfo['userid'] == $threadinfo['postuserid']">
everyone can see it
if i put in the conditional
<if condition="$threadinfo['postuserid'] == $bbuserinfo['userid']">
no one can see it
shouldnt both of these return the same result?