Deanuk
02-16-2011, 08:59 PM
I have a few problems with my forum at the moment I was wondering if someone could help me? I have installed these themes: https://vborg.vbsupport.ru/showthread.php?t=214585
Included in the themes is the psd for the header, I have edited it but is leaving a gap between the header of the forum and the main body, it is quite hard to see but it is there, have a look towards the top left just under the header does anyone have any idea what's wrong with it?
My website adress is: www.forteensbyteens.com
All so one other things is I can't add a link to the navbar now I have done some research in to this but it doesn't seem to be the same type of code as is in my navbar template, basically I want to add a link to my v3 arcade but I can't find where to place it below is my navbar template coding can someone show me where to place it?
<if condition="$show['member'] AND $notifications_total">
<!-- notifications menu -->
<div class="vbmenu_popup" id="notifications_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr>
$notifications_menubits
</table>
</div>
<!-- / notifications menu -->
</if>
$ad_location[ad_navbar_below]
<!-- breadcrumb -->
<div id="navbar-row">
<if condition="is_array($navbits)">
<div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a> $navbits[breadcrumb]
» <strong>$navbits[lastelement]</strong></div>
<else />
<div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></div>
</if>
</div>
<br class="spacer8" />
<!-- / breadcrumb -->
Thanks
Dean
Included in the themes is the psd for the header, I have edited it but is leaving a gap between the header of the forum and the main body, it is quite hard to see but it is there, have a look towards the top left just under the header does anyone have any idea what's wrong with it?
My website adress is: www.forteensbyteens.com
All so one other things is I can't add a link to the navbar now I have done some research in to this but it doesn't seem to be the same type of code as is in my navbar template, basically I want to add a link to my v3 arcade but I can't find where to place it below is my navbar template coding can someone show me where to place it?
<if condition="$show['member'] AND $notifications_total">
<!-- notifications menu -->
<div class="vbmenu_popup" id="notifications_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr>
$notifications_menubits
</table>
</div>
<!-- / notifications menu -->
</if>
$ad_location[ad_navbar_below]
<!-- breadcrumb -->
<div id="navbar-row">
<if condition="is_array($navbits)">
<div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a> $navbits[breadcrumb]
» <strong>$navbits[lastelement]</strong></div>
<else />
<div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></div>
</if>
</div>
<br class="spacer8" />
<!-- / breadcrumb -->
Thanks
Dean