Forum Replies Created
-
AuthorPosts
-
nur
ParticipantCool thank you. let us know.
nur
Participantmbrsolution is correct. Only admin and profile owner can view profile data
nur
ParticipantHi,
Currently that is not supported.nur
ParticipantHi, Thanks for reporting the issue. I will apply a fix for it. For you second post, form builder doesn’t support those yet.
nur
ParticipantHi,
simple membership works with plugins that are build around “the_content” hook. ACF has its own implementation which is not supported in simple membershipnur
Participantyou need to create a page and insert level specific registration form shortcode. this link may be helpful: https://simple-membership-plugin.com/simple-membership-registration-form-shortcode-generator/
nur
ParticipantHi,
protected posts are stored as serialized object in wp_swpm_membership_tbl.you can retrieve them using:
SELECT post_list FROM <code>wp_swpm_membership_tbl</code> WHERE id =1once you deserialize the object, you can build query in phpmyadmin to retrieve posts not protected.
nur
ParticipantHi,
i posted a reply on your other post. I can take care of the issue. first we need to know how i can reproduce the issue.nur
ParticipantHi,
I can help you address the issue. we have a form builder demo setup here http://www.fix-geek.com/membership-join/membership-registration-5.
I tried with “Joe Dow” as user name. i didn’t see the error message you mentioned. Can post screenshot or url where you are seeing the error? If you like we can take look into youre site.Please let me know. It should easy to fix.
nur
Participantsanbox test setup is quite tricky thing to do. so my suggestion would be to do the following:
1) crate a button for like $1 or something.
2) Then do a live transaction using that.nur
Participantyou don’t need new page for each level. its not required but you can keep separate thank you page for each level. what is the issue you are facing?
nur
ParticipantHi,
I am not sure what you have in mind. could elaborate a bit?nur
Participanthi,
Can you describe step to reproduce the issue. I can put a fix for it and release an update if its reproducible.nur
ParticipantHi custom fields are not supported in email template yet.
October 26, 2015 at 1:21 am in reply to: Custom Post Types does not seem to be able to be protected? #3667nur
ParticipantHi,
Can you try switching to default wordpress theme and check if posts are protected or not. I think the theme you are using override some of the wordpress’s default hooks. Simple membership heavily relies on those hooks. if the hooks are disabled or modified then this plugin will stop functioning. if you want us to take a look into your server, we are happy to do that. -
AuthorPosts