Back to vBulletin 4.x Template Modifications

[SEO] Remove breadcrumb from forum.php
Mod Version: 1.00, by hoangserip

vB Version: 4.2.2 Rating: (1 vote - 5.00 average) Installs: 6
Released: 14 Jun 2014 Last Update: Never Downloads: 0
Supported Code Changes  

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']; 
Change to:

PHP Code:
$navbits[$vbulletin->options['bburl']] = $vbphrase['forum']; 
AND file showthread.php do the same, find this:

PHP Code:
$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum']; 
Change to:

PHP Code:
$navbits[$vbulletin->options['bburl']] = $vbphrase['forum']; 
done!!!

pls click install if you like this modification

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024