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)

CrossBones 07-28-2006 02:10 AM

Quote:

Originally Posted by Trana
Safari ABSOLUTELY has problems with AJAX, its a known issue. Try looking at the same page with IE or Firefox, if it looks perfect then it is how Safari is handling the jscript.

Thanks man...I guess I don't fully understand the issues involved. But I do now understand that this hack will not work properly with Safari. At least I can stop trying to put a square peg in a round hole.

Quote:

Originally Posted by Trana
The slowness has nothing to do with AJAX and really cannot be fixed, it is a network speed/utilization issue, not an AJAX coding problem.

But if that is the case why does it work so quickly in FireFox and not Safari (on the save network/server)? Safari just wil not process the information (shouts) without refreshing. Firefox displays the shouts almost instantly. Again I suppose it's an issue with Safari and I guess I'll just have to accept that.

Thanks again for the input.

rogersnm 07-28-2006 07:48 AM

You can speed up various things and lower your server load by getting the new shoutbox.

let me explain: lower sever load becuase it uses the flatfile to retrieve the shouts rather than the db and it speeds up the archive edit. Plus fixes all this bug: " < and >.

just as a not you could set it to refresh every 0.1 second......

if you want your server to blow up.

rogersnm 07-28-2006 07:52 AM

Quote:

Originally Posted by Trana
I don't think you understand how AJAX works (and to be honest, this mod is not a very good choice to demonstrate what AJAX is supposed to be used for).

I think it's quite a good mod to demostrate, it strings together a number of function: Edit, Delete, Update and Retrieve. Which ends up in it being a very good example of the power of ajax and a good demo. Even if some of the code is a bit dodgy.

i my self am working on an ajax mod right now which has 2 of those functions: http://forums.perfectforce.com/ajaxsig.php and http://forums.perfectforce.com/ajaxedit.php <-- that one still has issues with a query or 2

GoTTi 07-28-2006 09:44 AM

i had to remove this earlier today because it was lagging the server quite bad, and what i did was disable it first, then i uninstalled it, and the server locked up for like 3 minutes, then the processes were shooting up to 75%.

i had to force the server restart, and manually make services start.

i went to put the shoutbox back on, and now i get this error when its importing the plugin:

Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                                REPLACE INTO phrase
                                        (languageid, phrasetypeid, varname, text, product)
                                VALUES
                                        (-1, 5000, 'setting_shout_banned_perms_desc', 'Choose access permissions for banned users, by default they will not be able to post shouts.', '_vbshout'),(-1, 5000, 'setting_shout_banned_perms_title', 'Banned Permissions', '_vbshout'),(-1, 5000, 'setting_shout_banned_usergroups_desc', 'Enter banned usergroups here, split each UsergroupID with a comma, like so: 1,2,3', '_vbshout'),(-1, 5000, 'setting_shout_banned_usergroups_title', 'Banned Usergroups', '_vbshout'),(-1, 5000, 'setting_shout_banned_users_desc', 'Enter banned users here, split each UserID with a comma, like so: 1,2,3', '_vbshout'),(-1, 5000, 'setting_shout_banned_users_title', 'Banned Users', '_vbshout'),(-1, 5000, 'setting_shout_bbcode_desc', 'Allow users to use vBCode/Smilies within their shouts', '_vbshout'),(-1, 5000, 'setting_shout_bbcode_title', 'Allow vBCode/Smilies', '_vbshout'),(-1, 5000, 'setting_shout_box_height_desc', 'Change the height of the \'shouts\' display element in pixels', '_vbshout'),(-1, 5000, 'setting_shout_box_height_title', 'Shoutbox Height', '_vbshout'),(-1, 5000, 'setting_shout_can_commnd_desc', 'Can admins/super moderators use special commands in the chat?<br />\r\n(Please refer to the thread on vBulletin.org for reference to the commands for now)', '_vbshout'),(-1, 5000, 'setting_shout_can_commnd_title', 'Command Activation', '_vbshout'),(-1, 5000, 'setting_shout_display_desc', 'Number of shouts to be displayed', '_vbshout'),(-1, 5000, 'setting_shout_display_title', 'Shouts To Display', '_vbshout'),(-1, 5000, 'setting_shout_editor_position_desc', 'Choose the position of the vBShout editor', '_vbshout'),(-1, 5000, 'setting_shout_editor_position_title', 'Editor Position', '_vbshout'),(-1, 5000, 'setting_shout_extra_options_desc', 'Display the shout format options?', '_vbshout'),(-1, 5000, 'setting_shout_extra_options_title', 'Display Format Options', '_vbshout'),(-1, 5000, 'setting_shout_messages_order_desc', 'Change the order of the messages display', '_vbshout'),(-1, 5000, 'setting_shout_messages_order_title', 'Shout Messages Order', '_vbshout'),(-1, 5000, 'setting_shout_position_desc', 'Where the shoutbox will be positioned on your forums index.\r\nNote that \'Above Forums\' may be the same position as \'Below Navigation Bar\', this option is for users who have other things between the navigation and forums.', '_vbshout'),(-1, 5000, 'setting_shout_position_title', 'vBShout Position', '_vbshout'),(-1, 5000, 'setting_shout_smilies_show_desc', 'Number of random smilies to show on the shoutbox. Enter 0 to show them all.', '_vbshout'),(-1, 5000, 'setting_shout_smilies_show_title', 'Smilies To Show', '_vbshout'),(-1, 5000, 'settinggroup_vbshout_options', 'vBShout Options', '_vbshout');

MySQL Error  : Duplicate entry 'setting_shout_banned_perms_desc--1-5000' for key 2
Error Number : 1062
Date        : Friday, July 28th 2006 @ 05:36:14 AM
Script      : http://www.site.com/forum/admincp/plugin.php
Referrer    : http://www.site.com/forum/admincp/plugin.php?do=productadd
IP Address  : XXXXXX
Username    : GoTTi
Classname    : vb_database

any ideas?

Renmiri 07-28-2006 03:32 PM

Go to MySQL admin and remove the dupe

You will probably get several of those errors as it is likely that a botched reinstall would have more than one dupe.. Just delete each one.

GoNz00 07-28-2006 03:46 PM

well i rolled back to the "&" fix as the &=amp problem returned..

any chance of the updated file being fixed to reflect the & bug ?

ronoxQ 07-28-2006 05:26 PM

Hmm... I had this installed before, but now it isn't showing up. I added vBShout.php to my root, I imported the product. Anything else I'm forgetting to do?

brownbabe 07-28-2006 09:32 PM

I installed this but my shout box is only showing "Loading..." and when i enter text then press shout it says "posting in progess"

Please help, did I need to upload something else as well? I am using Yahoo as my website provider could that be the issue?

My link so that you can see for yourself
www.womenmotorcyclistsunited.com/forum/index.php

GoTTi 07-29-2006 12:29 AM

Quote:

Originally Posted by Renmiri
Go to MySQL admin and remove the dupe

You will probably get several of those errors as it is likely that a botched reinstall would have more than one dupe.. Just delete each one.

what table would i look in to remove the dupe?

and whats the name of the dupe im looking for?

cuz i did a search and couldnt find it.

GoTTi 07-29-2006 12:39 AM

i did a searc for %shout% and am not coming up with anything in the phrase table that has to do with what that error says


All times are GMT. The time now is 05:44 AM.

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.04489 seconds
  • Memory Usage 1,757KB
  • 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)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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