I have a view created with an argument to filter nodes created by each user, with a tab on their profile page that shows their nodes. It's at the path: user/*/nodes .

The tab is generated through the view as a menu tab. Now, I'd also like to put a menu item, say, "My Nodes" in one of my menus. I'm trying to add that in a custom module, but can't seem to get anywhere with it. I'm using hook_menu to create the menu item but can't seem to come up with anything for the page callback to get that view to load. I'm not having any luck in general with hook_menu, but I'm thinking it's the callback that's causing some of the issues, or the fact that I'm trying to create a menu item for a path that already exists.

Can anyone point me in the right direction?