The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want to make a button with a function available only to the
thread starter and admins. What condition would I use for this? I tried: Code:
<if condition="$firstpostinfo[userid] == $bbuserinfo[userid]">
image.gif
</if>
and the original thread started no longer has the button
|
|
#2
|
|||
|
|||
|
Try this:
PHP Code:
|
|
#3
|
|||
|
|||
|
Many thank you's Gearloose
Your little bit of information has helped me add a great function to our support forums. .thumbsup. |
![]() |
|
|