Steve Machol
Wed 20th Dec '06, 1:46am
To change the URL of the header logo, edit the header template and change this:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$st
ylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
To this:
<td align="$stylevar[left]"><a href="http://www.yoursite.com"><img src="$stylevar[titleimage]" bord
er="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
...with "http://www.yoursite.com" being the URL to the page you want to link to.
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$st
ylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
To this:
<td align="$stylevar[left]"><a href="http://www.yoursite.com"><img src="$stylevar[titleimage]" bord
er="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
...with "http://www.yoursite.com" being the URL to the page you want to link to.