Log in

View Full Version : Removing Thread Prefix In Navbar


Pocket Aces
06-01-2008, 04:21 PM
How do i remove the prefixes in breadcrumb? Take this as an example...
http://www.vbulletin.com/forum/showthread.php?t=213135

So it should look like this ([vB 3.6] prefix is not shown)...
vBulletin Community Forum (http://www.vbulletin.com/forum/index.php) > vBulletin 3.7 (http://www.vbulletin.com/forum/forumdisplay.php?f=132) > vBulletin 3.7 Questions, Problems and Troubleshooting (http://www.vbulletin.com/forum/forumdisplay.php?f=135) > vBulletin Quick Tips and Customizations (http://www.vbulletin.com/forum/forumdisplay.php?f=120)
http://www.vbulletin.com/forum/images/misc/navbits_finallink_ltr.gif (http://www.vbulletin.com/forum/showthread.php?t=213135) Updating Options En Masse with Queries

Dismounted
06-03-2008, 05:00 AM
Edit the navbar template and remove it.

Pocket Aces
06-04-2008, 11:31 AM
Thanks for your response Dismounted (https://vborg.vbsupport.ru/member.php?u=86103) but please check it out first. You dont know what you're talking about. Its not that simple. :D

Dismounted
06-04-2008, 11:43 AM
You may have to edit a file - you could probably make a plugin, but the hassle is not worth it.

showthread.php, line 2114, find:
$navbits[''] = $thread['prefix_rich'] . ' ' . $thread['title'];
Replace with:
$navbits[''] = $thread['title'];

Pocket Aces
06-04-2008, 12:28 PM
Ok. Thanks again Dismounted (https://vborg.vbsupport.ru/member.php?u=86103). Will try that one. :)