Skip to content

Releases: LMOspaceace/ajaxchat

Ajax Chat

12 Feb 11:35
Compare
Choose a tag to compare

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

02 Jan 01:22
Compare
Choose a tag to compare

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

06 Aug 15:23
Compare
Choose a tag to compare

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

27 Jul 22:59
Compare
Choose a tag to compare

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

19 Jun 01:43
Compare
Choose a tag to compare

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

05 Jun 22:42
Compare
Choose a tag to compare

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

21 Feb 23:31
Compare
Choose a tag to compare

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

14 Feb 01:25
Compare
Choose a tag to compare

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

01 Feb 13:25
Compare
Choose a tag to compare

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

  1. Disable the extension in the ACP
  2. Delete extension data
  3. Delete the chat extension files from the server
  4. Download the latest release from (https://github.com/LMOspaceace/ajaxchat/releases).
  5. Unzip the downloaded release, and change the name of the folder to ajaxchat.
  6. In the ext directory of your phpBB board, create a new directory named spaceace (if it does not already exist).
  7. 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).
  8. Navigate in the ACP to Customise -> Manage extensions.
  9. Look for Ajax Chat under the Disabled Extensions list, and click its Enable link.

Ajax Chat

16 Jan 12:58
Compare
Choose a tag to compare

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