vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB3) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=241651)

kickflip 03-21-2012 07:43 PM

After upgrading to 6.0.4, the chat is stuck on Loading....everything is uploaded and chmod'd as it should.

It was an upgrade from 6.0.3, when I upgraded my vb 4 site, it went perfectly though. :)

DragonByte Tech 03-21-2012 07:51 PM

Please check Firefox' error console :)


Fillip

kickflip 03-21-2012 08:10 PM

not sure what i'm looking for there, here is the only mention I found for vbshout though.

Timestamp: 3/21/2012 1:02:28 PM
Error: missing ; before statement
Source File: http://www.url.com
Line: 867, Column: 94
Source Code:
vbphrase['dbtech_vbshout_flagged_idle'] = "You are currently flagged as Idle. Click <a href="javascript://" onclick="%link%">here</a> to un-flag.";

DragonByte Tech 03-21-2012 08:24 PM

For some reason character escaping isn't working for your site.

If you edit the phrase in question and manually apply \ in front of the " in the phrase text then it should work :)


Fillip

kickflip 03-21-2012 09:39 PM

That doesn't seem to work, unless I did it wrong. Should it look like this:

Code:

You are currently flagged as Idle. Click <a href=\"javascript://" onclick="%link%">here</a> to un-flag.
I have to head to work now, but I'll try again later when I get home.

DragonByte Tech 03-22-2012 12:04 AM

Try this:
Code:

You are currently flagged as Idle. Click <a href=\"javascript://\" onclick=\"%link%\">here</a> to un-flag.

Fillip

kickflip 03-22-2012 01:06 AM

When I used your code, this is the new error in FF...still just says Loading... btw.

Timestamp: 3/21/2012 6:01:37 PM
Error: missing ; before statement
Source File: http://www.myurl.com
Line: 3050, Column: 100
Source Code:
vbphrase['dbtech_vbshout_flagged_idle'] = "You are currently flagged as Idle. Click <a href=\\"javascript://\\" onclick=\\"%link%\\">here</a> to un-flag."

It looks like it added and extra \.

DragonByte Tech 03-22-2012 03:11 PM

I'll need to see your actual URL and have the SB enabled for guests in order to diagnose this further.

By the way, why hide your URL? Surely driving more traffic to your site is a good thing...?

Fillip

kickflip 03-23-2012 03:09 AM

I got it to work by reverting one of the shoutbox templates that I had customized.

As for the URL, I just did it that way instead of the xxxxx.com thing other people do.

DragonByte Tech 03-23-2012 03:12 AM

I dunno why people do that either, is your website secret? :p


Fillip


All times are GMT. The time now is 05:55 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.04249 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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