Quote:
Originally Posted by Opserty
It it all in my post... I can't understand what you don't get...
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:
|
No, it is not that. It allways show me third (general option), even on forumid1 and forumid2? So I suppose error is in third option, where must be condition for rest of the forums (id) AND it must exclude forum id 1 and forum id 2.
How is now I think that code displey banner from third (general) option on all forums, even on forum id 1 and forum id 2?