Forum Replies Created
-
AuthorPosts
-
marie21
ParticipantUpdate: Plugin Conflict Test done
1)
ALL Plugins deactivated except the simple membership plugin -> No Login possible. That means if I try to login as a membership user I see the Login Form, type in email and password and get switch back to login form2)
activate Membership after login redirect -> Member login, redicected to “Member-Site” work fine. Now I switch in the wordpress menu to an other site external the memberarea and come back I see the Login-Page again, type in the email and password again and will be switched back to Login-Page againmarie21
ParticipantThe User no admin, he belongs just to a membership level.
I will try this test and give feedback.
marie21
ParticipantHi,
special site means that User1 has the status/group “Test-User-Group1” and will be redirected to the site with the content he is allowed to see.
If we have User2 he has an other status/group e.g. “Sunshine” and will be redirected to the content of “sunshine”.
So thats the meaning of “Special Site” itΒ΄s just the site where the user will be redirectet after they log in.
I hope you can understand π
Regards.
marie21
ParticipantHi,
thanks for your answer.
Yes, I have this add-on already in use to switch from Login to the special site for this user-group.
My problem is as follows:
– User1 is going to “Login” in WordPress Menu “Downloads” (URL: domain.de/membership-login/) redirecting is working fine.
– Now User1 decide to switch from Menu “Downloads” e.g. to Menu “Products” and then back to Menu “Downloads” then he will see normal Login-Area. That would be also ok.
– Now User1 goes to login and then he will see this “stupid” message – BUT the URL after Login is still the same as he used Login firsttime (URL: domain.de/membership-login/) -> so therefor the redirecting is not working.βββββ
Login
TestUser1Account Status
ActiveMembership
TestAccount End
xxxlogout
ββββ-Many thanks in advance.
July 15, 2016 at 12:11 pm in reply to: Update-Secure. How can I make adjustments in the plugin update-safe. #7467marie21
ParticipantHi,
for example add one line in the registration form, or hide the “join us” link or something like that. And I fixed also a problem with the translation (DE) which are shown in error messages.
Regards
marie21
ParticipantFound the missing point. With ” exit();” in the end it will work finally.
marie21
ParticipantHi,
π I add it to the end of function.php in the child theme – no reaction. After registration itΒ΄s shown still a blank site and no redirection.
Did you change anything else?
And an other question please – how did you include this captcha-box without the form building addon?
Regards
marie21
ParticipantFound something for this case in an older post:
If you are not using the form builder add-on, add the following function to your theme functions.php file.
add_action(‘swpm_front_end_registration_complete’, ‘sam_after_registration_redirection’);
function sam_after_registration_redirection()
{
$url = ‘http://www.yourwebsite.com/thank-you/’;//TODO – Specify the URL that you want to redirect to
wp_redirect($url);
}I will try it tomorrow π if “VelvetLounger” would be faster – please reply if it will work out. Thank you.
marie21
ParticipantI have the same problem.
π
-
AuthorPosts