Weekly-Schedule

This plugin allows users enter a list of weekly events through the Wordpress admin interface and then display the resulting weekly schedule on a page of their choice.
The 2009-2010 TV Schedule section of this site uses Weekly Schedule to generate its contents.
To get the plugin, please visit Wordpress.org where it is hosted.
Enhancement / Bug Tracking
In order to facilitate tracking of issues for Link Library, I have setup a bug / feature tracking system. See if you issue is already listed or report a new one.
Donations
Please feel free to leave comments, ask questions or report issues on either of these plugins. If you feel generous or really like these plugins, here is a donation link on Paypal:
I'm a tech enthusiast working in the modeling and simulation software industry. I am also married and the father of two very energetic little girls.




maruko
17 Dec, 2009
Sorry my English is not clear… actually what i
want to be able to do is not put the extra information in the same schedule, but actually create a new schedule on a different page(or a same page).
That will be great if it’s able to be done like putting code in html say.. [weekly-schedule2] or [weekly-schedule3]…
Yannick Lefebvre
17 Dec, 2009
It is not possible to do these things with Weekly Schedule as it stands today. I only designed it to handle a single schedule at this time, but may consider extending it to support multiple schedules at some point in the new year.
maruko
18 Dec, 2009
Thanks for taking your time to answer to my question!
Enjoy the holidays!
nathan
21 Dec, 2009
I’ve installed the plugin and set-up several categories & items. How do I get them to show up on a given page?
Yannick Lefebvre
21 Dec, 2009
You add the code [weekly-schedule] on the page where you want your schedule to show up.
Raymond
5 Jan, 2010
Hi! Inquiry.
Can this plugins capable to use for two different timezone same TV Programs? Possible having achieves for schedule? It seems onces I already input my fields to all respected time and date for the whole weekend, in order to create another week-schedule, Currently I replace the existing one.
Yannick Lefebvre
12 Jan, 2010
Hi Raymond. Weekly Schedule is really only meant to handle a list of recurring events, not to create a schedule of events that change from one week to the next, at least at this time in its development.
Tim
23 Jan, 2010
Hi –
I was running out of screen real estate using the half-hour time split. But by schedules needed to split on the half hour (say, 2:30-4:30). If I left it the way it was, the headers would get smashed together and become unreadable. If I switched to hourly splits, I’d lose accuracy by 30mins.
I’m not sure how this could be made into a configurable option (I’ve never made a plug-in before), but basically I left it in half-hour mode, and put in a catch to only output the hours.
if ($options['layout'] == ‘vertical’)
$output .= “”;
if ($minutes == “”)
$output .= “” . $hour;
//if ($minutes != “”)
//$output .= “:” . $minutes;
I’m hoping this might be useful to someone else. To see what I’m talking about, click here (http://www.pooteeweet.com/img/mixed_hour_half-hour.jpg)
Tim
23 Jan, 2010
I was so busy posting my sample that I forgot to say thanks. “Thanks!”
Great plugin!
-Tim
Yannick Lefebvre
24 Jan, 2010
Thanks for the suggestion Tim. I will look at incorporating it when I get back to enhancing Weekly Schedule.