Quote:
Originally Posted by Charlie Argueta
Again, can you help me with this?
The thing is that at least I need a style variable to restrict the shoutbox not only to the unregistred, also to another group.
Something like:
Code:
<if usergroup="number" bla bla bla "noposting" ...
Please, help me
See Ya
|
HTML Code:
<if condition="$bbuserinfo[usergroupid] == X">
Some code here
</if>
Multiple usergroups
HTML Code:
<if condition="$bbuserinfo[usergroupid] == X OR $bbuserinfo[usergroupid] == X">
Some code here
</if>
Replace X with whatever usergroup you want, 6 = admin, etc.....
read more on template conditionals here.
http://www.vbulletin.com/docs/html/m...e_conditionals
I really should install this again to see what all the problems are.