Hello,
I am new, I would like to be able to send an "admin" message to all blogs (inside dashboard?)- fixed added ect.
Also any way to see what users are logged in?
Thank You in advance
Hello,
I am new, I would like to be able to send an "admin" message to all blogs (inside dashboard?)- fixed added ect.
Also any way to see what users are logged in?
Thank You in advance
Neither option you're looking for is built in.
the admin message plugin is available here I think - http://wpmudevorg.wordpress.com/plugins.php
Sorry - I didn't see the plugin, what is it called?
Thx
Not sure if that is a normal plugin or premium, but regardless lunabyte has one here:
http://mu.wordpress.org/forums/topic.php?id=3116&page&replies=44
Trent
Excellent - that is exactly what I was looking for :)
Does WPMU have a "Who is logged in" plugin?
That could be displayed on a static page?
Thanks Again :)
I just add this:
echo '<div id="message1" class="updated fade"><p>Welcome: Message Here.</p></div>';
to the end of my admin-header.php in wp-admin
Granted it requires manual modification, It fits in well with the admin panel and works great. I am concidering making a db modification that would put the message in the db, and have this pull it from there and then add a menu in the backend to allow me to update it.
There are "who is logged in" plugins available for regular WP. I *think* someone mentioned in here one at least worked in MU. haven't tried it, YMMV and all.