Join /Login REMOVAL

Hello Everyone

Is ther an expert within us who can advise on the following.

Is there a way to remove the login and join in for certain pages ? and also the top strip that says home, join above the logo. so non members cant see this at all.

 

Thanks

Lisa

Quote · 1 May 2012

what is your website address?

 

Browse to the location: /templates/base/scripts/BxBaseMenu.php

Do a search for  return '<div class="breadcrumb"> 

 

Then in between 

this ---> }

and this:

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

add this --->  if (islogged()) 

to make the lines look like the following code

}
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

 

Thanks

Jeremy
Quote · 1 May 2012
 
 
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.