Forum Replies Created
-
AuthorPosts
-
September 29, 2015 at 12:48 am in reply to: duplicate titles on profile page because of simple membership #3330
nur
ParticipantHi,
By default field title and field description both are same in form builder. you can edit field description of the form you created. if you don’t want field description then empty the description field.nur
ParticipantHi,
you need to make sure following things are properly configured:
1. in Settings->General Settings,
make sure you enabled free membership level and defined free membership level id.
2. in Membership Levels,
make sure you defined aforementioned free membership level.September 20, 2015 at 4:18 am in reply to: Simple WP Protection box does not show for my pages #3156nur
Participantunfortunately there not much we can do. The way simplemembership works is that, it injects its functionality into wordpress system through a mechanism called hook/action. each time the hook/action is executed, it will execute simple membership functionality too. The rule is that particular hook/action is called once during rendering a page/post. but OptimizePress has managed to call the hook/action many times and each time hook/action is called you see that message.
nur
Participantwhat doing mean by “even on pages where the membership plugin isn’t shown”? simple membership will try to protect every page/post/custom post that triggers “the_content” (core wordpress property) hook. front-end editor must be embedded in a page/post/custom post. if that page/post is protected then front-end editor will not show up.this is how simple membership works.
nur
ParticipantHi,
it looks like front end editor is part of a page/post. can you try removing restriction on that page/post?nur
Participanthi,
you see this error because your wordpress version is quite old. format_for_editor is a new function added to wordpress core. you can find more info herenur
Participantthis can be achieved with a small tweak in classes/class.swpm-fb-form.php. you need to edit password method.
nur
ParticipantHi,
this plugin can protect content that is returned by “the_content()” function. as you can see those customer fields are outside of that method. the plugin is aware of the way wordpress handles posts/pages. you need to write custom solution for anything that doesn’t follow wordpress’s default behavior.August 20, 2015 at 11:02 pm in reply to: Fatal error: Call to a member function get() on a non-object #2752nur
Participantwhat php version are you using? i haven’t seen this on our servers. If you want us to have a look into your server, let us know.
nur
Participanthi,
are you using form builder addon? this message should come from the addon.August 4, 2015 at 12:30 am in reply to: Which class or view is behind the data in the backend Membership List? #2537nur
Participantcheckout classes/class.swpm-members.php
nur
ParticipantHi,
Google recaptcha is supported in form builder addon. make sure you enabled it from “Addon Settings”nur
Participantregards to your question “A”:
when you create user from admin panel for the first time, the user is automatically notified with user name/password etc. “Notify User” is in the edit page in case you want to reset email.July 14, 2015 at 2:47 am in reply to: How to get the members listed in ascending order of 'ID' #2311nur
ParticipantHi,
Thanks for your feedback. until we do this. you can open the edit link on a new window/tab. that will not reset your ordering.nur
Participanthi westcoast,
if you look at the underlying database table swpm_members_tbl, you will see two columns, last_accessed and last_accessed_from_ip. these are the two fields you are looking for. but we don’t have interface to show this info on the admin panel. -
AuthorPosts