It it all in my post... I can't understand what you don't get...
Quote:
Option I for forumid1
if not
Option II for forumid2
if not GENERAL OPTION for rest of the forums
|
Code:
<if condition="$forumid == 1">
Displayed to users in forum 1
<else />
<if condition="$forumid == 2">
Displayed to users in forum 2
<else />
Displayed to everyone who is NOT in forum 1 or 2
</if>
</if>
I match up colours...does it make sense now?:erm: