Quote:
|
Originally Posted by kall Ahhh righty...so I change the '$post' bit to whatever variable is being called, and the userid bit is what stays the same..
Gotcha. |
Yep, that's about it.
Now for some fun.
To show something to everyone except specific users
Code:
<if condition="$bbuserinfo[userid] == X OR $bbuserinfo[userid] == Y">
<else />
Your code goes here
</if>