Hey guys,
me and my Staff team at my board wanted to promote a certain event (a topic at the boards) with a special banner on the right of the forum index. The normal site banner is on the left, and for the fun part we wanted to add a special logo on the right. I'd absolutely, totally love it if I could link this logo to that topic when you click on it. Is there any way to do this? I know I've to do something in the header template, but I'm new to vB and don't know exactly what to do. Here's my banner code:
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]">
<img src="images/bgold/misc/logowse.gif" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]"> </td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output