WordPress 2.5 introduces a widgetized dashboard and some people had been wanting to see a list of their scheduled posts on the dashboard, so I wrote this widget.
Download:
- Download from WordPress.org (4,539 downloads)
WordPress 2.5 introduces a widgetized dashboard and some people had been wanting to see a list of their scheduled posts on the dashboard, so I wrote this widget.
Download:
Hi Viper — no joy with finding an answer to this myself, so thought I would ask the question here.
I’ve set myself up with 2.7 testboard to check everything out before the coming release. The Scheduled Posts (and Draft Posts) widget is showing a warning, which wasn’t there in 2.6.5.
Warning: extract() [function.extract]: First argument should be an array in /home/XXXXXXXX/public_html/test-blog/wp-content/plugins/dashboard-scheduled-posts/dashboard-scheduled-posts.php on line 50The list of posts displays under that warning.
Presumably something has been changed with the 2.7 release. Any ideas? I find this plugin very helpful, so I’m hoping it prove to be something simple.
Yeah, this plugin is not compatible with WordPress 2.7. It will need updating.
Hoping you’ll be upgrading sometime, but no pressure. This, and your Draft Posts Widget, sat at the top of my dashboard, and were most referred to, and helpful — especially this Scheduled Posts one.
Same issue here. This and your Technorati links widgets (same issue) were among my most useful dashboard elements. Thanks for considering updating them to be 2.7 compatible.
I never wrote a Technorati links widget.
hmmm. Guess I was confusing that one with another. Sorry.
Hoping we’ll see that 2.7 compatible “Scheduled posts” plugin soon!
Tom Richmond on December 14th, 2008 at 1:52 PM wrote:
It’s for sure on my todo list, but I gotta recode my WordPress Admin Bar first. It’s broken as well, but more popular of a plugin.
Viper007Bond on December 14th, 2008 at 10:03 PM wrote:
No worries Viper. I shall add it as soon as you’ve done it, but no pressure as far as I’m concerned.
Yes, no pressure. Many thanks for your efforts and great plugins.
v2.0.0 released. Supports WordPress 2.7.
That’s brilliant, thanks Viper.
Awesome! Thanks!!
Great plugin! Seeing it in action, I can’t believe this isn’t built into WordPress. Thanks!
Thanks, this is excellent and exactly what I needed. Rock.
Any quick way to get the scheduled posts to also publish as Google calendar events?
Fantastic plugin! Should come standard with all future releases of WP.
Thanks for your efforts.
Is the current version of Scheduled Posts compatible with 2.8, or should we wait for an update?
George Coghill on July 6th, 2009 at 10:07 AM wrote:
I assume it works, but I haven’t tried.
It’s running fine on my 2.8 install.
…paul on July 7th, 2009 at 1:06 AM wrote:
It’s running fine on my 2.8 install.[/quote]
Good to know, the only reason I am waiting for 2.8 compatibility is because I want to install on a blog that I manage that I can’t risk breaking anything.
hi, i am using Dashboard: Scheduled Posts 2.0.0 on wordpress 3.0.3.
you need to check the code using the “Log Deprecated Notices” plugin.
(http://wordpress.org/extend/plugins/log-deprecated-notices/)
Pretty much the same question really.
Would it be possible to look into this perhaps? http://wordpress.org/support/topic/notice-attribute_escape-and-undefined-index-on-wp-313
Found the answer http://wordpress.org/support/topic/notice-attribute_escape-and-undefined-index-on-wp-313
Hey Rami,
thanks for the info. I didnt see that…
I’m using it on WP 3.1.1 and it works brilliantly! Thanks Viper!
Hi Alex,
I am also a fan of the “Editorial Calendar” plugin. I altered your code in the functions “register_widget” and further below in the widget itself to do something like
<?php If (is_plugin_active('editorial-calendar/edcal.php')) : ?> <a href="edit.php?page=cal" class="button"> <?php else : ?> <a href="edit.php?post_status=future" class="button"> <?php endif ?>So I jump to the calendar page when clicking the “view all” button. Obviously, in future releases these changes will get lost. Is there a way in wordpress to inherit from your code and make my changes permanent? Or have a settings variable somewhere in the config file?
Cheers, Thorsten