Weekly-Schedule

WeeklyScheduleLogo

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:

Plugin Donation (select desired amount)



  • 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]… :-)

  • 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.

  • Thanks for taking your time to answer to my question!
    Enjoy the holidays!

  • I’ve installed the plugin and set-up several categories & items. How do I get them to show up on a given page?

  • You add the code [weekly-schedule] on the page where you want your schedule to show up.

  • 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.

  • 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.

  • 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)

  • I was so busy posting my sample that I forgot to say thanks. “Thanks!”

    Great plugin!
    -Tim

  • Thanks for the suggestion Tim. I will look at incorporating it when I get back to enhancing Weekly Schedule.

You can follow any responses to this entry through the RSS 2.0 feed.

Trackbacks / Pingbacks