PDA

View Full Version : Is it possible to....


Chimpie
02-24-2009, 03:44 PM
Is it possible to remove the site/forum/page information from this box (see attached picture) and put an image there instead?

Lynne
02-24-2009, 04:27 PM
Yes. Look in your navbar code for
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
to
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
<if condition="$show['member']">
<td class="alt2" nowrap="nowrap">

And remove everything from the red code to the red code.

Chimpie
04-04-2009, 11:20 PM
I just realized I never said thanks for this.... so thanks!