Quote:
Originally Posted by LuucEarth
Found a problem in the viewer where custom icon's were not downloading properly.
Traced it down to a problem in the ts3icon.php
Code:
/* load framework library */
require_once("../libraries/TeamSpeak3/TeamSpeak3.php");
needs to be changed to:
Code:
/* load framework library */
require_once("../teamSpeak/TeamSpeak3.php");
to match the structure you have set up in your product.
Once done with that custom channel and group icons do appear properly.
** This is in the 0.9.7b version***
On another note 0.9.7b did solve my token generation error of improper paramaters.
|
Thank you for the bug fix, it is now fixed in the source code. Glad to hear 9.7 solved token generation errors for you.