10 pointsGetting my WPMU DEV WingsI'm new here
thedreamtree
Member
—
20th December 2010
Two questions here!
One - I have installed the "Membership Premium" plugin to add paid memebers functionality to my site. How do I modify the "create a new account" link in the studio drop down panel to go to my membership plugin registration page. I do not want new users to go to the default BP url /register.......
Two - How do I modify the Studio Theme nav bar to show different menus depending on whether someone is logged in or logged out?
One - I have installed the "Membership Premium" plugin to add paid memebers functionality to my site. How do I modify the "create a new account" link in the studio drop down panel to go to my membership plugin registration page. I do not want new users to go to the default BP url /register.......
Two - How do I modify the Studio Theme nav bar to show different menus depending on whether someone is logged in or logged out?
6593 pointsLike some sort of WPMU DEV GodExceptionally helpfulLifetime member
Keeper of the Dark Chocolate
—
21st December 2010
#
Greets and welcome to wpmudev.
It's always a plus to provide a link when asking question about stuff that appears on a site somewhere. We don;t know what changes have been made so it's best to have it in front of us when we answer.
Have you read through the membership installation and usage instructions? You should be able to provide a different menu based on each level you create in the Membership plugin. Take a look here for more info: http://premium.wpmudev.org/project/membership/installation/
The signup is a bit different. I think mohanjith has some ideas on this.
Hope this helps. Let us know if you need anything further!
1.
You will have to add the filter 'bp_get_signup_page' and remove bp_core actions for wp and init to achieve what you want. Adding following to studio/functions.php should do the trick.
Responses (4)
Keeper of the Dark Chocolate — 21st December 2010 #
Greets and welcome to wpmudev.
It's always a plus to provide a link when asking question about stuff that appears on a site somewhere. We don;t know what changes have been made so it's best to have it in front of us when we answer.
Member — 21st December 2010 #
Okay, no problem...
http://thedreamtree.org
Cheers!
Sales & Support Lead — 21st December 2010 #
Hiya dreamtree,
Have you read through the membership installation and usage instructions? You should be able to provide a different menu based on each level you create in the Membership plugin. Take a look here for more info:
http://premium.wpmudev.org/project/membership/installation/
The signup is a bit different. I think mohanjith has some ideas on this.
Hope this helps. Let us know if you need anything further!
Thanks!
Developer — 21st December 2010 #
1.
You will have to add the filter 'bp_get_signup_page' and remove bp_core actions for wp and init to achieve what you want. Adding following to studio/functions.php should do the trick.
Become a member