how to remove the name of the forum boards in Breadcrumb
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #6
RE: how to remove the name of the forum boards in Breadcrumb

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();


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
03-24-2013 02:34 PM
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 - Sama34 - 03-24-2013 02:34 PM

 Standard Tools
Forum Jump: