Forums

Simple Dashboard Update Released (20 posts)

  1. DeannaS
    Member
    Posted 8 months ago #

    I released the updates for the 2.7-compatible version of my simple dashboard plugin this morning. Code can be found here:

    http://wpmudev.org/project/simple-dashboard

    It lets you turn on and off all the widgets on the dashboard, and lets you override the primary and secondary feed. It also lets you turn off the ability for the users to customize those feeds. (So, if you want to lock them to one feed you can.) It does not prevent them from just getting rid of the feed entirely, or from re-ordering.

    Enjoy!

  2. awarner20
    Member
    Posted 8 months ago #

    It must be fate DeannaS...it must be fate! I was just searching the wpmudev.org site to try and find your contact info to ask you a question about your plugin...

    I am starting to configure an MU install for a group of users and just downloaded and installed your Simple Dashboard plugin. It's absolutely great, fantastic work and a great tool for MU admins!

    However, I have a question...or better yet, a feature request if possible. I have turned off all dashboard widgets via your plugin, and I also have the "custom content" widget installed. All users are setup as subscribers currently. My goal is for these users to only see the custom content widget, but the "Right Now" section is still showing. This is the section that shows "At a Glance", "Storage Space", what theme is used, etc.

    Is this a widget? If so, would it be possible to add the option to remove this as well?

  3. andrea_r
    Member
    Posted 8 months ago #

    I just snagged it and used it today too! It is indeed awesome.

  4. DeannaS
    Member
    Posted 8 months ago #

    The right now is a widget that could be turned off/on. I don't have time today, but I might be able to add that tomorrow.

    This is what the widget is called:
    $wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']

    To turn it off, you could add the following line of code at line 84:

    unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']);

    That, of course, won't get you the gui part of it - but it's a quick and dirty fix for you.

  5. awarner20
    Member
    Posted 8 months ago #

    Thank you so much, great to know! I've added that code and *poof* it disappeared:)

    DeannaS, you are a master!...(uh mistress?)

  6. VentureMaker
    Member
    Posted 8 months ago #

    Mistress :)

  7. DeannaS
    Member
    Posted 8 months ago #

    Okay, the official code has been updated to version 1.3.1 - redownload for the gui interface to turn on/off the right now widget.

    http://wpmudev.org/project/simple-dashboard

  8. awarner20
    Member
    Posted 8 months ago #

    Updated, and working great!

  9. mebenson
    Member
    Posted 8 months ago #

    I tried putting the php file in my mu-plugins and I don't get any options in my admin/options section. This is not a plugin issues, because it does not "apply" any of my wpmu plugins. Do I have to get another setting? Thanks!

  10. VentureMaker
    Member
    Posted 8 months ago #

    Checked Site Admin -> Options? Haven't noticed new options down the page? :)

  11. mebenson
    Member
    Posted 8 months ago #

    There are no new options. It's like these plugins have not applied.

  12. VentureMaker
    Member
    Posted 8 months ago #

    Changes anything in your wp-config? I mean, did you change a path to mu-plugins there?

  13. andrea_r
    Member
    Posted 8 months ago #

    Put the files directly in the mu-plugins folder. if the plugins are all in subfolders within mu-plugins they WON'T GET SEEN.

  14. mebenson
    Member
    Posted 8 months ago #

    Yes, it was in the mu folder HOWEVER they did not have the PHP extension. I added .php and it worked - duh!

  15. pcskibum
    Member
    Posted 8 months ago #

    This upgrade could be very helpful. I also use the custom-content widget to provide announcements and static help information on the user dashboard, so this lets me get all the extra stuff out of the way so "normal" users are less confused and intimidated.

    One silly question though. Administrators really need the normal Dashboard widgets, so I only want them turned off for everyone else. Is there some way to do that already? If not, can you put a "wrapper" around your widget to do something like "if the user's role is a || b || c then skip this"? And then add something on the Options page that lets me select the roles that should get all the widgets?

    Feel free to tell me to read the manual if the answer is totally obvious to everyone else - I'm just learning Wordpress.

  16. qza
    Member
    Posted 8 months ago #

    Thanks for the plugin. One concern is when I give non-english name to feeds, it doesn't display correctly. Could you plese fix this?

  17. takuya
    Member
    Posted 7 months ago #

    Just installed on wpmu 2.7, but I don't see any option page or even link to the options...

    btw, the wpmudev download file is broken. The downloaded file is missing .php

  18. takuya
    Member
    Posted 7 months ago #

    I found it under wpmu option...

  19. porscheheritage
    Member
    Posted 3 weeks ago #

    is this compatible with wpmu 2.8.5.x ?

  20. DeannaS
    Member
    Posted 3 weeks ago #

    Appears to be. I just ran a quickie test on a blog I updated today. Looks to be working. If you find problems, holler and I'll look into them.

Reply

You must log in to post.

About this Topic