This mod can't be redistributed without the author authorization
Navigation
You wish to:
New install with importation of the chats from another chatbox system
Since the 2.0.0 version, it is possible to import chats from the following chatbox systems:
- cChatbox by Christrato [version 1.5]
- Cyb - Chatbox by Cybernetec [version 2.3]
- vBulletin 3.x Shoutbox 1.0 (AJAX) by DionDev [version 1.0]
- Dream's Chatbox by Dream [version 2.1.1]
- GSBOS by dinnerbone [version 1.0.5]
- Inferno vBShout Lite 2.5.0 by Inferno Tech [version 2.5.1 lite]
- vBShout v2.0 by Zero Tolerance [version 2.0]
- MGC Chatbox by MGC [version 1.5]
- Upload the content of the Files folder in your forum root.
- Upload the content of the Images in each of your forum styles directories.
- Log into the admin control panel of your forum and import the product located in the Product folder.
-
Go in the Download/Upload item of the Language manager menu and then:
- Select the English language file from the Lang folder.
- Select the forum language to overwrite.
- Set the Ignore language version option to YES.
- Launch the upload.
-
The next step correspond to the import of the chats from another chatbox system:
- In the MGC Chatbox Evo menu of the admin control panel, click on the item Import scripts.
- Select one or multiples chatbox systems from which you want to import chats.
- Then click on Save to launch the import script.
- The script will run on standalone, just wait till it has finished.
- Once the import process is finished, you just have to set the permissions of your usergroups so that they can see the chatbox, configure the chatbox settings, manage the available commands and if necessary add channels.
- If you plan on using the option to display users number of chats in the postbit and/or in the profile, go in your admin control panel and run the update counter script from the chatbox menu in order that the older chats gets taken into account.
Fresh install without chats importing
Follow the following install instructions:
- Upload the content of the Files folder in your forum root.
- Upload the content of the Images in each of your forum styles directories.
- Log into the admin control panel of your forum and import the product located in the Product folder.
-
Go in the Download/Upload item of the Language manager menu and then:
- Select the English language file from the Lang folder.
- Select the forum language to overwrite.
- Set the Ignore language version option to YES.
- Launch the upload.
- Installation is finished, you just have to set the permissions of your usergroups so that they can see the chatbox, configure the chatbox settings, manage the available commands and if necessary add channels.
Upgrade from the version 2.3.0 or newer
The upgrade instructions are the following:
- Upload the content of the Files folder in your forum root.
- Upload the content of the Images in each of your forum styles directories.
- Log into the admin control panel of your forum and import the product located in the Product folder.
-
Go in the Download/Upload item of the Language manager menu and then:
- Select the English language file from the Lang folder.
- Select the forum language to overwrite.
- Set the Ignore language version option to YES.
- Launch the upload.
- You have succesfully upgraded your chatbox, you just have now to set the new permissions and options.
- If you plan on using the option to display users number of chats in the postbit and/or in the profile, go in your admin control panel and run the update counter script from the chatbox menu in order that the older chats gets taken into account.
- You are done.
Upgrade from the version 1.0.0 up to 2.2.1
The upgrade instructions are the following:
- Upload the content of the Files folder in your forum root.
- Upload the content of the Images in each of your forum styles directories.
- Log into the admin control panel of your forum and import the product located in the Product folder.
-
Go in the Download/Upload item of the Language manager menu and then:
- Select the English language file from the Lang folder.
- Select the forum language to overwrite.
- Set the Ignore language version option to YES.
- Launch the upload.
- You have succesfully upgraded your chatbox, you just have now to set the new permissions and options.
- If you plan on using the option to display users number of chats in the postbit and/or in the profile, go in your admin control panel and run the update counter script from the chatbox menu in order that the older chats gets taken into account.
- To finish the upgrade, launch the script http://url_of_your_admincp/mgc_cb_evo.php?do=update_before_2.3.0 in your internet browser (replace url_of_your_admincp by the url of your admin control panel).
Upgrade from a version prior to 1.0.0
The changes introduced in the 1.0.0 version of the chatbox were far too deep, I thus have decided not to provide an import script for this version. As a consequence, you will be loosing all your chats while upgrading to this version.
The upgrade instructions are the following:
The upgrade instructions are the following:
- In the products manager of the admin control panel, remove the two products of the chatbox (the basic one and the commands one).
- Upload the content of the Files folder in your forum root.
- Upload the content of the Images in each of your forum styles directories.
- Log into the admin control panel of your forum and import the product located in the Product folder.
-
Go in the Download/Upload item of the Language manager menu and then:
- Select the English language file from the Lang folder.
- Select the forum language to overwrite.
- Set the Ignore language version option to YES.
- Launch the upload.
- You have succesfully installed the new version of the chatbox, you have to now set the usergroup permissions, options, commands and eventually create channels.
- If you plan on using the option to display users number of chats in the postbit and/or in the profile, go in your admin control panel and run the update counter script from the chatbox menu in order that the older chats gets taken into account.
Integration into IBProarcade
In order to display the chatbox on the IBProarcade pages, follow these instructions:
[vB3]
[vB3]
- In the admin control panel, go in the Display and positions of the chatbox.
- Activate the option Display the chatbox on defined pages in a var or Display the chatbox on defined pages below the navbar.
-
In the pages list, add :
and then validate. - Open the arcade/functions/functions.php file and search for function do_output($output_array).
-
After // add additional needed variables, add :
-
Finally, if you are using te option to display the chatbox in a var, edit the ARCADE template and add :
where you want the chatbox to appear.
- In the admin control panel, go in the Display and positions of the chatbox.
- Activate the option Display the chatbox on defined pages in a var or Display the chatbox on defined pages below the navbar.
-
In the pages list, add :
and then validate. -
In the templates list, add :
and then validate. -
Finally, if you are using te option to display the chatbox in a var, edit the ARCADE template and add :
where you want the chatbox to appear.
Display problem in some styles [vB3]
In some styles, you can encounter display problems because the chatbox uses an automatic insertion system in the templates based on specific variables that might not be present in your styles.
If you encounter such problems, follow these few steps (my example is based on the display of the chatbox at the bottom of the forum page but you can easily transpose it to another position causing problems):
If you encounter such problems, follow these few steps (my example is based on the display of the chatbox at the bottom of the forum page but you can easily transpose it to another position causing problems):
- Go into the plugin manager of your admin control panel.
- Edit the plugin Chatbox display on forumhome.
- Replace $find = '$forumhome_markread_script';.
-
By :
- Finally, go in the style manager and edit the FORUMHOME template.
-
Add :
before $footer.
Custom rewrite rules for vBSeo
Add the following rewrite rules for the chatbox in vBSeo :
Uninstall the chatbox
In order to correctly uninstall the chatbox, please follow carefully the following instructions:
- Remove the files of the chatbox in your forum folders.
- Remove the modifications you have done to the other forum templates for the chatbox.
- Uninstall the MGC Chatbox Evo product.
- Uninstall is now finished.
Information on the Copyright
In this version of the chatbox, a copyright now appears, you are not allowed to remove it! If you wish to obtain a branding free version, please visit: http://www.forumcoding.com
Further information
If you want to have more information on the chatbox, get newest version info, donwload button pack or even ask for support, feel free to visitu our forum: http://www.forumcoding.com