FRANKTHETANK 2
03-28-2007, 10:00 PM
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:
if (THIS_SCRIPT == "index")
Replace with:
if (VB_AREA == "Forum")
Step 2: Open plugin vBShout[Template Alternation],change hook location to global_start and find and delete:
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()));
}
Step 3: Open the plugin again and find:
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']);
And replace with:
$Position = '<!-- / nav buttons bar -->';
$vbulletin->templatecache['navbar'] = str_replace($Position, $Position . '<br /> $Shoutbox', $vbulletin->templatecache['navbar']);
~Hack screenshots
None
~Hack copyright
This may not be distributed,released or claimed as your work without author's permission.
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:
if (THIS_SCRIPT == "index")
Replace with:
if (VB_AREA == "Forum")
Step 2: Open plugin vBShout[Template Alternation],change hook location to global_start and find and delete:
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()));
}
Step 3: Open the plugin again and find:
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']);
And replace with:
$Position = '<!-- / nav buttons bar -->';
$vbulletin->templatecache['navbar'] = str_replace($Position, $Position . '<br /> $Shoutbox', $vbulletin->templatecache['navbar']);
~Hack screenshots
None
~Hack copyright
This may not be distributed,released or claimed as your work without author's permission.