Thread: Chat Modifications - MGC Chatbox Evo
View Single Post
  #2419  
Old 09-04-2008, 11:08 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by solidlink View Post
i've got 2 questions....... how does it affect the server load? is there anyway to clear the logs or sth? thx
The new version is very light on the server load, far more than it used to be.

Yes it's possible through the use of a command or a periodic cron task or directly from the archives with a inline moderation removal tool.

Quote:
Originally Posted by solidlink View Post
all the commands does not seem to work for me?

# /me : well known IRC command
# /del : remove shouts (different possibilities of removal)
# /ignore : ignore shouts from another user
# /ban : ban user from chatbox
# /pm : send a private chat to another user
# /announcement : modify the announcement on top of the chatbox
You have to set permissions boy Check the command management tool in the admincp.

Quote:
Originally Posted by txspaderz View Post
I'm getting this error when going: /ban show

Any idea's? I did uninstall the old chatbox too
Did you install the 1.0.0 chatbox just when released or more recently ?

Coz there was a small mistake in the first zip file of the 1.0.0.

Quote:
Originally Posted by carphead View Post
I'm trying to disable this style on a pair of styles (Iphone and a fast loading text only style). But when I go into the Chatbox display on forumhome theres is no $search_text = '$forumhome_markread_script';. Has the plug in changed?

Code:
if($vbulletin->options['mgc_cb_evo_active'] && $vbulletin->userinfo['mgc_cb_evo_show'] && can_view_mgc_cb_evo()) 
{ 
   require_once(DIR . '/includes/functions_mgc_cb_evo.php'); 
    
   if (can_view_mgc_cb_evo() && $vbulletin->options['mgc_cb_evo_forumhome']) 
   { 
      /* Stats */
      if ($vbulletin->options['mgc_cb_evo_forumhome_stats'])
      {
         $mgc_cb_evo_stats = construct_mgc_cb_evo_forumhome_stats();
      }
      
      
      $replace = ' $mgc_cb_evo ';
      
      if($vbulletin->options['mgc_cb_evo_forumhome'] == 1)
      { 
          $find = '$navbar';
          $brb = ' '; 
          $bra = ' <br />'; 
      } 
      else 
      { 
          $find = '$forumhome_markread_script';
          $brb = ' <br />'; 
          $bra = ' '; 
      } 
      
      $mgc_cb_evo = build_mgc_cb_evo_display($vbulletin->options['mgc_cb_evo_normalmode_height']);

      $vbulletin->templatecache['FORUMHOME'] = str_replace($find,$find . $brb . $replace . $bra,$vbulletin->templatecache['FORUMHOME']); 
   } 
}
Sorry it's not $search_text but $find.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01159 seconds
  • Memory Usage 1,783KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete