The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I want to take the thread title out of the navbar in showthread.php. But, of course, I took a look at the navbar template and soon found that wouldn't help me much...
So, how can I do this?
|
|
#2
|
||||
|
||||
|
Find the makenav() function in functions.php, and comment out these lines:
Code:
if ($highlightlast) {
$templatename="nav_linkon";
} else {
$templatename="nav_linkoff";
}
if (strlen($code)>0) {
$code.=gettemplate("nav_joiner",0);
}
$threadinfo=getthreadinfo($id);
$nav_url="showthread.php?s=$session[sessionhash]&threadid=$id";
$nav_title=$threadinfo[title];
eval("\$code .= \"".gettemplate("$templatename")."\";");
|
|
#3
|
||||
|
||||
|
Perfect! Thanks FireFly!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|