Active
Project:
Station
Version:
7.x-2.x-dev
Component:
Other
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2012 at 08:48 UTC
Updated:
25 Jun 2014 at 20:12 UTC
Jump to comment: Most recent
The ability to link a picture to the program, which would be shown in a block to start and ideally the ability to hook it on the site anywhere which could be the DJ live or related show flyer at that particular time according to the schedule.
Comments
Comment #1
neo5287 commentedMore info similar to this - http://drupal.org/node/1626700
Comment #2
gnal commentedYou can add an image field on the program content type and then create a view that filters on program type and schedule time. You will need to add a relation to "Program Scheduling" to be able to filter by time. See the
station_schedule_programs view that the module provides.
Comment #3
donbon commentedI can confirm gnal's comment. Was able to add image field to content type, and filter criteria:
Like gnal says, you must first add a relation to "Program Scheduling" in the "Advanced" section of the view.