Quote:
Originally Posted by LJR
LOL That is what I ended up doing. In fact they were great and opened the port for me and now I am casting my shouts all over the shop
Top hack!
Some possible enhancements: - Enable/Disable option in the admin panel
- Permissions (only those in listed usergroups can see the radio - of course this doesn't prevent those with the URL from listening to it)
- A radio scheduler - I'd prefer it separate from the calender as that can get cluttered with events. Just a nice table which shows the scheduled programs. This should be able to be enabled and disabled
- An option to hide the Radio table in the forumhome template when the server is offline (as it's just taken up real estate)
This hack has a lot of potential.
|
Found a simple fix to enable the option to hide the radio status when offline
in the offline template find:
Code:
<tbody id="collapseobj_forumhome_shoutcast" style="$vbcollapse[collapseobj_forumhome_shoutcast]">
</tobdy>
change to:
Code:
<tbody id="collapseobj_forumhome_shoutcast" style="$vbcollapse[collapseobj_forumhome_shoutcast]">
and add
at the very end of the template