Different Header for forums

stefan-te

New Member
My forum i split in 3 parts:
1.DownloaDs
2.Design & GFX
3.Discussions

Now i wnat for Design & GFX to chage the header to onother, same as discussions, any help?

Thanks!
 
test with a condition, i think it's work (for showthread i'm not sure)

Code:
<if condition="$forumid == [color=Red]X[/color]">
<img src="YOUR LINK BANNER" alt="" />
<else />
<if condition="$forumid == [color=Red]X[/color]">
<img src="YOUR LINK BANNER" alt="" />
<else />
<if condition="$forumid == [color=Red]X[/color]">
<img src="YOUR LINK BANNER" alt="" />
<else />
<img src="YOUR LINK BANNER FOR ALL THE REST" alt="" />
</if>
</if>
</if>

X = id of the forum
 
Back
Top