Remove thread prefix from breadcrumbs in navbar
Mod Information
The Developer
|
|
Mod Version: 1.0, by EWGF ( Member)
Developer Last Online: May 2016
vB Version: 3.8.x |
Rating: (0 vote - 0 average) |
Installs: 4 |
Released: 04 Jul 2010 |
Last Update: Never |
Downloads: 0 |
Not Supported
Template Edits
Re-usable Code
|
The prefix in breadcrumbs is hardcoded into $navbits[lastelement], which leads to less pretty titles as (prefix in bold):
My forum > Category 1 > Subforum 2
Off-topic how's your dog doing
Sadly, vBulletin provides no on/off switch for prefixes in breadcrumbs. Instead of a complex plugin, it can be fixed with a simple template adjustment. Open up Navigation / Breadcrumb Templates - navbar template, search for "$navbits[lastelement]" and replace with:
Now, the nasty hardcoded prefix is no anymore in the breadcrumbs, while you can continue to use the prefix function. After this adjustment, the breadcrumbs will look like this:
My forum > Category 1 > Subforum 2
how's your dog doing
Download Now
Only licensed members can download files, Click Here for more information.
Show Your Support
- To receive notifications regarding updates -> Click to Mark as Installed.
- This modification may not be copied, reproduced or published elsewhere without author's permission.
No members have liked this post.
|