Quote:
Originally Posted by SeanThomps
hey thanks guys! Looks great Jason...just what I need.
Hey Jason, since it sounds like you know a bit about the code. Do you know how I can change the logo on the portal from linking to the portal (when on the portal page), to changing it to link to the forums? I would love if my users could just click that logo, and go into the index.
here's my site to see the logo example: http://www.volconvo.com
|
The easiest way would just be to modify the url in the header template. I just hardcoded mine to point directly to my forum index page. If you're just using the default header template this should help you out.
Find in Header :
---------------
HTML Code:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Then just modify the "$vboptions[forumhome].php?$session[sessionurl]" part to point directly to your forum index page.