Can't Find User Account Buttons/Links

4 replies [Last post]
superwuman
Offline
Joined: 07/12/2010
Status: 
Answered

For some reason, the Cancel and Purchase membership links that are supposed to show up in the user account aren't showing up.

For permissions, I have modify own membership, purchase membership, and renew membership checked.

Under Build->Edit Membership Plan, I have "Show in User Account" checked.

In Moneyscripts ->Membership Suite Settings, I have "Show Cancel Membership Links in User Account" and "Show Purchase Membership Links in User Account" checked.

I am also using Content Profile and Advanced Profile Kit. I have the "Fix Content Profile" box checked as well.

Am I missing something here? I've looked through all the various profile tabs, and I can't find those links anywhere. Thanks.

Leighton Whiting
Online
Joined: 06/02/2009
Superwuman, You mentioned you

Superwuman,
You mentioned you are using Content Profile, and I think this is probably the issue. The Purchase Memberships and Current Memberships boxes are only shown on the default profile, not on Content Profiles. So if you are replacing the default profile with the Content Profile, that would explain things. I have other clients who do this as well, and they have to call the functions needed in the template code to show the user's current memberships on the content profile page.

DO you think that is the problem, or am I missing something?

Sincerely,
Leighton Whiting

superwuman
Offline
Joined: 07/12/2010
Yeah, that sounds about right

Yeah, that sounds about right to me. Do you know what is the code for the functions that I need to call in order to include those links?

Thanks for the speedy response.

Leighton Whiting
Online
Joined: 06/02/2009
You can use the following to

You can use the following to show the user's current memberships:

  1. global $user;
  2. ms_membership_show_user_memberships($user->uid);

Sincerely,
Leighton Whiting

superwuman
Offline
Joined: 07/12/2010
I tried it, and it didn't

I tried it, and it didn't work at first. Then I realized it was because Advanced Profile Kit uses Panels to display the profile, so I added in the code with Panels instead. It works now.

Thanks!

Twitter Feed