Author: Talonos
credits: dmzx,RMcGirr83 and kasimi for making this extension possible.
Extension Description:
This extension will allow you to have mChat displayed on your board3 portal (requires mChat 2.1.0+ installed)
block can be used in Top/Center/Bottom only
IF UPGRADING "mChat" DISABLE "mChat Board3" extension BEFORE DOING SO or you can get locked out of ACP
below setting in mChat configuration IS REQUIRED to have mChat display on board3 portal
Code: Select all
Display mChat on the index page: Yes
Download:
http://s000.tinyupload.com/index.php?fi ... 6603266868
Installation:
1. Download the latest release.
2. Unzip the downloaded release, and change the name of the folder to `mchat`.
3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
4. Copy the `mchat` folder to `/ext/talonos/` if done correctly, you'll have the main extension class at (your forum root)/ext/talonos/b3pmchat/composer.json
5. Navigate in the ACP to `Customise -> Manage extensions`
6. Look for `mChat Board3` under the Disabled Extensions list, and click its `Enable` link.
7. add the module to your portal via the menu at ACP -> Extensions -> Portal -> Portal Modules -> add modules -> 'mChat on Board3 Portal' (top/center or bottom modules only)
this extension requires mChat 2.1.0+ available from https://www.phpbb.com/customise/db/extension/mchat_extension/ please update to 2.1.0+
original authors forum for mChat:
http://www.dmzx-web.net/viewforum.php?f=53
Revision information:
2.1.0
Code: Select all
code updated to work with mChat 2.1.0+
fixed a bug where it wasn't pulling the correct "mchat height" setting onto portal
Code: Select all
code updated to work with mChat 2.0.2
Code: Select all
code updated to work with OFFICIAL RELEASE. no more RC versions :)
2.0.0-RC6
Code: Select all
Collapse on portal now works (collapse on index will also collapse on portal)
due to major code changes i've had to use a version check for mchat RC6 so that boards don't get broken by addon.
any addons that work in mchat will also work on b3pmChat
Code: Select all
fixed an issue with collaspable categories on index. still no collapse on portal.
Code: Select all
updated to newest release of mChat.
added ext.php to check that mchat is enabled before this EXT is allowed to be enabled (if this first before mchat it breaks board)
Code: Select all
no more mChat core edits required now as this is a seperate extension. requires mChat to be installed FIRST
Code: Select all
initial RC release
will work on any page where the full portal works.