how to remove the name of the forum boards in Breadcrumb
SunDi3yansyah Offline
Junior Member
**
Posts: 23
Joined: Dec 2012
Post: #7
RE: how to remove the name of the forum boards in Breadcrumb
(03-24-2013 02:34 PM)Sama34 Wrote:  

PHP Code:
// Add our main parts to the navigation
$navbits = array();
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";


To:

PHP Code:
// Add our main parts to the navigation
$navbits = array();


thank you so much you have helped me.
if there is anything I can do I will do for you

once again thanks Biggrin
03-25-2013 12:39 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: how to remove the name of the forum boards in Breadcrumb - SunDi3yansyah - 03-25-2013 12:39 AM

 Standard Tools
Forum Jump: