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)

LockeAG 07-27-2007 05:59 PM

I get de Loading stanby error,

since I reupdate to new version ...

VBDev 07-27-2007 06:10 PM

Quote:

Originally Posted by Mastar (Post 1303170)
How did you fixed the arcade problem? I updated the chat just now and same problem with ibparcade. Thanks!

Did you follow the how to in the readme file as stated in the thread text ?

It won't work if you don't do the modification in the functions.php file of the arcade.

Quote:

Originally Posted by inciarco (Post 1303202)
I've Fixed the Error by Editing the Text of the Phrase "$vbphrase[mgc_cb_idle_msg]" changing it back to the Original Setting!! :) (That's the last thing I changed before the ChatBox Collapsed).

If is useful for you, I tryed to include the Following Text into it, so that the User could know the Image of the Refresh Button, but it seems that the Include Image Damages the Chat Box's Working!! :(

<center><b>Due to your inactivity, the refresh has been disabled in the chatbox.<br />To leave this mode, please click on the refresh button (<img src="http://inciarco.com/foros/images/misc/mgc_chatbox/mgc_cb_refresh.gif">) or refresh the full page if the button is not shown.</b></center>

I hope this help you to Make your Great hack Stronger in the Configuration Process for Users!! :up:

Thank You VBDev is a Great Hack, I've Voted for it in the Hack of the Month!! :up:

My Best Regards to You!! :)

:)

This is not the image this is the quote in the image as quotes are used in php.

It would have worked maybe if you had escaped the quote (by putting \" instead of just ").

Quote:

Originally Posted by Subah (Post 1303254)
I don`t know but there is a problem with seeing the poll resulte ?

Upload the new language file of the 1.4 corrected version.

Quote:

Originally Posted by LockeAG (Post 1303268)
I get de Loading stanby error,

since I reupdate to new version ...

Did you revert chatbox templates (if you had modified them).

Have you uploaded all new files ?

VBDev 07-27-2007 06:34 PM

Quote:

Originally Posted by Mastar (Post 1303170)
How did you fixed the arcade problem? I updated the chat just now and same problem with ibparcade. Thanks!

Did you follow the how to in the readme file as stated in the thread text ?

It won't work if you don't do the modification in the functions.php file of the arcade.

Quote:

Originally Posted by inciarco (Post 1303202)
I've Fixed the Error by Editing the Text of the Phrase "$vbphrase[mgc_cb_idle_msg]" changing it back to the Original Setting!! :) (That's the last thing I changed before the ChatBox Collapsed).

If is useful for you, I tryed to include the Following Text into it, so that the User could know the Image of the Refresh Button, but it seems that the Include Image Damages the Chat Box's Working!! :(

<center><b>Due to your inactivity, the refresh has been disabled in the chatbox.<br />To leave this mode, please click on the refresh button (<img src="http://inciarco.com/foros/images/misc/mgc_chatbox/mgc_cb_refresh.gif">) or refresh the full page if the button is not shown.</b></center>

I hope this help you to Make your Great hack Stronger in the Configuration Process for Users!! :up:

Thank You VBDev is a Great Hack, I've Voted for it in the Hack of the Month!! :up:

My Best Regards to You!! :)

:)

This is not the image this is the quote in the image as quotes are used in php.

It would have worked maybe if you had escaped the quote (by putting \" instead of just ").

Quote:

Originally Posted by Subah (Post 1303254)
I don`t know but there is a problem with seeing the poll resulte ?

Have you used the new language version ?

Anyway, are you using it with the english language or another one ?

Quote:

Originally Posted by LockeAG (Post 1303268)
I get de Loading stanby error,

since I reupdate to new version ...

Did you revert chatbox templates (if you had modified them).

Have you uploaded all new files ?

inciarco 07-27-2007 06:43 PM

Hello VBDev!! :up:

How can I change the Size of the Text inside the Chat Box?? :confused:

What Template or Line Code shall I Edit and Change in order to make the Size of the Text inside the Chat Box a little Smaller?? :confused:

I appreciate your Help!! :up:

I send you My Best Regards!! ;)

Ps: Adding \" instead of just " worked Great, Thanks!!. The following Code works Fine now. :);)

<center><b>Due to your inactivity, the refresh has been disabled in the chatbox.<br />To leave this mode, please click on the refresh button (<img src=\"http://inciarco.com/foros/images/misc/mgc_chatbox/mgc_cb_refresh.gif\">) or refresh the full page if the button is not shown.</b></center>


:)

LockeAG 07-27-2007 06:49 PM

oh Yes I have ,also I Uninstall and Reinstall de Product.. reupload and etc... I don't know what going on , but I return to the last prodcut (1.4 before today) , and all is working fine...

Also , my advice for all, I don't like the fact to edit navbar template, I'm very busy to make all this changes , and YES I 'm Lazy, So , I recomend use a CUSTOM NAVBAR PLUGIN , adding the specify url:
Code:

mgc_chatbox.php?$session[sessionurl]do=view_archive
and
Code:

mgc_chatbox.php?$session[sessionurl]do=view_chatbox
.. or ...

