PDA

View Full Version : Add-On Releases - vBshout On All Pages


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.

vip-q.com
03-29-2007, 08:18 PM
thanks man

that very good

I did it in my web site :)

Rickeo
03-29-2007, 08:29 PM
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~

Rickeo
03-29-2007, 08:37 PM
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~

bollie
03-30-2007, 05:34 AM
work not

Rickeo
03-30-2007, 04:44 PM
<font color="Teal">Okdue to little/no support here am remving the mod untill some one replies and helps me

Very disapointed

~Rick~</font>

FRANKTHETANK 2
03-30-2007, 06:58 PM
you will need a vBshout.php file and you need to put this in you're root forum.

rjmjr69
03-31-2007, 05:10 AM
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?

FRANKTHETANK 2
03-31-2007, 05:30 AM
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.

LadyHoney
04-05-2007, 06:30 PM
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.

david05
04-14-2007, 12:12 AM
I had the same problem with LadyHoney

iCafe
04-19-2007, 05:00 AM
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1219) : eval()'d code on line 5

when foreget passward

ABeautifulBrown
04-21-2007, 01:39 AM
is it possible to get clearer directions?

Brandon Sheley
04-21-2007, 05:27 AM
why was this even allowed to be posted ?

the first post says it's ZH's (ziki's) mod

and this is the mod
https://vborg.vbsupport.ru/showthread.php?t=133049

this thread should be deleted..

otherwise you're saying anyone can release anyones hack IMO

Marco van Herwaarden
04-21-2007, 10:08 AM
Do you have permission of the original author to release his work?

soulweaver
06-19-2007, 11:36 AM
He put this up as a fix, he's not saying he made this look at the very top. This version is alot better than the original ZH Shout on all pages