Headache With Pictures will do this. It adds a small notepad area on the dashboard that anybody (who can publish posts) can modify and change. It’s handy for quick notekeeping, but it’s not like an actual private messaging system.
There is a private notes plugin here, but it’s unsupported, seemingly: http://www.vituperation.com/?page_id=531
Thread Starter
FITM
(@fitm)
Is there anyway to move this little box to another part of the dashboard and place it where I want?
the location of the box is determined by this:
add_action('activity_box_end', 'cth_notes');
that hook, activity_box_end, is explained here:
http://wphooks.flatearth.org/hooks/activity_box_end/
if you want to put it somewhere else, you’ll need to know whether or not a hook exists or not. You could even give it its own page with some modifications to the plugin.
Football season is a ways off, it’s a good time to learn a little PHP 🙂