Home > Home

Hi

how can I disable link Home>Home

thanks

home.png · 3K · 121 views
Sleepless
Quote · 21 Sep 2013

That is the breadcrumb menu; the menu that shows where you are in the hierarchy of things.

Personally, in the situation of a social site, I don't see a need for a breadcrumb menu.  We actually had a discussion about this with the CMS I help out with and our consensus was that we would not include one.  In a forum application, breadcrumb menus are very useful.  If you like, you can just turn off the breadcrumb menu unless you really see a need for it.

Geeks, making the world a better place
Quote · 21 Sep 2013

if yuou want to get rid of the whole breadcrumb like GG suggested - in your template (tmpl_yours) - css - general.css, and add:

div.sys_breadcrumb {
    display:none;
}

 

and make sure to clear your cache

caredesign.net
Quote · 21 Sep 2013
 
 
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.