View Full Version : Get rid of Bread Crumbs and Login at the top of the Page
CoolHandLuke
05-12-2006, 08:11 PM
I didn't the bread crumbs on my main page. Also I didn't want the login in block/member info at the top because I have the members block displaying that information.
Edit navbar template:
FIND
<!-- breadcrumb, login, pm info -->
<table class="page" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
POST BELOW
<if condition="THIS_SCRIPT == 'index'">
FIND]
<!-- / breadcrumb, login, pm info -->
POST BELOW
</if>
You can see it in action at my board. Crazy Canucks (http://www.canuckclan.com/vbullet/forums) Keep in mind this will be moving to my root directory once the board is completed.
Luke
markymoo
05-17-2006, 10:15 PM
it works fine for the portal page and nicely joins the nav bar to header making it look neater but soon as goto the forum page it leaves private messages at the top
so i ripped that out and theres still the breadcrumbs left in so i move the breadcrumbs underneath the navbar.
move the following to the bottom of navbar and within <!-- / nav buttons bar -->
<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"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<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>
+EnZo
06-13-2006, 09:20 AM
i cant find
<!-- breadcrumb, login, pm info -->
in the template bit.....
EDIT.....
found it :)
FASherman
07-01-2006, 11:05 AM
Why would you want to do this? :eek:
If you do your SEO properly, your breadcrumb area is VERY useful page real estate. I wouldn't do so quick to toss it aside.
Caddyman
02-22-2007, 12:55 PM
Why would you want to do this? :eek:
If you do your SEO properly, your breadcrumb area is VERY useful page real estate. I wouldn't do so quick to toss it aside.
+1 this is true,
i have a error on 3.6 with v2.2.1
my breadcrumbs have disappeared, and i want them back! any ideas?
www.talkdelaware.com
Caddyman
02-23-2007, 05:01 PM
anybody?
Caddyman
02-28-2007, 11:07 AM
ttttt
Caddyman
03-04-2007, 07:42 PM
+1 this is true,
i have a error on 3.6 with v2.2.1
my breadcrumbs have disappeared, and i want them back! any ideas?
www.talkdelaware.com
anyway to get these back? am i asking in the wrong section :confused:
protoss
03-18-2007, 05:49 PM
Go into your AdminCP -> vBulletin Options -> Help Site Name / URL / Contact Details
Homepage Name
Name of your homepage. This appears at the bottom of every page.
(It is also used by the VBA Homepage breadcrumb)
Place the text that you would like to display as your homepage in the VBA breadcrumb.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.