Hi. I have this working fine on our normal pages now but it doesn't want to work on our advance pages (note that I moved the banner into the header and changed the code as follows)
Code:
<if condition="$foruminfo['banner'] AND $foruminfo['bannerlink']"><a href="$foruminfo[bannerlink]" target="_blank"><img src="images/banner/$foruminfo[banner]" alt="$foruminfo[banner]" border="0" /></a>
<else />
<if condition="$foruminfo['banner']"><img src="images/banner/$foruminfo[banner]" alt="$foruminfo[banner]" border="0" />
<else /><img src="images/banner/default.gif" border="0">
</if></if></if>
That displays a default image if no forum is currently selected (like the main page). Anyway, vbadvance displays the default, but I would like it to display the banner... Wait a sec... BRB