by mark » Mon Nov 10, 2008 5:44 pm
I'm thinking about developing a plugin that would add a new menu item to all user's home page (at some point I may limit this to a particular role, e.g., reader, authors; but at this point its all). For ease of explanation I'll use a example I've written about in other posts: curriculum developer. So every author/reader/reviewer/journal manager, etc. is given a menu item on their home page (call it "My Readings"; it would be above "My Journals") that takes them to a page that lists a set of reading about journal publishing, reviewing, etc. Once they have read through the material they can then go back to their homepage and proceed with going to their "My Journal" items and continue with reviewing, editing, managing etc.
So I'd like to have the plugin be hooked into the logic that displays the user's home page and then add html code that leads to the new interface. Possible?