vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

Ranger187 06-29-2008 10:13 PM

Quote:

Originally Posted by maidos (Post 1562444)
ranger: followed ur instruction and works great now:) thanks for your support

;)

You didn't say if the bbcode issue is fixed. Can you type url's and emails and they work? I think this might be an actual problem but need to verify on other servers.

VBDev 06-29-2008 10:15 PM

Quote:

Originally Posted by m3rl1nuk (Post 1562392)
I did and seems a uninstall is required :-( great product but to much hassle will stick with v4 for now.

No uninstall is required !

Quote:

Originally Posted by Kerry-Anne (Post 1562397)
I had to uninstall for the same reason, but it affected everything on the site. version 0.5.0 here BTW

Hummm. I don't see what would have changed in compatibility with 3.7.1 and 3.7.2.

Do other people are having that problem with chatbox and 3.7.2 ?

I am having a look at the bbcode email issue

Ranger187 06-29-2008 10:17 PM

Quote:

Originally Posted by FF|Skyrider (Post 1562449)
Anyway possible I can remove all shouts with a single button?

Also,


It is still showing the [email] tags around the email. Even after I updated the chat box with the latest version.

That's what the cron job is for. And the settings. Why would you want to manually remove all? I think you asked this a while back too.

Yeah, sounds like Vbdev might have a boo boo with the bbcode in this one.

Skyrider 06-29-2008 10:18 PM

Quote:

Originally Posted by Ranger187 (Post 1562452)
That's what the cron job is for. And the settings. Why would you want to manually remove all? I think you asked this a while back too.

Yeah, sounds like Vbdev might have a boo boo with the bbcode in this one.

Indeed I have asked this before, and why? Too much chat logs within the chat system is for some reason lagging the chat box itself.. It takes longer for messages to be shown within the chat box. If the chat box has no logs at all, the messages shows up much faster.

VBDev 06-29-2008 10:19 PM

Ok found the problem of the email bbcode.

Open functions_mgc_cb_evo.php.

Search for :
PHP Code:

if ($vbulletin->options['mgc_cb_evo_bbcode_email'])
   {
      
$bbcode_list['no_option']['url'] = array('callback' => 'handle_bbcode_email',
         
'strip_empty' => true);

      
$bbcode_list['option']['url'] = array('callback' => 'handle_bbcode_email',
         
'strip_empty' => true);
   } 

Replace by :
PHP Code:

if ($vbulletin->options['mgc_cb_evo_bbcode_email'])
   {
      
$bbcode_list['no_option']['email'] = array('callback' => 'handle_bbcode_email',
         
'strip_empty' => true);

      
$bbcode_list['option']['email'] = array('callback' => 'handle_bbcode_email',
         
'strip_empty' => true);
   } 


maidos 06-29-2008 10:19 PM

well since FF|Skyrider got email bbcode issue aswell i dont need to do anything since he confirmed the issue right?

hm it seems the online list shows only my username color with the other user with same usergroup shows normal color :S

Ranger187 06-29-2008 10:20 PM

Really? I find that unlikely. Considering the one forum I run has about 3,000+ chats a day easily.

You are looking at what I call an backasswards solution. Instead change the history to something smaller then 300 ;)


Quote:

Originally Posted by maidos (Post 1562455)
well since FF|Skyrider got email bbcode issue aswell i dont need to do anything since he confirmed the issue right?

hm it seems the online list shows only my username color with the other user with same usergroup shows normal color :S

Again, color/user configs...

Ranger187 06-29-2008 10:23 PM

Quote:

Originally Posted by VBDev (Post 1562454)
Ok found the problem of the email bbcode.

Open functions_mgc_cb_evo.php.

Search for :
PHP Code:

if ($vbulletin->options['mgc_cb_evo_bbcode_email'])
   {
      
$bbcode_list['no_option']['url'] = array('callback' => 'handle_bbcode_email',
         
'strip_empty' => true);

      
$bbcode_list['option']['url'] = array('callback' => 'handle_bbcode_email',
         
'strip_empty' => true);
   } 

Replace by :
PHP Code:

if ($vbulletin->options['mgc_cb_evo_bbcode_email'])
   {
      
$bbcode_list['no_option']['email'] = array('callback' => 'handle_bbcode_email',
         
'strip_empty' => true);

      
$bbcode_list['option']['email'] = array('callback' => 'handle_bbcode_email',
         
'strip_empty' => true);
   } 


Why not update the zip file too then ;)

VBDev 06-29-2008 10:27 PM

Quote:

Originally Posted by FF|Skyrider (Post 1562449)
Anyway possible I can remove all shouts with a single button?

I think I already answered you, you can do it in the archives but on a per page basis.

Otherwise you have to use the /del all command directly from the chatbox.

VBDev 06-29-2008 10:28 PM

Quote:

Originally Posted by Ranger187 (Post 1562458)
Why not update the zip file too then ;)

I am doing it right now :)


All times are GMT. The time now is 03:56 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.04405 seconds
  • Memory Usage 1,763KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)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