dmzx / mchat
mChat
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 10
Forks: 10
Open Issues: 4
Type:phpbb-extension
Requires
- php: >=5.3.3
- phpbb/phpbb: >=3.1.8-RC1,<3.3.0-dev
Requires (Dev)
- phpbb/epv: dev-master
README
Install
- Download the latest release.
- Unzip the downloaded release, and change the name of the folder to
mchat
. - In the
ext
directory of your phpBB board, create a new directory nameddmzx
if it does not already exist. - Copy the
mchat
folder to/ext/dmzx/
. If done correctly, the folder structure should look like this:your forum root)/ext/dmzx/mchat/composer.json
. - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
mChat
under theDisabled Extensions
list, and click itsEnable
link.
Uninstall
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
mChat
under theEnabled Extensions
list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/dmzx/mchat
folder.