Quote:
Originally Posted by orban
Glad to hear!
-----
vBShout:
https://vborg.vbsupport.ru/showthrea...hlight=vbshout
I assume you mean this vBShout version.
Edit the plugin "vBShout [Template Alteration]" and comment out this line:
Code:
$vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $Shoutbox', $vbulletin->templatecache['FORUMHOME']);
Code:
/*$vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $Shoutbox', $vbulletin->templatecache['FORUMHOME']);*/
Then modify the template "FORUMHOME" and add
where you want to have the shoutbox.
This of course disables the placement using the "vBShout Position" option in the admincp.
|
sorry my questions is, Is the above needed? Right now im running your code without it.