By nidhhog on
Hello,
I would like create a TV Guide on my site.
But I Cannot find any related drupal module, or any external script.
Does anyone has some experiences and knowledge how to create tv listenings, or wich module that I can use to do that ?
I t is very important for me, plese give me some clues.
Thank you
Comments
The only modules that you
The only modules that you need are CCK and Views. You can create a content type called tv program, with fields like title, about, time, etc. Then just create a view that shows the programs in order by date. You might also want to check out the repeating dates module. Would work nicely if you have shows that repeat.
PJW