I couldn't get this to work in 4.2.0 pl3 until I found
this thread. I vaguely remember seeing they may have finally added a no-edit way to do this, but I can't recall where. Maybe I'm only remembering that you can change the home url in settings.
Quote:
1. In the header template, change this:
Code:
<a name="top" href="{vb:link forumhome}" class="logo-image">
to this:
Code:
<a name="top" href="{vb:raw vboptions.homeurl}" class="logo-image">
|