Homepage bar please see pic

Can you edit this bar, say add your slogan, if so where is it in the db? TheMetiLounge

bar Thanks Laughing

Quote · 2 Mar 2010

I want to remove the hole bar

 

I don't want to see that bar in my site and the Home and Welcome messages

 

I any idea

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 18 Oct 2010

That's the site's breadcrumbs bar, which displays where you are at all times, as well as allows you to login or logout of the site. You can remove it by making a quick change to a CSS file.

 

Edit general.css:

 

div.sys_breadcrumb {

height: 19px;

margin-top: 10px;

display: none;

}

 

Add the code in red, save your changes and empty the usual suspects.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 18 Oct 2010

Thank's a lot >>  

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 18 Oct 2010

Let's say I don't want to remove the WHOLE breadcrumb menu... But I do want to remove the "Home" > etc etc etc... I DO want to keep the HI $NickName, Logout... What then Magus?  Thanks

Quote · 27 Oct 2010

 

Let's say I don't want to remove the WHOLE breadcrumb menu... But I do want to remove the "Home" > etc etc etc... I DO want to keep the HI $NickName, Logout... What then Magus?  Thanks

templates/base/scripts/BxBaseMenu.php:

 

//--- Get breadcrumb path(left side) ---//
$sDivider = '<img class="bc_divider" src="' . getTemplateImage('bc_divider.png') . '" />';
$aPathLinks = array();
foreach($aPath as $sLink)
$aPathLinks[] = '<div class="bc_unit">' . $sLink . '</div>';
$sPathLinks = implode($sDivider, $aPathLinks);

 

Change it to look like this:

 

/*
//--- Get breadcrumb path(left side) ---//
$sDivider = '<img class="bc_divider" src="' . getTemplateImage('bc_divider.png') . '" />';
$aPathLinks = array();
foreach($aPath as $sLink)
$aPathLinks[] = '<div class="bc_unit">' . $sLink . '</div>';
$sPathLinks = implode($sDivider, $aPathLinks);
*/

 

Once you've finished making your changes, clear the cache/ (except for the .htaccess file) and cache_public/ directories. I haven't tested this, so I can't confirm if it works or not.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 27 Oct 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.