wealthy
Forum Replies Created
-
Just to let you know. you have the full version now.. the pro version..
what you would be buying is access to the other Addons to PMPro.
And a lot of those add ons are a great addition to your site.
here is a list of the Piad For add onshttp://www.paidmembershipspro.com/add-ons/plus-add-ons/
and yes there is a Membership Card addon
http://www.paidmembershipspro.com/add-ons/plus-add-ons/pmpro-membership-card/if you look in Githhub there is some code you can use do restrict spaces
strangerstudios/paid-memberships-pro
or there is this code that Might help
// Restrict username registration to alphanumerics function limit_username_alphanumerics ($continue_registration) { global $username; if (! preg_match('/^[A-Za-z0-9]{3,16}$/', $username) ){ pmpro_setMessage(__("Username can only contain alphanumerics (A-Z 0-9)", "pmpro"), "pmpro_error"); $pmpro_error_fields[] = "username"; $continue_registration = false; } return $continue_registration; } add_filter('pmpro_registration_checks', 'limit_username_alphanumerics');so if you disable the Content View Plugin then it all works OK?
If this is the case have you tried to get the authors of Content View Plugin to have a look?
And in the mean time If Jason sees this he could have an explanation for you.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] basic versionthankyou
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] basic versionthat did NOT answer my question at all.
I asked about 1 feild and you tell me it needs mailchimp..
DOH i know it needs mailchimp. I think the name gives it away..Please answer my question above
How are you trying to restrict levels BCD ?
Does each level give them different access and or time??Can you please explain what you are wanting to strict?
Each level , no matter what you give it in access, is all controlled at the pages.
So if you put a tick on a page ( right sidebar) for level B only, then anyone signing up for A, C and D wont see this.or give it multiple ticks for A,B and C and then only D wont see that page.
Does this help??
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] form within an imageok great thats the sort of help no one needs.
time to ditch mailpoet and find another one..Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] form within an imagemm doesnt do me much good
I am not a coder.So I take it that it cant be done without a lot of coding?
ok thanks
have set to Disable XML-RPC. was enabled.So what is we do use Jetpack etc. Does this make the login useless and so might as well not use the alternative one??
Appreciate the help.
look at the Banned Users tab..
2 down and first box.. ( on settings screenFor Question 2.
there is a paid add on for setting an expiry date
http://www.paidmembershipspro.com/add-ons/plus-add-ons/pmpro-expiration-date/
Set a specific expiration date (e.g. 2013-12-31) for a PMPro membership level or discount code. This expiration date will override any expiration period set on the level.So did the other plugins send mail? Like your contact page..
(making sure it is the same email address and that also the email is not hard coded into the contact form.)The PMPro mail is sent to the default email setup in the “Memberships Email Settings” area.
also test the Only Filter PMPro Emails?: by putting in the tick and removing it. ( save between each)
also tick the Send the site admin emails: settingsare you having members register through WP or through PMPro signups.
do you have any other plugins that have signups available.Turn off Registration in WP itself and just have then signup via the plugin..
And no there is generally only 1 WP signup option..
Do you have any security plugins on your site.
Consider Ithemes Security or Wordfence etc etcIt is really hard to understand what could be happening with out more info
If you are going to edit any files, you should put these in your child theme. that way these will be used rather than the original files.
and when the plugin is updated, they wont get over written.
so put the file in the same folder (structure) within your child theme.
So in this case create a folder /paid-memberships-pro/shortcodes/ in the child theme and put a copy of that file in there and then modify that file.A child theme is a theme that inherits the functionality of another theme, called the parent theme. Child themes allow you to modify, or add to the functionality of that parent theme. A child theme is the best, safest, and easiest way to modify an existing theme, whether you want to make a few tiny changes or extensive changes. Instead of modifying the theme files directly, you can create a child theme and override within.