Plugin Directory

Dashboard Editor

How do I add Widgets?

To add a sidebar widget to your dashboard (after selecting the option from the Dashboard management page) use the code:

<?php dynamic_sidebar('admin');?>

The Admin sidebar is modified and controlled the exact same way as any other sidebar.

How do I display UserOnline stats from the WP-UserOnline plugin?

If you use the WP-UserOnline plugin you can use:

=My new content doesn't show up nicely. It is pushed to the bottom. = If you find that your new content doesn’t align nicely you can add:

      <div style="float:left; width:460px;">
           //
           //Add all other content here
           //
           </div>

= Can everyone see the information I add?= Yes, you can use User Roles (See Wordpress Codex). Or just use:

<?php if(current_user_can('edit_users')){ ?>
// Content you don't want people to see here
<?php } ?>

What else can I add?

Any code that can be used in a Wordpress Theme can be used in the dashboard.

I'm on Wordpress 2.0, but none of the settings work.

Unfortunately, the only way to get the plugin to work on 2.0.x is to completely wipe the dashboard.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(35 ratings)