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)

VBDev 07-20-2007 10:18 AM

Quote:

Originally Posted by Gemma (Post 1296372)
I tried it wit ibproarcade but it jus shows up as 'loading'

I don't have ibproarcade installed, think I'll have to install it :(

ibproarcade files are in the forum root ?

Quote:

Originally Posted by Dr. Bantham (Post 1296381)
Thank you for the step by step instructions. It worked on the first try. It also works with vbAdvanced, which is great in that I now have a full width ChatBox in lieu of being limited to the center column width, which is how I had my other ShoutBox mod set up. I have my forums in the root directory of my site. Perhaps that is why it works with VBA for me. I have made the full switch to MGC ChatBox now. Thanks again!

Yes it must be the reason why it perfectly works with your vba :)

baghdad4ever 07-20-2007 11:00 AM

can you add popup windows with private chat between members??

with usergroup permissions

Inferno Dragon 07-20-2007 11:06 AM

I updated to v1.3, but my Smilies and bbcode button links are not working, whenever I click on them they just scoll the page..though when I click on the help button it works fine i-e opens a small popup window!

I revert the templates too but still smilies and bbcode buttons are notworking..rest is fine!

any fix available for this?

wizardan 07-20-2007 11:08 AM

Has anyone found a workaround to the smilie selection?

That remains my only issue.

Thanks for the best shout box ever, VB Dev:)

VBDev 07-20-2007 12:23 PM

Quote:

Originally Posted by baghdad4ever (Post 1296424)
can you add popup windows with private chat between members??

with usergroup permissions

No I won't add such thing, this would become too much of a chat.

Anyway I have started adding a /pm command which allow users to send private shouts (with a private channel where all shouts made with /pm will be shown).

Quote:

Originally Posted by Inferno Dragon (Post 1296432)
I updated to v1.3, but my Smilies and bbcode button links are not working, whenever I click on them they just scoll the page..though when I click on the help button it works fine i-e opens a small popup window!

I revert the templates too but still smilies and bbcode buttons are notworking..rest is fine!

any fix available for this?

You have updated the js files and reverted the templates ?

Does IE fires a javascript error ?

Quote:

Originally Posted by wizardan (Post 1296435)
Has anyone found a workaround to the smilie selection?

That remains my only issue.

Thanks for the best shout box ever, VB Dev:)

I do :D And I have corrected it in the next version, I don't have the chatbox code there but this is in the mgc_chatbox.js file (clientscript directory), you have to add a return false at the end of the ajouter_smilie function (not sure of the name of the function without the code beyond my eyes ;)

wizardan 07-20-2007 12:43 PM

Quote:

Originally Posted by VBDev (Post 1296522)



I do :D And I have corrected it in the next version, I don't have the chatbox code there but this is in the mgc_chatbox.js file (clientscript directory), you have to add a return false at the end of the ajouter_smilie function (not sure of the name of the function without the code beyond my eyes ;)

I'll have a look. Good thing I speak french as well;)

wizardan 07-20-2007 12:52 PM

Quote:

Originally Posted by VBDev (Post 1296522)



...at the end of the ajouter_smilie function (not sure of the name of the function without the code beyond my eyes ;)

I found this beginning on line 219:
Code:

function ajout_smilie(smilietext) {
        insertAtCursor(fetch_object('chatinput'),smilietext);
}

Is that it?

VBDev 07-20-2007 01:17 PM

Yes it's that function, you have to add return false; before the }

baghdad4ever 07-20-2007 04:10 PM

thanks alot

how can i change the username appearance in the box

from

<baghdad4ever>

to

baghdad4ever :

thanks

VBDev 07-20-2007 04:51 PM

Open the mgc_chatbox_bit template, search for the different occurence of :

Code:

&lt;$chatbit[author]&gt;
Replace by :

Code:

&lt;$chatbit[author]&gt;


All times are GMT. The time now is 03:50 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.02739 seconds
  • Memory Usage 1,746KB
  • 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
  • (7)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