Quote:
Originally Posted by orban
If it works, then good
But the problem with that plugin is that if there's a plugin that doesn't work it can make you vBulletin unaccessible.
Mmmm...try the following:
Edit the plugin "Welcome Panel - Main".
Replace
Code:
$vbulletin->templatecache['FORUMHOME'] = str_replace('$navbar','$navbar ' . $vbulletin->templatecache[forumhome_welcomepanel],$vbulletin->templatecache['FORUMHOME']);
with
Code:
/*$vbulletin->templatecache['FORUMHOME'] = str_replace('$navbar','$navbar ' . $vbulletin->templatecache[forumhome_welcomepanel],$vbulletin->templatecache['FORUMHOME']);*/
$welcomepanel = $vbulletin->templatecache['forumhome_welcomepanel'];
And then edit the template "FORUMHOME" and add "$welcomepanel" after "$navbar".
EDIT: That's for https://vborg.vbsupport.ru/showthrea...=welcome+panel, which one do you use? Couldn't fine one by Inferno.
|
Yeah thats what i was talking about Zero lol sorry im gon try that now!
Not working instead it shows all the codes like $welcome .......but nothing else