Weekly-Schedule
NOTICE:I am currently working on a book on plugin development, to be published in August 2012.Therefore, I will not have as much time available to support questions/feature requests on my plugins as I would normally have. I recommend that you read through all comments here, through the forum on the wordpress.org and through the FAQ before asking questions. I will try to answer a few questions on occasions but I cannot guarantee at what frequency this will be. Thank you for your understanding.
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.
2009-2010 TV Schedule section of this site uses Weekly Schedule to generate its contents.
Donations
If you feel generous and really like this plugin, here is a donation link on Paypal:
Usage Examples
Click here for more usage examples of Weekly Schedule.





I'm a tech enthusiast working in the modeling and simulation software industry. I'm also married and the father of two very energetic little girls.






How would one go about getting the next upcoming show listing on the schedule? I want to insert it in the side bar, with a link to the full schedule. I'm comfortable with running a SQL statement from within the PHP, if need be.
Thanks for a great plugin!
With Weekly Schedule being primarily geared towards repeating weekly events, I am not sure how you would use it to create a show listing… There is no date field on items, only a week day. Unless you only want to publish shows a week in advance.
I can look at giving you quickly the code to query events tonight. Or maybe I can see about adding something to the plugin in the next few days to handle this.
Is it possible to reverse the schedule so it shows times down the left and days across the top?
Not at this time, but it is a possibility that I have been thinking about implementing at some point. This is still a fairly young plugin that I first released a month ago. I will look into how much work it would take to implement that alternate display mode.
Version 1.1 introduces a vertical display mode where the times are down the left side and days are across the top. Try it out and let me know what you think.
Yes it would be wonderful to being able to reverse the schedule so you have the days across the top. I only have a width of 800 px and need half an hour intervalls. The cells are so small no text can fit. So waiting anxiously
Thanks for a great add on!
Hampus, try out version 1.1, which was released last night and let me know how you like the vertical layout mode.
I think this would be perfect for me! But the new version is making a new column for each item on a day (so monday has five items and in vertical mode, there end up being five columns)! Is this a bug, or could some other plugin be breaking it? and idea!
Yup, that's a bug. I am working on fixing it but it's taking a bit longer than expected since I uncovered other problems. Basically, a new column is supposed to get added if two items are in the same time frame. But a bug in the code is creating a new column every time. I am hoping to get this addressed in the next 2-3 days.
You know what would be nice… it would be a group calendar that everyone that share and add their schedule. I am looking for one to do like a hookup… where someone can input a calendar, i.e., will be at "Johnny's Bar at 2pm" such and such date, come join us. What do you think?
Well, that's a bit outside of the intended purpose for Weekly Schedule, but not necessarily impossible… The main thing is that Weekly Schedule is only designed to show one week at a time. So I am not sure it woudl make sense to be able to plan events that fall the following week.
[...] Weekly Schedule [...]
[...] Weekly Schedule [...]
thank you but is that possible to have a search engine with?
Thank you
To have a search for schedule items? I had not really thought about it since you are only display a week's worth of items, but I will put it on my list of features to consider implementing in future releases.
Hi Yannick. When I try to create a 4h event, it is showned as if it were a 1/2h event. How can I fix this bug? Thank you.
I already fixed it in the css code, thank you. By the way, great plugin!
Sorry. I have been extremely busy at work. Yes, I only put code in the CSS to handle 4 categories. If you add more, you need to modify the CSS to match thew new categories.