vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Products & Extensions (https://vborg.vbsupport.ru/forumdisplay.php?f=258)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB5) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=288915)

overlord73978 11-07-2013 03:33 PM

No, it happens for some users, not others. When I tried to log in, I got repeated DB errors popping up and had to log out again. I don't know if it's related at all, but lately, if I try to log in as admin (to the forum, not admincp) I get nothing but an error message. Like I said, probably not related, but may help.

Esaam 11-09-2013 01:41 AM

Hi. I can't get the shoutbox widget to "save" when I edit the forum page. I can drag'n'drop the widget but as I save the page, the shoutbox is not displayed and if I press edit page again then the widget is gone from the layout.

I tried with other widgets and it only happens for the shout box.

I tried with a "Shoutbox Manager" usergroup and without with no success.

bhalkum 11-09-2013 04:02 AM

Quote:

Originally Posted by Esaam (Post 2459263)
Hi. I can't get the shoutbox widget to "save" when I edit the forum page. I can drag'n'drop the widget but as I save the page, the shoutbox is not displayed and if I press edit page again then the widget is gone from the layout.

I tried with other widgets and it only happens for the shout box.

I tried with a "Shoutbox Manager" usergroup and without with no success.

Same thing happened for me until I turned off "is shotubox manager" in the usergroup permissions.

mbozio 11-09-2013 11:13 AM

Quote:

Originally Posted by cyry (Post 2457366)
When i send a message i get this :

https://vborg.vbsupport.ru/external/2013/11/42.png

Same probleme here.

mbozio 11-11-2013 10:42 AM

I found the problem. Indeed it's on vB5 side, the BB code parsong is causing some HTML error to be send back Inside the JSON return... here is a workaround :

In /include/vb5/template/bbcode.php

line 349, replace :
PHP Code:

            case 'socialmessage':
                
$dohtml $this->defaultOptions[$forumid]['dohtml'];
                
$dobbcode $this->defaultOptions[$forumid]['dobbcode'];
                
$dobbimagecode $this->defaultOptions[$forumid]['dobbimagecode'];
                
$dosmilies $this->defaultOptions[$forumid]['dosmilies'];
                break; 

with
PHP Code:

            case 'socialmessage':
                
$dohtml self::$defaultOptions[$forumid]['dohtml'];
                
$dobbcode self::$defaultOptions[$forumid]['dobbcode'];
                
$dobbimagecode self::$defaultOptions[$forumid]['dobbimagecode'];
                
$dosmilies self::$defaultOptions[$forumid]['dosmilies'];
                break; 

line 369, replace :
PHP Code:

            case 'nonforum':
                
$dohtml $this->defaultOptions['nonforum']['dohtml'];
                
$dobbcode $this->defaultOptions['nonforum']['dobbcode'];
                
$dobbimagecode $this->defaultOptions['nonforum']['dobbimagecode'];
                
$dosmilies $this->defaultOptions['nonforum']['dosmilies'];
                break; 

with
PHP Code:

            case 'nonforum':
                
$dohtml self::$defaultOptions['nonforum']['dohtml'];
                
$dobbcode self::$defaultOptions['nonforum']['dobbcode'];
                
$dobbimagecode self::$defaultOptions['nonforum']['dobbimagecode'];
                
$dosmilies self::$defaultOptions['nonforum']['dosmilies'];
                break; 

That's it, 200 parser error will be gone.

DragonByte Tech 11-13-2013 03:40 PM

That's a bug I've reported to IB, but they've yet to fix it :(


Fillip

mbozio 11-13-2013 05:21 PM

here is the JIRA : http://tracker.vbulletin.com/browse/VBV-11781

nxtgen 11-15-2013 01:19 PM

I keep having an issue where my messages just do not send. Lots of my users have reported it. It works great for a little while then messages do not refresh or send. Sometimes logging out and logging in fixes it, sometimes clearing cache, sometimes using a different browser. Those are only temporary fixes though. I even bought the pro version thinking it'd might help..
Nope :\

MinusZero_Hz 11-18-2013 08:31 PM

Hello.

I'm currently having an issue getting it into a widget? How can I put it in a widget so I can use it in my CSS?

jbman82 11-19-2013 02:30 AM

Is there a way that you can turn off the random popping sound?


All times are GMT. The time now is 10:43 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.01518 seconds
  • Memory Usage 1,761KB
  • 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_php_printable
  • (2)bbcode_quote_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