-
Author
-
September 26, 2014 at 18:57 #29906moosemanmediaParticipant
Hi,
I filled the sidebar on my pages with the Buddypress login widget. When clicking the register button in this widget, you are linked to the choses WP page linked to the specific page “register” (done in buddypress settings.)
This brings you to a fill in form to join the website. It should however point to another page, the page with the different membership levels to choose from, the page selected in PMPro to show the memebership levels page to register!
How can I alter this link?
Thanks,
StefaanOctober 6, 2014 at 14:47 #30801CatalinModeratorHello,
Please send me a link to your website with the widget activated to take a look.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 7, 2014 at 09:43 #30908moosemanmediaParticipantHi Catalin,
See for example: http://www.mentorschap.be/nieuws-2/
You will see widget on the right, where you can login in or register (the register points to the buddypress registration page, thus registration to website. But, I want this to link to the registration page I created with PMP, accessible via http://www.mentorschap.be/membership-account/registreren-2/Thanks for taking a look and explaining how to get this done.
Stefaan
October 7, 2014 at 13:32 #30927CatalinModeratorHello,
The file you need to modify is this:
..\wp-content\plugins\buddypress\bp-core\bp-core-widgets.php
around line 94 you have:
COPY CODE<span class="bp-login-widget-register-link"><?php printf( __( '<a href="%s" title="Register for a new account">Register</a>', 'buddypress' ), bp_get_signup_page() ); ?></span>
you will need to modify this code like:
COPY CODE<span class="bp-login-widget-register-link"><?php printf( __( '<a href="http://www.mentorschap.be/membership-account/registreren-2/" title="Register for a new account">Register</a>', 'buddypress' ), bp_get_signup_page() ); ?></span>
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 13, 2014 at 13:31 #31550CatalinModeratorglad to hear that… closing this.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘register link in sidebar (widget)’ is closed to new replies.