This is what I want:
How do I edit template to achieve this?
TIA
vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.
This is a discussion on moving navbar? within the Template Modifications forums, part of the vBulletin SEO Discussion category; This is what I want: How do I edit template to achieve this? TIA...
This is what I want:
How do I edit template to achieve this?
TIA
Last edited by wmlvb; 11-22-2008 at 10:20 AM.
You can just move the <!--VBSEO_RR_1--> that is in your template and move that above the navbits part.
Michael Biddle / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation
I tried that and it is still in the welcome box area and not below the rr like yours. I did notice a non linkable text version was generated when I did this. Not sure why it added that! General AFA Community Discussion - USAFA Community
Here is a link so you can see what I mean
anybody can help?
I think the nayvbar (?) may be "stuck" in that welcome user template. Is that what you see? If so how and where do I edit to remove so down by the posts area like yours.?
I read your first post wrong. If you are just wanting to move the navbits, find this in the navbar template:
Please note that if you move that out of the navbar template, most variables will not work.HTML Code:<if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="bottom"> <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td> <td> </td> <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> </tr> <tr> <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><h3><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></h3></td> </tr> </table> <else /> <div class="navbar" style="font-size:10pt"><h3><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></h3></div> </if>
Michael Biddle / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation