Thread: Chat Modifications - MGC Chatbox Evo
View Single Post
  #57  
Old 01-29-2008, 10:39 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 maidos View Post
yeah thats my point, i want a command that it opens a new popup or new window whichleads to a new forum section and a new url site like forum/downloads.php

where can i add it theres html codes php codes and go no clue where to do that or how
If you have knowlegedin javascript, php and html you can handle it yourself by creating a new command through the dedicated system in the admincp.

Some clue to do the forum open command :
  1. Create a js file in clientscript/mgc_cb_evo_cmd containing a function that take an url string as parameter and just open a new window (window.open javascript function) at the url given as function parameter
  2. Create a new chatbox command through the admincp. And configure it somehow like the ban or del command which doesn't return anything but just execute. You'll have to add in the php code executed on chats sending code that contains :
    Code:
    $this->action = "your_js_function('forumdisplay.php?' + sessionurl + 'f=" . $this->raw_chat . "')";
    return;
    This code is not tested and written on the fly so you should perhaps dig a bit to correct it. You'll also to add the name of your js file to include in the command parameters.
Don't hesitate to ask me questions if you need help on figuring out how to do it. If you have not the skills to do that just wait for me to work on it

Quote:
Originally Posted by jalmz View Post
its not working... =(
I'll see on saturday what I can do to fix that.

Quote:
Originally Posted by sickboy6ths View Post
That's correct. We had such problems with vbGallery aswell, I think we fixed it by replacing all urls in MGC php & js files and templates. The urls should be set to the vbBBurl variable, instead of leaving out url, and using relative urls/paths.
Yes I know, I just have to write some code to make it work for both with a single version of files

Quote:
Originally Posted by baghdad4ever View Post
i have strange problem

the mgc box appear but when i put any word

the page lag and turn white

what is the problem??
Can you give me an url to your forum + test account access to have a look (you can do it by pm if you don't want to show it to everyone.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01714 seconds
  • Memory Usage 1,779KB
  • 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