Forum Replies Created
-
AuthorPosts
-
smithandjonesMember
Hi Khaled
Just to ask if you can help with my last post.
I want to modify the code line $verificationUrl = $userMeta->emailVerificationUrl( $user );
to introduce a different redirect url.When the user verifies their e-mail address, I want to redirect to their first post so the url will be in the form;
$url = get_permalink($post_id);
I need to take the variable $url and use it to replace the default url contained in the $userMeta->emailVerificationUrl( $user );
This is the last piece of my jigsaw to get this function completed so I would appreciate your help.
Kind regards
Robert
smithandjonesMemberHi Khaled
That works, thank you. Please help with a follow up;
I need to include a different redirect url (I mean different from the url set in User Meta Data’e-mail verification page’)
So can I modify the code line
$verificationUrl = $userMeta->emailVerificationUrl( $user );
to introduce a different redirect url?Regards
Robert
smithandjonesMemberHi Khaled
I tried the function.
When I click the e-mail verify link, I get take back to a page called ‘verify-email’ and see the message;
‘Your email is successfully verified and the account has been activated. Click here to login’
However, when I click to any other page on the site from the menu then I can see that I am already logged in.
So is the page ‘verify-email’ the standard redirect? It appears to be a blank page created during the met-user install.
Can I redirect to another page instead?
Regards
Robert
smithandjonesMemberHi Khaled
You were correct. Updating the version using the update facility in the WordPress admin screen caused the problem. I deleted the directory and then installed via the zip file and all seems fine now.
Thanks for the quick support. Much appreciated.
Robert
smithandjonesMemberI have found two more issues with V1.1.7
3. My existing login form no longer appears.
4. reCaptcha no longer appears on my existing Registration form.I was fortunate to test this update on my dev site so my live site is still okay.
My advice is not to update to V1.1.7 until these quite serious issues are sorted.
Khaled, can you please have a look at these issues and advise.
Regards
Robert
smithandjonesMemberHi Khaled
Thanks for the explanation.
Regards
Robert
smithandjonesMemberHi Khalid
Thanks for the information. I have updated to V1.1.7rc3. Please do all you can to make the uploaded as secure as possible. My site is a trading site and hacking is a big issue for the confidence of my users.
Regards
Robert
smithandjonesMemberHi Khaled
I’ve just had my site hacked and I am using the User Meta Pro plug-in.
Can you explain what additional validation has been added to make the script more secure and which version this update was included in?
Regards
Robert
smithandjonesMemberHi Denis
This started to happen after a previous update of User Meta Pro. I’m sorry I can’t remember which update. I dealt with it by removing the registration menu item from my site when I didn’t want visitors to be able to register when I was site testing.
Cheers
RobertsmithandjonesMemberHi Khaled
The code works fine, thank you. Would a similar solution work for my reset password issue?
See http://user-meta.com/forums/topic/redirect-after-reset-password/
Regards
Robert
smithandjonesMemberHello Khaled
The new dev version fixes the problem. Thanks for doing this.
Regards
Robert
smithandjonesMemberThanks Khaled. If we could get an update in the next two weeks, that would be appreciated. We are taking our site live soon and I need to have this fix available.
Kind regards
Robert
smithandjonesMemberHi Khaled
Thanks for the clarification. I think in the previous version, there was an option to require the user to input the e-mail address two times, and then a check that the entries were identical. This seems to have disappeared in the custom field version of e-mail. Could you let me know if this is correct?
Regards
Robert
smithandjonesMemberHi Khaled
The dev version and code you supplied works perfectly. Please include in the next official release.
Thanks very much for your help.
Regards
Robert
-
AuthorPosts