Forum Replies Created
-
AuthorPosts
-
The Assurer
ModeratorLet’s make sure you properly have the partial protection addon working correctly. Please create a test page with the following content:
[swpm_protected]
Only logged in members (of ANY level) should see this.
[/swpm_protected]
[swpm_protected for="2-3"]
Only logged in Level 2 & 3 members should see this.
[/swpm_protected]
[swpm_protected for="3"]
Only logged in Level 3 members should see this.
[/swpm_protected]
[swpm_protected for="2"]
Only logged in Level 2 members should see this.
[/swpm_protected]
Then run a test against the page contents.The Assurer
ModeratorThe problem is that neither the silver and gold members can see the protected content, presumably because the registration form levels 2 and 3 are not being recognized.
When a member is registered; do they “show up” as (Account State) “Active” members of the expected Membership Levels; on the plugin’s Members screen?
The Assurer
ModeratorCurrently when you allow users to delete their own account you see the delete page (/views/account_delete_warning.php) which is a blank white page with a message saying You are about to delete an account…… This is the template I was referring to about overriding etc.
If you are an adept PHP programmer, you can try your hand at customizing the views/account_delete_warning.php file, located in the plugin’s directory. But you must keep track of your modifications, or they will be removed; the next time you update the plugin.
The Assurer
ModeratorHowever, if I protect the download for membership level “basic” and log in as a user with level “payed”, I can still access the download via the direct link. The page with the shortcode, however, is locked as expected.
The membership plugin only regulates the page content that is displayed. It does not prevent “link sharing” of files.
If you want to prevent link sharing, first install the Simple Download Monitor plugin:
https://simple-download-monitor.com/
And then install the following addon for the Simple Download Monitor plugin:
https://simple-download-monitor.com/hidden-downloads-for-simple-download-monitor/The Assurer
ModeratorYou have followed the instructions for seperate registration forms?
https://simple-membership-plugin.com/simple-membership-registration-form-shortcode-generator/
Did you remember to download the addon for it???The Assurer
ModeratorDoes this help?
https://simple-membership-plugin.com/forums/topic/form-redirect/The Assurer
ModeratorSorry, your questions are not clear. What deleted templates are you talking about?
The Assurer
ModeratorI’m a programmer with more than 20 years. So, if it would be possible to tell me how to add that extra field, that would be nice. I know how to place it (and validate it) in add.php
Providing that kind of coding assistance is outside the scope of the free support forum. As fellow programmers, we both know the value of our work. In lieu of the premium addon, there is always the paid support route, but I think you will be happier with the addon. BTW, I’m just following management direction… 😉
April 25, 2018 at 11:54 am in reply to: Troubles with Buddypress conflict by Simple Membership plugin #14255The Assurer
ModeratorThe server displays the 404 error, because BuddyPress is trying to direct the user to a page that either does not exist, or (most likely) one that SWPM thinks the user should not see. When you get the 404 error, look at the browser’s address bar. What does it say?
The Assurer
ModeratorPlease provide a live URL to a page on your site, with instructions on how to observe the issue.
The Assurer
ModeratorOn the Members screen, simply hover your mouse above the header that you want to sort by.
The Assurer
ModeratorYou shouldn’t be afraid to try at least 1 real subscription transaction; just to see if the button works. It’s not like we’re “going to Mars.”
The Assurer
ModeratorIf the member does not exist, the return value is a NULL pointer. What you do with that, is up to you, but getting a NULL pointer is not necessarily an error.
If you are not a real PHP programmer; you might want to consider hiring one.
The Assurer
ModeratorI just tryed to make a Stripe subscription payment button. I followed all the steps, but when I save the settings (or edit them) it says the product id doesn’t exists…
The instructions also say… “we recommend leaving this blank so we can generate an ID for you.” Did you leave it blank?
still it was created in Stripe.
So, does the button work?
The Assurer
ModeratorIf I query an user via API, what are the possible responses I can get in the field “account_state” besides active? Is there an expired value for instance? I would like to query the API and know this information: if the user is active, non-existant or the subscription expired.
Because the value reflects the member’s account status; the only possible values are those listed in the Members –> Add Member –> Account Status drop-down menu.
Hint: There are 4.
Also, if I protect a page that has a download link for a file, will that download be protected?
A link on a protected page is only protected from being clicked by members who are not of the same level as the other protected content on that page. If you require additional protection, such as link encryption, have a look at the Simple Download Monitor plugin.
-
AuthorPosts