The 2 most important things in this release that have been fixed:
A bug which would cause the downloading of the dbsettings.inc.php during installation and update of SLG Comms to fail. The downloading of this file would have only have been necessary if auto saving of the file would fail. So I hope this didn’t cause to much problems for people trying SLG Comms.
Problems which could have been caused because of a new feature in Ventrilo server 2.3.0 and higher versions have been fixed. This feature allowed server admins to disable certain data from being retrieved by Ventrilo_status. The following 5 options were available:
Server comment
Channel names (This includes all channel data, not only the names)
Channel comments
User names (This includes all of the user data, not only the names)
User comments
Currently SLG Comms will notify visitors if Channel names and / or User names have been disabled. The other 3 options are not important enough to warrant a notification on every page visit. This might be changed in the future but the 2 most important items are at least covered.
Here are the changes for this version:
v2.2.4
- Added XOOPS 2.2.3 Final + CBB 2.32 support. You are required to place SLG Comms in a sub directory of xoops, the name doesn't matter so you can even create a new directory. This is because XOOPS has a protection against scripts outside of the XOOPS root directory.
- Fixed a problem with the configuration file downloading during installation.
- Fixed a problem when certain information is missing from the ventrilo server data. (v2.3.0 of the ventrilo server allows the hiding of selective data). A message will be displayed if channel and / or client data is missing (Comment data excluded).
- Added {TEXT_CHANNELDATA_DISABLED}, {TEXT_CLIENTDATA_DISABLED} and {TEXT_UNKNOWN} language items in lng_index_vent.php
- If an error is encountered during data retrieval and cached data is being displayed the Cached data status will allways be displayed. This is so visitors know how old that data is.
v2.2.4 template changes
- Added extra table (table within {SERVER_NOTICE_BEGIN} and {SERVER_NOTICE_END}) in tpl_ventrilo.html
- Added a CSS stylesheet item called "server_notice".