Forum Replies Created
-
AuthorPosts
-
sgrpublishingMember
I used the wordpress built in plugin editor, selecting the eMember_misc_functions.php file, then searching for the code:
$redirect_page = $emember_config->getValue(‘login_page_url’);
if (!empty($redirect_page)) $output .= EMEMBER_PLEASE.’ ‘.EMEMBER_LOGIN.’‘;
And then replacing it with this one.
$redirect_page = $emember_config->getValue(‘login_page_url’);
header(“Location: “.$redirect_page);
exit;
That’s all, sfter saving the file the error comes up when I fill in the registration form and press Register.
By the way the newly registerd members are not passed to my Getresponse autoresponder account as well but I opened a new thread on this a couple of days ago.
sgrpublishingMemberTried that but now getting this error:
Warning: Cannot modify header information – headers already sent by (output started at /home/mikeruffles/theprimarysecret.com/wp-content/plugins/wp-eMember/emember_password_sender_box.php:13) in /home/mikeruffles/theprimarysecret.com/wp-content/plugins/wp-eMember/eMember_misc_functions.php on line 413
sgrpublishingMemberThanks it’s all sorted now, I had found a post in this Forum regarding removing the Membership Type from the login form and I had also commented out the PHP which in turn was not sending the membership level to the members account.
Thanks for your help
sgrpublishingMemberThis from the Dashboard
WP eMembers – Dashboard v5.9.8
sgrpublishingMemberHi Just found this post as I wanted to implement the same thing as Gary did however, after finding the code and replacing it all I get is this error message:
Fatal error: Call to a member function getValue() on a non-object in /home/mikeruffles/theprimarysecret.com/wp-content/plugins/wp-eMember/eMember_misc_functions.php on line 412
Perhaps you can help and tell me where I am going wrong.
Thanks
Mike
sgrpublishingMemberHi
Just a follow up to my original question, I see that a number of weeks have passed and there has been no news on Getresponse integration. Please please I need this now.
Thanks
sgrpublishingMemberOops, took some time reading the rest of the forum posts and found the answer to my question above. Sorry for the hassle.
Cheers
sgrpublishingMemberSorry perhaps I should have said site and not page, I was reading the forum posts but got confused with another of your products which you had already integrated getresponse with.
Look forward to using eMember with it soon.
Cheers
sgrpublishingMemberHi
Just purchased the plugin after many weeks of research however, your page gave me the impression that getresponse was already integrated. Please please could you advise a difinitive day when it will be available.
Thanks
-
AuthorPosts