
11-05-2006, 07:32 PM
|
|
|
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by EasyTarget
I was wondering how I could use conditionals to show a message/ads to guests, unconfirmed users, members who have never posted and members who need to 'post more often'.
right now I have
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(1, 3))">
|
Out of the box this plugin already shows messages to all of those groups.
|