Home › Forums › Community Forum › Memberships with different downloads limits
This topic contains 17 replies, has 4 voices. Last updated by Simeon Musengimana 4 years, 3 months ago.
Topic Author | Topic |
---|---|
Posted: Sunday Sep 23rd, 2012 at 5:20 pm #26229 | |
|
|
Hi, For example, how would I set up the Paypal button and ccaps if I want to offer this: |
List Of Topic Replies
Author | Replies |
---|---|
Author | Replies |
Posted: Monday Sep 24th, 2012 at 1:45 am #26262 | |
|
|
Any reason why you wouldn’t just use multiple levels instead of 1 level with different purchase amounts? With Pro you can create as many levels as you want. Then just use the example in the s2member guides for adding your protected downloads. Then just create your paypal buttons, one for each level with the payment amount you want for that level. Hope that helps. Dave |
|
Posted: Monday Sep 24th, 2012 at 6:17 am #26273 | |
|
|
If I understood well, the levels are dependant to each other. I mean, when you are Level 3, you are also level 2 and 1 etc… So, a higher level is an upgrade from the previous level. |
|
Posted: Monday Sep 24th, 2012 at 7:52 am #26290 | |
![]() |
|
Hi Simeon, Unfortunately the downloads feature relies on the Membership Level to set different download limits. There is not currently any way to configure a Custom Capability that gives specific restrictions on downloads. (See Dashboard -› s2Member® -› Download Options -› Basic Download Restrictions; only Membership Levels can be used there.) The scenario you’re describing would rely heavily on Custom Capabilities to separate out different users within the same level (e.g., Level 1 user with ccap1, Level 1 user with ccap2, etc.). However, since your ‘groups’ are offering different types of download access, you cannot use Custom Capabilities without adding custom code that adds such a restriction feature to Custom Capabilities. |
|
Posted: Monday Sep 24th, 2012 at 8:14 am #26296 | |
|
|
Thanks Raam. |
|
Posted: Monday Sep 24th, 2012 at 11:45 pm #26382 | |
![]() |
|
Simeon, If you need to use multiple membership levels but you don’t want higher levels to have access to lower level content, then you need to use Custom Capabilities in addition to the levels. For example, you would restrict all Level 1 content to both Level 1 membership and a Custom Capability called level1. Then you would configure your Level 1 signup form or button to automatically assign the level1 Custom Capability to anyone who signs up for Level 1. You would repeat that process for each of the levels, restricting content to both a membership level and a Custom Capability and configure your signup forms to also assign a Custom Capability specifically for that level. Then, when a Level 2 member logs in, for example, he won’t have the level1 Custom Capability, so he won’t have access to the Level 1 content. |
|
Posted: Tuesday Sep 25th, 2012 at 3:53 am #26405 | |
|
|
Thanks Raam, for the reply. So, if you are at a sub-level 2 for example, and you only can access inline downloads of 5 files, you can choose whatever files you want to access, and when the counter reaches 5, you won’t be able anymore to access files until the required number of days is reached. With the same example, the one at sub-level 3 might have unlimited inline downloads and won’t be bothered at all. Hope someone will be able to help. Can you, please, ask Jason what he thinks and how I could handle this? I suppose he might be able to suggest a way around. |
|
Posted: Tuesday Sep 25th, 2012 at 6:04 pm #26481 | |
|
|
Can you, please help me to implement according to the way I described? I’ve been waiting and I can not go further at the moment. |
|
Posted: Wednesday Sep 26th, 2012 at 3:25 am #26516 | |
|
|
Dear Raam and the rest of the Support team, |
|
Posted: Wednesday Sep 26th, 2012 at 8:05 am #26551 | |
|
|
Hi Simeon.
You can use conditionals to drip the content based on his level and time. [hilite path]Dashboard -› s2Member® -› API / Scripting -› Content Dripping[/hilite]
If you’re talking about files protected with s2Member, you can protect copies of the files at different levels, and then configure how many downloads the level gets. [hilite path]Dashboard -› s2Member® -› Download Options -› Basic Download Restrictions[/hilite]
You could determine this checking for the EOT time in his profile. When it’s a subscription (recurring payments) the time is not set before the subscription is ended, while buy-now transactions will set the EOT time right away (unless the access is unlimited). I hope that helps. :) |
|
Posted: Wednesday Sep 26th, 2012 at 8:23 am #26557 | |
|
|
Dear Christian, Could you, please, refer to my initial posting on 23rd Sept and tell me how to implement that. For example, how would I set up the Paypal button and ccaps if I want to offer this: I could add other sub-levels to deal with the fact that the accessed files are fresh or archives… Please, Cristian, it is urgent for me. |
|
Posted: Wednesday Sep 26th, 2012 at 3:00 pm #26612 | |
|
|
Hi, Cristian, Raam and other friends from the Support team, |
|
Posted: Thursday Sep 27th, 2012 at 7:00 am #26671 | |
|
|
The current Download Protection doesn’t allow that. You can control the number of downloads per level, but there’s nothing to modify them based on the kind of payment plan the user picked for that level. [hilite path]Dashboard -› s2Member® -› Download Options -› Basic Download Restrictions[/hilite] What you can do is have each one of those options as a different level, then you can specify the download limit for each. If you protect the content at Level 1, then users at Level 1 or higher would still have access to it. You may want to add more levels if the default aren’t enough. [hilite path]Dashboard -› s2Member® -› General Options -› Membership Levels/Labels -> Unlimited Membership Levels[/hilite] |
|
Posted: Thursday Sep 27th, 2012 at 8:03 am #26684 | |
|
|
Dear Cristian, As I wrote at the very beginning, the problem is that the levels as they are now are hierarchical. That means, they depend on each other. In my case, levels (or sub-levels of one level) are just choices. Content would not be protected by level as it seems to be the rule here. Once a user is at ANY paid membership level, I want to allow him/her to go anywhere on the website and access any available protected content, but limit how long he can access that content, how much of that content he can download and determine if he can only access old (archive) content or not. Please, can you be clear? Is that scenario impossible with s2member Pro? And if that is possible, how can I implement it? |
|
Posted: Thursday Sep 27th, 2012 at 8:22 am #26688 | |
|
|
It’s just that you’re trying to do something that the Download Protection can’t handle. If you go to the Basic Download Restriction panel you’ll see what it allows, and that’s all it allows to determine the number of downloads, it’s based on levels. [hilite path]Dashboard -› s2Member® -› Download Options -› Basic Download Restrictions[/hilite] One thing you can try to remove the incremental access that levels give, is edit the s2Member Level roles to remove the capabilities to access the content for lower levels. |
|
Posted: Thursday Sep 27th, 2012 at 9:21 am #26695 | |
|
|
Thanks Cristian for being patient, One furher question, please: |
|
Posted: Thursday Sep 27th, 2012 at 8:05 pm #26771 | |
![]() |
|
Yes, that is correct. When a user reached EOT (End of Term), s2Member will either Demote or Delete them (see Dashboard -› s2Member® -› PayPal® Options -› Automatic EOT Behavior). If they are Demoted, they will be demoted to Level 0, regardless of what level they are being demoted from. |
|
Posted: Thursday Sep 27th, 2012 at 8:57 pm #26777 | |
|
|
Ok. That’s great. |
This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.