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)

Skyrider 06-29-2008 10:29 PM

I've replaced of what you have given me ranger, but it didn't seemed to work for me. And thank u, the /del all command did the trick just fine.

Ranger187 06-29-2008 10:30 PM

Verified. Fix for bbcode works. URL and EMAIL now work.

Ranger187 06-29-2008 10:35 PM

Quote:

Originally Posted by FF|Skyrider (Post 1562465)
I've replaced of what you have given me ranger, but it didn't seemed to work for me.

FF, It's gotta be the server or your settings. If you have to manually delete stuff it's more a task for you personally and proves a waste of effort/time/resources for YOU.

Let me get the settings I use. If you try this and you still have problems, then it's the server you are on. It = sucks

MGC Chatbox Evo / Chats Display >

Number of chats in the chatbox 100
Maximum number of displayed chats in the collapsed mode 5
Number of chats in full page mode 150
Chats display order Newest First

On some of my forums, I use even higher with virtually instant load. If that doesn't resolve it, PM me a screen shot of your chats display options..

Ranger187 06-29-2008 10:38 PM

Anyone downloading the chat prior to this post Sunday 7:35pm EST.....Re-Download it or fix this file... There was an issue with the BBCode not working. It's now resolved.

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);
   } 



Skyrider 06-29-2008 10:43 PM

I've retried the replacing Ranger, it doesn't work for me. Does that replacement works for anyone else besides yourself?

Ranger187 06-29-2008 10:50 PM

Replacement of the bbcode or the replacement of the chats display? ;)

If you are talking about the bbcode... Make sure you edited the right file. ;)

/includes/functions_mgc_cb_evo.php

VBDev 06-29-2008 10:53 PM

Hey guys,

Seems like the fact that I made a commands system creation is not very useful.

At least you appreciate it for the channel creation system but that all.

So I would like to know your advice on the subject, do you think I should:
  1. Let the chatbox as it is currently: requires time to install, allows commands and channel creations, forbid the use of some commands in all channels (like the /me command).
  2. Or, rewrite the chatbox code so that it : requires far less time to install, allow only channel creations.
In the second solution, commands would still be the same but would only be added at install and then you could activate/deactivate it as before.

Skyrider 06-29-2008 10:56 PM

Quote:

Originally Posted by Ranger187 (Post 1562478)
Replacement of the bbcode or the replacement of the chats display? ;)

If you are talking about the bbcode... Make sure you edited the right file. ;)

/includes/functions_mgc_cb_evo.php

I'm very sure I've edited the right file, I've even searched for a specific line and they were identical with the first code you placed and replaced it with your second code. It didn't worked for me.

Ranger187 06-29-2008 10:58 PM

Unless you plan to goto an XML one click install I'd not change how anything is done. That should be what your decision is based on.

I'd rather have more options then some stripped down chat. That's what separates this chat from the others.

Ranger187 06-29-2008 10:59 PM

Quote:

Originally Posted by FF|Skyrider (Post 1562483)
I'm very sure I've edited the right file, I've even searched for a specific line and they were identical with the first code you placed and replaced it with your second code. It didn't worked for me.

Re-download the zip file again. Overwrite all. Fixed.


All times are GMT. The time now is 01:24 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.06756 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
  • (4)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