The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can i remove navbar from forumhome?
probably is a simple if(!in_forumhome) inside the navbar template, but i have no idea about the vbulletin variables.
|
#2
|
|||
|
|||
Remove '$navbar' from FORUMHOME template.
|
#3
|
|||
|
|||
i found it in case someone is using a welcome panel based on zero tolerance's wp, what it's needed to change inside plugins > welcome panel - main
search Code:
$vbulletin->templatecache['FORUMHOME'] = str_replace('$navbar', '$navbar' .$vbulletin->templatecache[forumhome_welcomepanel],$vbulletin->templatecache['FORUMHOME']); } Code:
$vbulletin->templatecache['FORUMHOME'] = str_replace('$navbar',$vbulletin->templatecache[forumhome_welcomepanel],$vbulletin->templatecache['FORUMHOME']); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|