Heisenberg submitted a new resource:
You must be registered for see links
- [SEO] Remove breadcrumb from forum.phpvB Version: 4.2.2
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:
Code:$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum'];
Change to:
Code:$navbits[$vbulletin->options['bburl']] = $vbphrase['forum'];
AND file showthread.php do the same, find this:...
You must be registered for see links
Last edited: