Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

AJAX Chat Channels

darkalchemy edited this page Mar 13, 2019 · 7 revisions

It is not recommended to remove, reorder, rename or repurpose any of the channels. The channels are referred to by their ID not by their name.

Instead, you should add new channels. Then add or remove access to any channels as desired.

To add channels, simply add them to the array found in the file chat\lib\data\channels.php

To add or remove access, simply add or remove the channel ids from the desired user class in the file chat\lib\data\users.php and ``chat\lib\class\CustomAJAXChat.php```.