MyBB Community Forums

Full Version: Breadcrumb?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://permaclan.com/showthread.php?tid=1&pid=3#pid3

It wont show anything but the board index.

Why?
can you post the contents in navigation templates for the active theme ..
nav-
<div id="breadcrumb">
<li><a href="/" title="Home"><img src="images/home.png" alt="Home" class="home" /></a></li>
{$nav}{$activesep}{$activebit}
</div>

nav_bit_active-
<span class="active">{$navbit['name']}</span>

nav_bit-
<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}
change nav template to :
<a href="/" title="Home"><img src="images/home.png" alt="Home" class="home" /></a>{$nav}{$activesep}{$activebit}

OR revert it to original :
{$nav}{$activesep}{$activebit}
(2011-07-07, 07:22 AM)ranjani Wrote: [ -> ]change nav template to :
<a href="/" title="Home"><img src="images/home.png" alt="Home" class="home" /></a>{$nav}{$activesep}{$activebit}

OR revert it to original :
{$nav}{$activesep}{$activebit}

I want it like this -

http://ubers.org/showthread.php?tid=237
Hacking forum? Confused http://ubers.org
(2011-07-07, 08:54 AM)bongo Wrote: [ -> ]Hacking forum? Confused http://ubers.org

That's not my site.
well, I cant visit that referred site as my anti-malware is blocking that site ..
(2011-07-07, 09:10 AM)ranjani Wrote: [ -> ]well, I cant visit that referred site as my anti-malware is blocking that site ..

It's safe to view it just has skid programs and orange on it.
Try this Smile,this is apple styled breadcrumb navigation


http://enviradesign.co.cc/thread-48.html
Pages: 1 2