Ajax Chat
View install instructions or the README.md file in the package.
Minimum PHP requirement to run this extension is PHP 5.4
changes in this version:
added ability to change user's chat settings from ACP thanks to RMcGirr83's help
added ACP options to turn links in the header menu on or off
merged all migration files into 1 file for simplifying future update migrations
updated templates
fixed some minor coding issues
updating to this version requires deleting the extension data as well as all extension files from the server. update instructions are as follows:
Updating to Ajax Chat 3.0.13-BETA
- Disable the extension in the ACP
- Delete extension data
- Delete the chat extension files from the server
- Download the latest release from (https://github.com/LMOspaceace/ajaxchat/releases).
- Unzip the downloaded release, and change the name of the folder to
ajaxchat
. - In the
ext
directory of your phpBB board, create a new directory namedspaceace
(if it does not already exist). - Copy the
ajaxchat
folder to/ext/spaceace/
(if done correctly, you'll have the main extension class at (your forum root)/ext/spaceace/ajaxchat/composer.json). - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Ajax Chat
under the Disabled Extensions list, and click itsEnable
link.