vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - MGC Chatbox (with AJAX) (https://vborg.vbsupport.ru/showthread.php?t=148472)

pewp 07-30-2007 12:02 PM

i was just going to tell you that i disabled bbcode, and a few other things and got it to fit. thanks for the fast response though!

inciarco 07-30-2007 12:12 PM

Quote:

Originally Posted by VBDev (Post 1305084)
This is not a bug as lucky51 stated ;)

Great Help lucky51 and VBDev!! :up:

Works Fine Now!! :p

My Best Regards!! ;)

:)

Krieg 07-30-2007 03:43 PM

Quote:

Originally Posted by VBDev (Post 1305083)
Cela peut venir de ton style, as tu v?rifi? sur le style par d?faut ?

Si ?? vient du style, il faut rergarder dans le fichier lisez moi, il y a une proc?dure ? ce sujet.

C'est la queue entre les jambes et l'air tout penaud que je repond a ton post ... VBDev, je fais un pietre admin et mon honneur vient d'en prendre un coup ...

Je viens de me rendre compte que le groupe Admin n'avais pas par d?faut les autorisations n?c?ssaires pour l'affichage de la chatbox :down::eek:

Je te remercie pour le temps que tu m'as consacr? et je te f?licite pour cet excellent travail. Comme on dit par ici, 'quipeupe ze goude oueurque' ;)

VBDev 07-30-2007 04:12 PM

Quote:

Originally Posted by Krieg (Post 1305415)
C'est la queue entre les jambes et l'air tout penaud que je repond a ton post ... VBDev, je fais un pietre admin et mon honneur vient d'en prendre un coup ...

Je viens de me rendre compte que le groupe Admin n'avais pas par d?faut les autorisations n?c?ssaires pour l'affichage de la chatbox :down::eek:

Je te remercie pour le temps que tu m'as consacr? et je te f?licite pour cet excellent travail. Comme on dit par ici, 'quipeupe ze goude oueurque' ;)

Pas de soucis ;)

Subah 07-30-2007 09:57 PM

There is some thing werid every time i ban a user after 1 or 2 day i see him chating in the box ??? and i am sure i ban him with unlimte time !!!

Karabaja 07-31-2007 01:48 AM

I've been away for a week or so and I noticed there is new version so I upgraded. But now I am stuck with random smilies and no option to disable it. Pls VBDev could you help on how to set it to display order like it was in previous version. I'd rather not have to downgrade. Sorry if I missed an option somewhere in acp. Got some big smilies and really looks bad when it pulls them by random.

VBDev 07-31-2007 04:23 AM

Quote:

Originally Posted by Subah (Post 1305719)
There is some thing werid every time i ban a user after 1 or 2 day i see him chating in the box ??? and i am sure i ban him with unlimte time !!!

Does this user appear in the banned user list when you type the /showban command ?

Quote:

Originally Posted by Karabaja (Post 1305842)
I've been away for a week or so and I noticed there is new version so I upgraded. But now I am stuck with random smilies and no option to disable it. Pls VBDev could you help on how to set it to display order like it was in previous version. I'd rather not have to downgrade. Sorry if I missed an option somewhere in acp. Got some big smilies and really looks bad when it pulls them by random.

Here is how you could temporarly remove the random thing (I will make an option in the next version):
  1. Open includes/functions_mgc_cb.php
  2. Find
    PHP Code:

      $smileys $vbulletin->db->query_read("
      SELECT smilieid, smilietext, smiliepath, title
       FROM " 
    TABLE_PREFIX "smilie
       ORDER BY RAND() LIMIT " 
    $vbulletin->options['mgc_cb_editor_nbsmileys'] . "
     "
    ); 

  3. Replace it by
    PHP Code:

      $smileys $vbulletin->db->query_read("
      SELECT smilieid, smilietext, smiliepath, title
       FROM " 
    TABLE_PREFIX "smilie
       ORDER BY displayorder
     "
    ); 

  4. Here you go :)

baha 07-31-2007 04:57 AM

verzi 1.3 end 1.4 (Enable automatic refreshment ) is error:mad:

VBDev 07-31-2007 05:36 AM

Quote:

Originally Posted by baha (Post 1305916)
verzi 1.3 end 1.4 (Enable automatic refreshment ) is error:mad:

If you don't give me more details, I won't be able to help you ...

Have you uploaded js files ?

baha 07-31-2007 06:01 AM

Quote:

Originally Posted by VBDev (Post 1305933)
If you don't give me more details, I won't be able to help you ...

Have you uploaded js files ?

yes.
clientscript forde:( is error Upgrade from v1.2
:(automatic refreshment error:erm:


All times are GMT. The time now is 04:24 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.05515 seconds
  • Memory Usage 1,755KB
  • 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_php_printable
  • (7)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