The dark knight skin has a nice layout for the login div. It has links to the default messaging center (on the userprofile page), but I've had to move the messaging center to a child page of the user profile (**why?). The links from the login center/control do not go to the child page with the messaging center - they still go to the userprofile page.
What / How do i modify to fix the messaging paths?
Now:
/MyProfile/userId/7.aspx?view=notifications&action=notifications
Should Be:
/MyProfile/Messages/userId/7.aspx?view=notifications&action=notifications
**
When the messaging center is on the userprofile page, all the social pages point to the user profile page, BUT the messaging center redirects the member to their OWN USERID, so no one can see any one elses profile.
If this didn't occur, then I would leave the messaging center on the userprofile page, and not mess with the links in the login/registration div.