Hey guys..
I want to show different banners for different forums.
So, if I use the code below, will it do?
Code:
<if condition="in_array($forumid, array(X,Y,Z))">
<center>My Banner Code 1</center>
else
<center>My Banner Code 2</center>
</if>
And how can I use it as plugin and place the output in the desired template (Header, in this case to show everywhere in my forum)?