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 - ZH - vBShout On All Pages (https://vborg.vbsupport.ru/showthread.php?t=133049)

Calibre_k 12-02-2006 08:12 PM

vBShout 2.0 AJAX Shoutbox for vBulletin (On all Pages)

I imported your vbshout xml

Allow Overwrite Yes

and when I enable it I get error

AMG021 12-02-2006 08:56 PM

MY vbshout disappeared :(

VaaKo 12-03-2006 05:05 AM

cool man

/me clicks install!

GoLDeNLaNd 12-03-2006 08:31 AM

when i look vbshout it says loading ....... , what can i do ?

Ziki 12-03-2006 10:55 AM

If the product does not work then try the manual instructions.Because the product somehow doesn't work for everybody.Tested on 3 boards and it worked well on 2 of them,

Calibre_k 12-03-2006 11:53 AM

Figured rest out...

Open plugin vBShout[Template Alternation],change hook location to global_start and find and delete:

What do I delete? Where is hook location? I have done rest of changes but I still see shoutbox on forum index.

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

Ziki 12-03-2006 01:23 PM

In plugin manager.Those are plugins

Calibre_k 12-03-2006 01:29 PM

Thanx i was editing vbshout.xml

Calibre_k 12-03-2006 01:33 PM

So do I delete all this from [Template Alternation]?
Where is hook location that i have to change?

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()));

Ziki 12-03-2006 02:21 PM

yes and the hook location is a drop down box when you are editing the plugin


All times are GMT. The time now is 01:53 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.01021 seconds
  • Memory Usage 1,727KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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