Quote:
Originally Posted by xOzzie
SmashinYoungMan, I like what you've done. Can you post an example of your "if" statement so I can see how you did that?
Thanks!
|
Sure.
HTML Code:
<if condition="in_array($bbuserinfo[usergroupid], array(6,7,2,5,10,11))">
<td width="50%" class="marqueebar">$marquee</td>
<else />
<td width="50%" class="marqueebar">$marquee2</td>
</if>
The array is all my registered usergroups, and $marquee shows the message I'd like them to see. The $marquee2, which is the duplicated marquee system, shows the unregistered/not-logged-in message.