add ARCHIVE button to the "mgc_chatbox_editor" template

I' dont really search for de conditional variable so I only add a simple image link, and I added after the Full Mode Button link

Code:

<a href="mgc_chatbox.php?$session[sessionurl]do=view_archive" rel="nofollow"><img src="$stylevar[imgdir_misc]/mgc_chatbox/mgc_cb_arch.gif" alt="" name="mgc_cb_aide" border="0" class="inlineimg" id="mgc_cb_aide" title="Archive" /></a>
and I made a custom buttom for archive...

I don't know is the was an option for all of this , but for me works.. :D

Great Hack , and thanks very much...

VBDev 07-27-2007 07:01 PM

Quote:

Originally Posted by inciarco (Post 1303293)
Hello VBDev!! :up:

How can I change the Size of the Text inside the Chat Box?? :confused:

What Template or Line Code shall I Edit and Change in order to make the Size of the Text inside the Chat Box a little Smaller?? :confused:

I appreciate your Help!! :up:

I send you My Best Regards!! ;)

Ps: Adding \" instead of just " worked Great, Thanks!!. The following Code works Fine now. :);)

<center><b>Due to your inactivity, the refresh has been disabled in the chatbox.<br />To leave this mode, please click on the refresh button (<img src=\"http://inciarco.com/foros/images/misc/mgc_chatbox/mgc_cb_refresh.gif\">) or refresh the full page if the button is not shown.</b></center>


:)

Please don't use bold font like that ...

For the size of the text in the chatbox, it can't be changed as this is changed depending on user needs.

As you know font size is selectable.

Quote:

Originally Posted by LockeAG (Post 1303295)
oh Yes I have ,also I Uninstall and Reinstall de Product.. reupload and etc... I don't know what going on , but I return to the last prodcut (1.4 before today) , and all is working fine...

Also , my advice for all, I don't like the fact to edit navbar template, I'm very busy to make all this changes , and YES I 'm Lazy, So , I recomend use a CUSTOM NAVBAR PLUGIN , adding the specify url:
Code:

mgc_chatbox.php?$session[sessionurl]do=view_archive
and
Code:

mgc_chatbox.php?$session[sessionurl]do=view_chatbox
.. or ...

add ARCHIVE button to the "mgc_chatbox_editor" template

I' dont really search for de conditional variable so I only add a simple image link, and I added after the Full Mode Button link

Code:

<a href="mgc_chatbox.php?$session[sessionurl]do=view_archive" rel="nofollow"><img src="$stylevar[imgdir_misc]/mgc_chatbox/mgc_cb_arch.gif" alt="" name="mgc_cb_aide" border="0" class="inlineimg" id="mgc_cb_aide" title="Archive" /></a>
and I made a custom buttom for archive...

I don't know is the was an option for all of this , but for me works.. :D

Great Hack , and thanks very much...

The navbar shall not be changed anymore by user as there are links now in the chatbox ;)

Your button is a nice idea thus it's not very useful when in full mode.

Anyway, I could use it for the archive link when in expanded mode !

Lifesupporters 07-27-2007 07:38 PM

This is the first time I've ever voted for an MOTM so this is my way of saying thanks for a great product and even better support!

The only comment I'd like to make (and please don't slag me if it's already been mentioned as I did not find it in the 30+ pages I've already been through) is it would be nice if a user could turn on/off the random smilies option.

The only reason I suggest it is due to the different sizes of smilies and animated smilies out there. Adding a random component just ensures the undesirable smilies are also now in full rotation in the chatbox which messes with chat box overall aesthetic IMHO.

Quoting someones previous shout would also be a great feature because a lot of people in chat means that many different conversations are happening so it's easy for messages to get crossed.

Neither of these are complaints at all, merely suggestions for you to consider or discard, either way, it is still a great product!

Ken

VBDev 07-27-2007 07:42 PM

Thank you very much:)

VBDev 07-27-2007 07:52 PM

I am planning a big surprise for v1.5 which might be called v2.0 :D

Won't post any clue, you'll have to imagine ;)

VBDev 07-27-2007 08:07 PM

Quote:

Originally Posted by Lifesupporters (Post 1303328)
This is the first time I've ever voted for an MOTM so this is my way of saying thanks for a great product and even better support!

The only comment I'd like to make (and please don't slag me if it's already been mentioned as I did not find it in the 30+ pages I've already been through) is it would be nice if a user could turn on/off the random smilies option.

The only reason I suggest it is due to the different sizes of smilies and animated smilies out there. Adding a random component just ensures the undesirable smilies are also now in full rotation in the chatbox which messes with chat box overall aesthetic IMHO.

Quoting someones previous shout would also be a great feature because a lot of people in chat means that many different conversations are happening so it's easy for messages to get crossed.

Neither of these are complaints at all, merely suggestions for you to consider or discard, either way, it is still a great product!

Ken

You mean by user or an option in the admincp to activate or not the random smilies ?

for the quoting, how would you see that ?


All times are GMT. The time now is 06:45 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.03239 seconds
  • Memory Usage 1,789KB
  • 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
  • (6)bbcode_code_printable
  • (11)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