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)

Allan 11-13-2005 06:37 PM

The french language :)

ninermac 11-14-2005 05:14 AM

There is a problem with this hack, especially if you add on to it with one of the other hacks that allows you to put the shoutbox on multiple pages. It will show that you are viewing the shoutbox in who's online if you are on a page that has teh shoutbox on it. That's not bad if you only have it on one page, but as you add it in to more than one page, very shortly it can look like everyone on your site is always in the shoutbox. Well, here is the fix for it:

In vbshout.php find:
Code:

/*======================================================================*\
|| #################################################################### ||
|| # vBShout v2        Created By Zero Tolerance [http://gzevolution.net]        ||
|| #################################################################### ||
\*======================================================================*/

After it add:
Code:

if ((!$_GET['do'] || $_GET['do'] == '') && !$_POST['do'])
{
        $_GET['do'] = 'latest';
}
if ($_GET['do'] == 'latest')
{
        define('LOCATION_BYPASS', true);
}

That will take care of the shoutbox on the page. You can also add the code below to what is above if you want to also not see it when they post a shout from teh shoutbox. Personally I added it because technically they are still on the page they are viewing.

Code:

if ($_POST['do'] == 'shout')
{
        define('LOCATION_BYPASS', true);
}

Also, the problem where Who's Online shows it as index.php is a problem with the plugin. Edit the WOL Config [Part A] plugin and change index.php to vbshout.php.

Hope this works for you guys, seems to be working for me.

Aaron RV 11-14-2005 07:33 AM

how to change smiliepath? :bandit:

kafi 11-14-2005 09:00 AM

Quote:

Originally Posted by Allan
The french language :)

Allan how do I export only vbshout translation form my vb3.5?

Thank you!

apokphp 11-14-2005 06:12 PM

How does this affect the server? Does it cause much of a server load? I don't know anything about Ajax. I'm also concerned about my users using it as a mini-chat room since the shouts display so quickly w/o a page refresh. Wouldn't this cause some load issues?

TOZ 11-14-2005 08:22 PM

I`m getting an error message: When I type on my vbShoutbox 2.0, nothing will appear, when I try to type again a window comes up and says "Posting in progress"
Please help, i`m running vbulleting 3.50 Gold.

I did the install like the instructions says throught the Pluging System > Manage Products > Add/Import Product. Also uploded the .php file to the forum root.

TOZ 11-14-2005 09:51 PM

Help with the post above please.

TygerTyger 11-14-2005 10:00 PM

I got that once too, but I refreshed and it went away. I would take a wild stab in the dark and say it's something to do with your connection to the db/server, how's your resource usage?

TOZ 11-14-2005 10:15 PM

When you say Refreshed, what do you mean ? Refreshed the page or what ? Please let me know.

TygerTyger 11-14-2005 10:17 PM

Refreshed as in the page, not as in refreshed when I had a nice cool beer.


All times are GMT. The time now is 09:54 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.03207 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
  • (3)bbcode_code_printable
  • (1)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