Status:
Answered
Hi, I use MS with Content Profile and have all links to the User Profiles redirect to the Content Profiles.
I suggest the ability to choose where the links created by MS (i.e "pay pal history" "Current Subscription" " Cancel Account")
show up. -Navigation - Primary Links - Secondary Links -
Or is their a easy way to create a menu link to these pages i'm unaware of?
Thanks.








Content Profile is really a hard module to work with. Most modules, including mine, provide output on the User Account page by using the Drupal hook_user function (this is the Drupal-preferred way of doing this). The author of Content Profile has stated that these cannot be changed over to Content Profile (http://drupal.org/node/236467).
One thing you can do though, that some of my other clients do, is call the theme functions directly to get the html to output on the Content Profile page. You could do this in your .tpl file, or in Panels, etc.
The function to call is ms_membership_show_user_memberships($uid)
Sincerely,
Leighton Whiting