-
Notifications
You must be signed in to change notification settings - Fork 300
Updating Chat
When a new version of AJAX Chat comes out you may consider updating your existing copy.
Updating an unmodified version of AJAX Chat is usually a simple procedure:
- Back up your js/config.js and lib/config.php files
- Upload the new files, overwriting your existing copy's files.
- Replace the new config.js and config.php files with your old ones.
- Apply and database changes (If there are any. Usually there aren't).
If there are any updates to the database that need to be made we will make a note of that in the changelog. If so, you will need to run the install.php again or manually run an SQL query on your server (usually using PhpMyAdmin) to implement the changes.
If your chat has modifications made to it, hopefully your modifications are all contained within the CustomAJAXChat.php and custom.js files. If so, just keep your old files the same way you kept the config files. If something breaks, it means we changed something in one of the functions you've overridden or modified, and you'll have to look through things manually to see what needs fixing.