Forum Replies Created
-
AuthorPosts
-
nur
Participantits not designed with that in mind.
March 11, 2015 at 2:11 am in reply to: How can i show the name“s user when is log in and a link for close the sesion?? #1211nur
Participantwhat do you mean by “close session”? did you mean “logout”?
for logout, use this:$auth->logout();nur
Participantif those pages are created by some other plugin, then make sure that those plugins don’t override wordpress’s predefined hooks/action. you those plugins override the default wordpress behavior then simple membership will not be able to protect those pages.
nur
Participantyou may want to talk a theme developer.
nur
Participantyou may want to take a look at css/swpm.common.css
nur
Participantsimple membership plugin uses very minimal custom css. this is done to avoid conflict the css class defined in the theme and integrate well.
you may try editing css/swpm.common.css
March 11, 2015 at 1:55 am in reply to: Neither admin nor user receives email upon registration #1205nur
Participantdid you check your mail server is working?
nur
Participantit looks like the edit profile form wasn’t created correctly. could you please delete and recreate it?
nur
Participant$auth = BAuth::get_instance(); if ($auth->is_logged_in()){nur
Participantnot sure how QStudio works. simpe membership uses separate database table to store user probile. i don’t fields may be because its in different tables
nur
Participantyou should receive an email. just reply back to that email.
nur
ParticipantHi,
Not sure how you tested but i just checked. you don’t need to reenter password every time.if you don’t want to change password then make sure both password and repeat password field are empty. otherwise it will ask you.
nur
Participantyou can use simplemembership redirect addon. that will allow you to set separate redirect page for each membership level.
https://simple-membership-plugin.com/configure-login-redirection-members/
nur
Participanti am not sure why thats not working. if you are willing to mail us site access then we can investigate (if thats something you are comfortable to do)
nur
Participantyou cannot do that.
-
AuthorPosts