The Arcive of vBulletin Modifications Site. |
|
vBshout On All Pages Details »»
|
|||||||||||||||||||||||||
Ok fist This is ZH MOD i just found out what the probleam was. Color RED - Change to the name of you're root forum ~Hack name vBShout On All Pages! ~Hack description Will display vBShout 2.1 box on every forum page!You can choose manual instructions or just reimport this product. ~Hack options None ~Hack info File uploads: 0 Template edits: 0 Templates: 0 File edits: 0 Plugins: 0 SQL Queries: 0 Phrases: 0 Settings: 0 Install time: 2 minutes Install level: Easy ~Hack installation Step 1: Open plugin vBShout[Template Cache] and find: Code:
if (THIS_SCRIPT == "index") Code:
if (VB_AREA == "Forum") Code:
function isBanned($user)
{
return (isBanned_Check($user['userid'], 'shout_banned_users') || isBanned_Check($user['usergroupid'], 'shout_banned_usergroups'));
}
function isBanned_Check($bash, $against)
{
global $vbulletin;
return in_array($bash, iif($vbulletin->options[$against], explode(',', $vbulletin->options[$against]), array()));
}
Code:
switch ($vbulletin->options['shout_position'])
{
case 1:
$Position = '<!-- what\'s going on box -->';
break;
case 2:
$Position = '<!-- end what\'s going on box -->';
break;
case 4:
$Position = '<!-- main -->';
break;
default:
$Position = '$navbar';
break;
}
$vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $Shoutbox', $vbulletin->templatecache['FORUMHOME']);
Code:
$Position = '<!-- / nav buttons bar -->'; $vbulletin->templatecache['navbar'] = str_replace($Position, $Position . '<br /> $Shoutbox', $vbulletin->templatecache['navbar']); None ~Hack copyright This may not be distributed,released or claimed as your work without author's permission. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
thanks man
that very good I did it in my web site
|
|
#3
|
||||
|
||||
|
Installed and thanks
However it has added the times that shouts were posted nect to them and I dont like this feature how would I remove it thanks ~Rick~ |
|
#4
|
||||
|
||||
|
I now also get an error upon opening and closing threads it still works but there is an error at the top of the page
~Rick~ |
|
#5
|
||||
|
||||
|
work not
|
|
#6
|
||||
|
||||
|
<font color="Teal">Okdue to little/no support here am remving the mod untill some one replies and helps me
Very disapointed ~Rick~</font> |
|
#7
|
|||
|
|||
|
you will need a vBshout.php file and you need to put this in you're root forum.
|
|
#8
|
||||
|
||||
|
Great fix. You should be a bit more clear on the directions and what exactly this does. At the top you claim this as a FIX of someone elses code correct?
|
|
#9
|
|||
|
|||
|
yea i did work on this for a long time and i found the probleam but i did not want to give it out so my freand told me what is the point of holding it on to wean you can let other people have it.
|
|
#10
|
|||
|
|||
|
i put in vbshout 2.1.. and it worked on forum home page.
I added the above edites manually..... i have no shout box showing i added the vbshout.php to my root directory... still no shouts anywhere.. i have 3.65 installed. any help appreciated. |
![]() |
|
|