hoangserip
06-13-2014, 10:00 PM
You would like to remove the breadcrumb from the forum home page ?
And here is how to remove it will be deleted from Forumdisplay and showthread
In file forumdisplay.php, find this:
$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum'];
Change to:
$navbits[$vbulletin->options['bburl']] = $vbphrase['forum'];
AND file showthread.php do the same, find this:
$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum'];
Change to:
$navbits[$vbulletin->options['bburl']] = $vbphrase['forum'];
done!!!
pls click install if you like this modification :D
And here is how to remove it will be deleted from Forumdisplay and showthread
In file forumdisplay.php, find this:
$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum'];
Change to:
$navbits[$vbulletin->options['bburl']] = $vbphrase['forum'];
AND file showthread.php do the same, find this:
$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum'];
Change to:
$navbits[$vbulletin->options['bburl']] = $vbphrase['forum'];
done!!!
pls click install if you like this modification :D