Quote:
Originally Posted by Racenut
Thanks ver much for this. I installed and it works fine. I woulod however like the channel names to be bold and maybe change the font color. Anyway to do this?
thanks
|
Well I think this may do it, however I have nothing to test it with. Try this:
Find in
teamspeakdisplay/teamspeakdisplay.php:
PHP Code:
print(str_replace(" ", " ", htmlspecialchars($channelInfo["displayname"])));
Replace with:
PHP Code:
print(str_replace(" ", " <b><font color='#000066'>", htmlspecialchars($channelInfo["displayname"]), "</font></b>"));
Obviously keep a backup, but I think that should make your cannels dark blue and bold. Tell me if it worked.