Quote:
Originally Posted by Spank
I think it would be:
Code:
<if condition="$bbuserinfo['userid'] == 1"> link to show</if>
Give that a try anyway.
|
kool thanks for the quick reply but i want the link only to show for 2 members onl so would it be something like:
Code:
<if condition="$bbuserinfo['userid'] ==1 AND 2">
or would i have to use a double barrleed conditional like:
Code:
<if condition="$bbuserinfo['userid'] == 1">
<if condition="$bbuserinfo['userid'] == 2">
link to show
</if>
</if>
Thanks again