[SEO] Remove breadcrumb from forum.php
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: PHP Code:
$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum'];
PHP Code:
$navbits[$vbulletin->options['bburl']] = $vbphrase['forum'];
PHP Code:
$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum'];
PHP Code:
$navbits[$vbulletin->options['bburl']] = $vbphrase['forum'];
pls click install if you like this modification Download No files for download. |