vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] vBShout v2.0 (https://vborg.vbsupport.ru/showthread.php?t=93097)

Exernon 12-16-2005 10:46 PM

I usually got a, "Done, but with error on page" in forumhome since i installed this hack. Any fix?

midnightwalker 12-17-2005 03:23 AM

Quote:

Originally Posted by midnightwalker
hi,

Is there anyone successfully solved the conflict between non-English characters and AJAX???

any one plz????????

Rob Action 12-18-2005 07:14 AM

I know this issue has been posted about in this thread, but I'm going to see if maybe I can still get some help or someone knows something

I understand that people get "Warning: Invalid argument supplied for foreach() in /vbshout.php on line 288" when they are in a banned group

The shoutbox doesnt load for one of my users. He can view the vbshout.php file when he types it in maually. When he clicks on the link to vbshout.php?do=archive he gets that 288 error

Every other non-banned usergroup user it works fine for

Any help would be much appreciated

Thanks :)

Revan 12-18-2005 03:16 PM

Bug:
  • fetch_musername() calls in vbshout.php doesn't pull from the correct Usergroup ID.

    It pulls from user.usergroupid when in fact it should pull from user.displaygroupid, in the event of secondary usergroups overriding or adding Username Markup.

Fix:
  • Open ./vbshout.php

    Find (all instances of):
    Code:

    , u.usergroupid
    Add after (all instances):
    Code:

    , u.displaygroupid
    Find (all instances of):
    Code:

    , 'usergroupid');
    Replace (all instances) with:
    Code:

    , 'displaygroupid');

Martin CX 12-18-2005 08:31 PM

Thanks for the fix, Revan. That'll save me literally thousands of error-emails in my inbox.

divided_by_fear 12-18-2005 08:56 PM

thanks Revan

midnightwalker 12-19-2005 03:37 PM

how about the conflict between unicode and ajax? anyone solve it?

Titam 12-20-2005 02:54 AM

Hi,

I just installed this (i have vb 3.5.2) and on my forum main page, it's just write : Loading ...
but nothing is loading

LBSources 12-20-2005 01:19 PM

Quote:

Originally Posted by Titam
Hi,

I just installed this (i have vb 3.5.2) and on my forum main page, it's just write : Loading ...
but nothing is loading

id suggest you double check all template and file edits necessary .. usually the case after upgrading..
if youve tried that .. uninstall and reinstall the product

Clanshosting 12-20-2005 08:58 PM

How do you make it show more shouts on the archive page? I'm on page 107 after one day of it installed.


All times are GMT. The time now is 07:15 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.06907 seconds
  • Memory Usage 1,736KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (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