The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vbShout v2.1 on ALL pages! (Below NavBar) Details »» | |||||||||||||||||||||||||||
vbShout v2.1 on ALL pages! (Below NavBar)
Developer Last Online: Mar 2010
Firstly, please install vbShout v2.1!
Then import the xml file I attached. (Allow Overwrite: YES) That's all! I hope you like this. Thanks for your interest Note: vbShout I attached is Zero Tolerance's hack. This is just a modification for that mod. Show Your Support
|
Comments |
#62
|
|||
|
|||
all i had to do is overwrite with the original shoutbox 2.1 and it corrected itself.
|
#63
|
|||
|
|||
I'm getting this when trying to access the AdminCP...
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1219) : eval()'d code on line 5 So what do I do to correct it???? |
#64
|
|||
|
|||
I just installed this on vb 3.6 - now i can not log into admincp, I get this error...
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1243) : eval()'d code on line 5 any ideas how to remove shout without the use of admincp...?? |
#65
|
||||
|
||||
I get this error trying to view the forums after installation. I had to go back to base 2.1.
Quote:
|
#66
|
|||
|
|||
i have a question and request...what would be the code..i will just give an example so its easier to undertand
if i select red color and arial black for shouting than what would be the code so when i login next time that it rembers it for me till i change the color or style i hope this made sense |
#67
|
|||
|
|||
Got this error..
Fatal error: Call to undefined function isBanned() in /home/pixelsfo/public_html/juiceboyzcafe/index.php(537) : eval()'d code on line 126 |
#68
|
|||
|
|||
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
i got the error ..when installed vb shout in all pages .. can plzzzz give reply fast .. urget plzzz.. |
#69
|
|||
|
|||
Quote:
this is how i was helped.. go to ur fetch hook and replace HTML Code:
if (VB_AREA == "Forum") { global $globaltemplates; $globaltemplates = array_merge($globaltemplates, array('forumhome_vbshout')); } HTML Code:
if (VB_AREA == 'Forum') { global $globaltemplates; if (!is_array($globaltemplates)) { $globaltemplates = array(); } $globaltemplates = array_merge($globaltemplates, array('forumhome_vbshout')); } https://vborg.vbsupport.ru/showthrea...=167528&page=2 when i changed it there was no error everything working smoothly...check the link as well so u can be satisfied before u make any changes |
#70
|
|||
|
|||
HTML Code:
<td style='white-space:nowrap' width='1%'> <input type="submit" value="Shout" class="button" /> <if condition="$vboptions[shout_extra_options]"> <input type='button' class='button' value='Clear' onclick='sb_Clear()' /> <input type='button' class='button' value='Smilies' onclick='sb_Smilies(this)' /> <input id='sb_mem_bold' type='button' class='button' style='font-weight:bold' value='B' onclick='sb_PropChange_Button(this, "fontWeight")' /> <input id='sb_mem_underline' type='button' class='button' style='text-decoration:underline' value='U' onclick='sb_PropChange_Button(this, "textDecoration")' /> <input id='sb_mem_italic' type='button' class='button' style='font-style:italic' value='I' onclick='sb_PropChange_Button(this, "fontStyle")' /> <select id='sb_color_mem' name='font_color' onchange='sb_PropChange(this, "color")'> {$DropDowns['color_selector']} </select> <select id='sb_font_mem' name='font_selector' onchange='sb_PropChange(this, "fontFamily")'> {$DropDowns['font_selector']} </select> </if> </td> |
#71
|
|||
|
|||
fetch hook means .. where can i found..brother canu plzz specified mee yaar ..
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|