Releases: LMOspaceace/ajaxchat
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:
fixed refresher in controller
added check for PHP 5.4
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:
code changes for phpBB validation
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:
fixed ComBoot folder name
added template events
fixed an SQL issue
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 ComBoot style
fixed missing variable
added function to show users in chat on the viewonline page
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:
fixed chat amounts and some minor css and template tweaks
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:
major update for phpBB validation
almost every file in the extension has been changed
new options/features added
too much to list
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:
replaced chat rule input to support smilies, bbcodes, urls, and multi-lines
fixed more missing unix EOL's
some minor template changes
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 chat to viewforum and viewtopic pages
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.
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:
changed avatar in message size setting from width to height. it is now set to display the same size as the profile avatar displayed on the index page for prosilver.
also set the minimum message height from 40px to 30px