I've had numerous requests from people who are not tech-savvy to tell them what to do with the PLS file that we shove out to them (our streamcast stream). Since Windows Media Player is too stupid to understand what to do with it, I need to provide a HELP link within the block. I've got one outside the block, but I think it would be useful to allow for a node to be linked within the block if necessary. Basically this would add a "Help Link" textfield within the admin of this block, and if it's populated, provide either a help icon, or help hyperlink within the block.

Not sure if anyone else has had this concern, but this is one of those issues I never would have anticipated (firstly because I don't use WMP, but also because I figured everyone know how to deal with a PLS file!).

Comments

drewish’s picture

Component: Programs » Schedule
Status: Active » Closed (won't fix)

You could do this pretty easily using a theme function you'd need to override theme_station_block_current_program(). You can find information on overriding theme functions here: http://drupal.org/node/55126 and here: http://drupal.org/node/11811