Update TS3 Widget
If you have time to look at the TS3 widget code, right now when it is polling the script is displaying every single thing on the server. That includes the [cspacer] , [rspacer] and normal [spacer]. Any chance we can get script to filter those codes out of the view poll so they are not displayed?
We may revisit this in a future release, but it isn’t actively planned for development.
-
John Miller commented
Thanks for the update Pres.
-
Chris commented
Actually, you can use an HTML widget and upload your own viewer to it. Most people use tsviewer, or you can simply create your own.
-
Bkid commented
I agree with this. I don't know much of any PHP, but it seems like you could use something like preg_replace to replace the spacer tags with nothing.