-
Author
-
September 7, 2014 at 19:39 #27863gm713Participant
Hi. I’m trying to redirect the user to a Registration Successful (http://greencardez.net/registration-successful/) page upon successfully submitting the registration form.
I tried using “Peter’s Redirect Login” plugin (see attached for selected options) but unable to achieve this goal.
Any thoughts on how to accomplish this with this plugin or using any alternate method?
Attachments:
You must be logged in to view attached files.September 17, 2014 at 16:51 #28830CatalinModeratorplease take a look here:
https://archived.seventhqueen.com/forums/topic/log-in-redirect
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 18, 2014 at 22:12 #28987gm713ParticipantHi Catalin,
I looked at the link, but I’m not trying to redirect the user when they login, but instead display a different page upon successful signup/registration.
From what I understand, Peter’s Redirect Login does that for native WordPress registration page, but since we’re using BuddyPress Registration page it doesn’t work.
Thoughts?
September 26, 2014 at 18:54 #29905CatalinModerator@gm713: please take a look at:
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2014 at 18:58 #29907gm713Participant@catalin thanks for the link. I’ve tried this before.
Per my understand, Peter’s Login Redirect works great for WordPress registration, but KLEO uses Buddypress registration form, so it doesn’t work OOB.
For the 2nd solution on the recommended link, it asks to redirect “?checkemail=registered”, but in KLEO successful registration URL, there is no suffix, so it doesn’t apply.
Am I missing something?
September 27, 2014 at 01:47 #29944sharmstrModeratorhey @gm713
Can you give me an idea of what you’re trying to accomplish with the success page? Depending on your needs you might be able to inject stuff into the registration process using do_action( ‘bp_before_registration_confirmed’ ) or do_action( ‘bp_after_registration_confirmed’ ).
Or you could customize register.php by removing the default “You have successfully created your account!” message and adding your own message or some cool things with shortcodes.
Or you could customize register.php by adding your redirect in the if ( ‘completed-confirmation’ == bp_get_current_signup_step() ) code block.
Sorry for the all the options, but I’m not aware of any easy hook to do what you want. That doesn’t mean one doesn’t exist though.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 28, 2014 at 18:40 #30021gm713Participant@sharmstr Thanks for your reply, and offering to help.
Here’s what I’m trying to do – I am trying to create a separate Registration Successful page. Reason for this is 2 fold:
1) I want to be able to set up and track goals in google analytics and paid SEM campaigns. This way when I can track it via a unique (separate) URL.
2) I want to be able to customize the destination page using the WYSIWYG editor/KLOE themeAlso, as a final note, my preference would be a plugin of some sort to keep it simple, but if it came to touching code, then I would prefer to do it within the child theme for future proofing/preventing losing it with any core updates.
Makes sense?
September 29, 2014 at 17:33 #30119sharmstrModeratorGoogle is amazing for this stuff 🙂 http://wordpress.stackexchange.com/questions/18301/redirect-after-registration-in-buddypress The code in answer two worked for me.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The topic ‘Registration Confirmation page redirect’ is closed to new replies.