guikubivan / Public-Media-Wordpress-Plugins

A repository for Wordpress plugins meant for public media websites.
6 stars 0 forks source link

Show playlists in single view if program is set to show playlists #32

Open guikubivan opened 13 years ago

guikubivan commented 13 years ago

We have to create the template for playlist.php, playlist_item.php and update the function frontend/single.php#single_program_div to:

  1. Check if playlists are activated
  2. Check if any playlist items available during the current time slot, but not after the current date/time.
  3. Use the playlist templates to show them.