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']);
}
replace with
Code:
$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.