Custom Dashboard Welcome Panel Widget Sidebar

This plugin registers a new sidebar widget to be used on the ADMIN SIDE ONLY. When active it replaces the WP Welcome Panel Dashboard Widget. Inspired

Author:Bryan Willis (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.9.1
Plugin version:0.6
Added to WordPress repository:04-06-2014
Last updated:04-06-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:http://wordpress.org/plugins/custom-dashboard...
Total downloads:2 510
Active installs:60+
plugin download
Click to start download

This plugin aims to merge development of frontend/backend wordpress themes and further the goal of really making wordpress a CMS and not just a blogging tool. Coming from Drupal, WordPress is extremly frustrating when trying to build a back end theme. The wordpress backend needs to become more user friendly for theme developers who aren't coding experts. This small plugins goal is to contribute to that. When used with such plugins like Dashboard Widget Sidebar, Dashboard Notes, Magic Widgets, admins are given complete control to build there admin interface in a very similar way that front end themes are build (BY USING WIDGETS).

While there's really not that much too this plugin (as I'm not an expert coder myself), my hopes are that it will inspire better developers to take a more widget friendly approach to building admin interfaces. Building admin widgets gives us the opportunity to let designers take a stab at changing the administratoin interface. With such a large community the admin changes could have a lot more potential if we give designers and average users the ability to truely customize their entire site.

This plugin also adds a shortcode 'user' which lets you show and hide text in the welcome panel and thoughout your installation to different roles and capabilities. For example, you can add a text widget to the dashboard welcome panel widget like this:

[user capability="delete_posts"] This is only shown to users that have delete posts capability [/user] [user capability="editor"] This is only shown to users that have editor capability [/user]