PDA

View Full Version : How can i remove navbar from forumhome?


SAUR0N
02-19-2007, 10:27 PM
probably is a simple if(!in_forumhome) inside the navbar template, but i have no idea about the vbulletin variables.

:)

da420
02-19-2007, 11:02 PM
Remove '$navbar' from FORUMHOME template.

SAUR0N
02-19-2007, 11:43 PM
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

$vbulletin->templatecache['FORUMHOME'] = str_replace('$navbar', '$navbar' .$vbulletin->templatecache[forumhome_welcomepanel],$vbulletin->templatecache['FORUMHOME']);
}

replace with

$vbulletin->templatecache['FORUMHOME'] = str_replace('$navbar',$vbulletin->templatecache[forumhome_welcomepanel],$vbulletin->templatecache['FORUMHOME']);
}

i just reliaze this was my first post in 3 years, bah actually this one is the 3rd.