How to hide Breadcrumbs from Guests

How to hide Breadcrumbs from Guests

/templates/base/scripts/BxBaseMenu.php

find on line 905

}
return '<div class="breadcrumb"><div class="bc_open">&nbsp;</div>' . $sPathLinks . '<div class="bc_addons">' . $sAddons . '</div><div class="bc_close">&nbsp;</div></div>';
}

change to

}
if (islogged())
return '<div class="breadcrumb"><div class="bc_open">&nbsp;</div>' . $sPathLinks . '<div class="bc_addons">' . $sAddons . '</div><div class="bc_close">&nbsp;</div></div>';
}

Save changes

DONE!

==============

I'd like to know how to hide funds from tax man LOL

Jennifer Bogan .. Acc. Dip. Psychology - EMAIL: jennifer.bogan@gmail.com
Quote · 4 Oct 2010

Hiding funds is easy, Dig a BIG hole in back yard..lol

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 4 Oct 2010

Thanks for this. Works a charm!

Just a note, in Dolphin 7.0.4 it is now at line 918.

Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life
Quote · 5 Dec 2010

if you work with content on your site which should be found by searchengines,

e.g. events, blogs, articles....

you better should leave the breadcrump visible for guests because it is good for seo

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 5 Dec 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.