Quote:
Originally Posted by G_Man
Question for ya, Syrus...
PHP Code:
<if condition="$show['member']">
I just learning this php stuff, so how do a write a conditional array, so that I can enter just few userid's to see the button for right now while I set it up and my DJ provides material ??
|
Sorry, I missed this post...
To create a usergroup contional array you would have your code like this, but obviously changing the X's for usergroup ID's.
PHP Code:
<if condition="!in_array($bbuserinfo[usergroupid], array(X,X,X))">
<!-- whatever goes here -->
</if>