Quote:
Originally Posted by DjTaz
Yes thats possible .. find the VbShout Plugin in your plugin manager - and go to Edit ....
find the code
Code:
$vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $Shoutbox', $vbulletin->templatecache['FORUMHOME']);
at the bottom and replace it with
Code:
$Position = '<--shoutbox-->';
$vbulletin->templatecache['FORUMHOME'] = str_replace($Position , ' $Shoutbox' , $vbulletin->templatecache['FORUMHOME']);
This will make the shoutbox seem to dissappear from all of the styles , but you'll discover that on the styles that you want it to appear on , go to FORUMHOME and put in
<--shoutbox-->
where you want it to display (usually under the navbar)
That should do what you want.
|
Man you're a life saver, vbshout wouldn't work in one of my skins I bought and this did the trick, thank you so much.
And I'm glad I never updated, the " thing really seems to be a problem
still.