Log in

View Full Version : How can I edit the Box Above navbar?


24hourForum.com
09-16-2008, 01:27 AM
How can I edit the Box Above navbar? i want to place it on the bottom of the navbar on all pages.

https://vborg.vbsupport.ru/attachment.php?attachmentid=86940&stc=1&d=1221532005

Thank you

Lynne
09-16-2008, 01:40 AM
If you look at your navbar template, it is in parts like this:

<br />

<!-- breadcrumb, login, pm info -->
a bunch of stuff
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
a bunch of stuff
<!-- / nav buttons bar -->

<br />
<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
all the drop-down stuff
<!-- / PAGENAV POPUP -->
</if>
Just move this stuff:
<!-- breadcrumb, login, pm info -->
a bunch of stuff
<!-- / breadcrumb, login, pm info -->

To below this stuff:
<!-- nav buttons bar -->
a bunch of stuff
<!-- / nav buttons bar -->

24hourForum.com
09-16-2008, 02:56 AM
You ROCK! Thanks Very Much :)