WordPress Plugin: Dashboard Options
Winging It has a Dashboard Options plugin that provides some new features for the Dashboard admin page of WordPress 1.5.
Features:
- Toggle the WordPress Development RSS feed on or off
- Toggle the WordPress Other News RSS feed on or off
- Toggle the Technorati RSS feed on or off
- Optionally display custom message text in the Dashboard
- Optionally treat custom message text as PHP, allowing extreme customization of the Dashboard content (if you know PHP)
- Optionally display additional, custom RSS feeds









Great. installed :)
When I try to update the custom message or add an RSS feed, it’s not saving the changes. I have the file writable at 666.
Are you using the correct syntax? I just added a feed and it worked fine. Use
FEED_URL`NAME_OF_FEED`
Be sure to use back ticks.
Beyond that I don’t know. Your best bet is to contact the developer.
Thanks, still not working, I’ll contact developer.
There was a problem in the code, so there is a new release.
make the following edit inside dashboardopts.php:
Find the line:
'show_technorati_feed' $dashboard_userlevel_guard )and change it to:
'show_technorati_feed'= $dashboard_userlevel_guard )There was a bug in the code with the $user_level check
Take note that this isn’t a strict plugin… it requires a lot of hacking to work.