By liquidcms on
I am trying to add a MyBookmarks tab to the My Account menu structure and page.
The page part was easy. Created a view listing bookmarks with an arg of uid. Added a page display with a path of user/%/bookmarks and a title of My Bookmarks. Perfect, i now get a tab called My Bookmarks with correct results listed under my user page.
But, i'd like to have add a menu item under the My Account menu to link to this tab. What the easiest way to do this?
Comments
_
You can try the http://drupal.org/project/me module. There was a problem where this didn't work for views with arguments, but it's been a while since i've tried it, maybe it's fixed. Probably worth a try though.