RedFoxy
12-04-2008, 01:50 PM
Hi all!
I wanna do a condition in my tpl to exclude some users groups to show a piece of template...
Actualy i use that code but i don't like it:
<if condition="$post[postcount] % $vboptions[maxposts] == 1 AND ($bbuserinfo[posts]<2000 OR !$bbuserinfo[userid])">
html tags...
</if>
Now i wanna change that condition to show to ALL and exclude some user groups...
How can I do?
I wanna do a condition in my tpl to exclude some users groups to show a piece of template...
Actualy i use that code but i don't like it:
<if condition="$post[postcount] % $vboptions[maxposts] == 1 AND ($bbuserinfo[posts]<2000 OR !$bbuserinfo[userid])">
html tags...
</if>
Now i wanna change that condition to show to ALL and exclude some user groups...
How can I do?