vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - vbShout v2.1 on ALL pages! (Below NavBar) (https://vborg.vbsupport.ru/showthread.php?t=136709)

LadyHoney 04-05-2007 02:40 PM

all i had to do is overwrite with the original shoutbox 2.1 and it corrected itself.

joker2040 06-02-2007 06:21 AM

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????

onehost 06-17-2007 11:58 PM

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...??

GekkoPixie 06-18-2007 10:31 AM

I get this error trying to view the forums after installation. I had to go back to base 2.1.

Quote:

Originally Posted by error
Fatal error: Call to undefined function: isbanned() in /home/worlds/public_html/forumlist.php(536) : eval()'d code on line 125


mystic10 01-02-2008 06:56 PM

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

joeysdad 01-11-2008 09:05 PM

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

viper007 01-18-2008 02:30 AM

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..

mystic10 01-21-2008 05:29 AM

Quote:

Originally Posted by viper007 (Post 1423484)
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..


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'));
}

with

HTML Code:

if (VB_AREA == 'Forum')
{
global $globaltemplates;

if (!is_array($globaltemplates))
{
$globaltemplates = array();
}

$globaltemplates = array_merge($globaltemplates, array('forumhome_vbshout'));
}

here is the link where i asked for help and got the response..
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

mystic10 01-21-2008 05:35 AM

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>

I AM ASKING FOR HELP NOT GIVING CODE..SO PLZ DONT MISUNDERSTAND....I WAS JUST SAYING THAT THIS CODE IS WHAT WE NEED TO CHANGE...ATLEAST THATS WHAT I THINK..I WAS HOPING THE AUTHOR OR SOMEONE MORE EXPERIENCE CAN LOOK AT IT AND HELP...SO SORRY FOR THE INCONVIENCE I MIGHT HAVE CAUSED...HAVE A BLESSED DAY

viper007 01-23-2008 05:20 AM

fetch hook means .. where can i found..brother canu plzz specified mee yaar ..


All times are GMT. The time now is 04:30 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01165 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete