Community Support Forums — WordPress® ( Users Helping Users ) — 2011-08-03T11:40:10-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14268 2011-08-03T11:40:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14268&p=29758#p29758 <![CDATA[Re: How does the download count system work ?]]>
Perhaps a way to implement this is to have a protected directory called 'free'.

Any files in the free directory are treated as any other protected files, except they are not counted.

Statistics: Posted by S2Rick — August 3rd, 2011, 11:40 am


]]>
2011-08-02T22:39:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14268&p=29696#p29696 <![CDATA[Re: How does the download count system work ?]]>

So he could put the link to the protected file with the download key in the URL, in a page restricted at Level 0. Is that what you meant?
Very welcome. Yes, that's correct. Or perhaps use Advanced PHP Conditionals to incorporate Download Keys into URLs that should be free to Members at or above Level #1.
Code:
<?php
if(current_user_can("access_s2member_level1"))
{
   // Build link with a Download Key, so this particular download does not count against them.
} else {
  // build link without a Download Key, so the Download does count.
}
?>

Statistics: Posted by Jason Caldwell — August 2nd, 2011, 10:39 pm


]]>
2011-08-02T22:22:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14268&p=29692#p29692 <![CDATA[Re: How does the download count system work ?]]>

Jason Caldwell wrote:
Until s2Member can support what you're suggesting, you could use Advanced Download Restrictions, as described in your Dashboard. Using Advanced Download Restrictions ( i.e. with a Download Key ), is a way to allow a file to be downloaded without a file download being counted against them.


So he could put the link to the protected file with the download key in the URL, in a page restricted at Level 0. Is that what you meant?

Statistics: Posted by Cristián Lávaque — August 2nd, 2011, 10:22 pm


]]>
2011-08-02T21:53:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14268&p=29685#p29685 <![CDATA[Re: How does the download count system work ?]]> Thanks for the excellent question.

s2Member keeps a count of all protected files downloaded from your site, on a per-Member basis. You can control how many protected files are downloaded by Members at different Levels, but s2Member's counter is collective ( i.e. based on all protected files ), not just those downloaded at a specific Level.

In other words, if a Level #1 Member logs in and downloads a file that is also available at Level #0, it DOES count against them, because it WAS a protected file. I realize this is not flexible enough for the scenario you've described, so I'll see what we can do to improve the control over this in a future release.

Important to note. If a Free Subscriber at Level #0 upgrades later to paid Membership, s2Member will reset that Member's download counter during upgrade automatically, so that the new paying Member starts fresh at zero again ( because now they are paying you ).

Until s2Member can support what you're suggesting, you could use Advanced Download Restrictions, as described in your Dashboard. Using Advanced Download Restrictions ( i.e. with a Download Key ), is a way to allow a file to be downloaded without a file download being counted against them.

Statistics: Posted by Jason Caldwell — August 2nd, 2011, 9:53 pm


]]>
2011-07-29T13:05:27-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14268&p=29449#p29449 <![CDATA[Re: How does the download count system work ?]]> Statistics: Posted by S2Rick — July 29th, 2011, 1:05 pm


]]>
2011-07-28T15:14:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14268&p=29408#p29408 <![CDATA[Re: How does the download count system work ?]]>

About your question, the files that are available to all don't need to be protected by s2Member. I'll ask Jason about how the download counts work, if depending on the Level of the user or of the file.

Statistics: Posted by Cristián Lávaque — July 28th, 2011, 3:14 pm


]]>
2011-07-28T13:13:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14268&p=29398#p29398 <![CDATA[How does the download count system work ?]]>
My other membership levels allow for more files to be downloaded.

Level 1, 3 downloads, level 2, 12 downloads etc.

I am using custom capabilities so that the files they can download are different depending on what they paid for.
Personal use or commercial use.

I am concerned that if they join a level and they download the level 0 files that are free, or the free files for those not a member, that those will be counted against them.

How can I ensure that certain files are not added to their download count, no matter what level they may be on?

How does the download count system work across membership levels and custom capabilities?

S2member is impressive. I will be getting the pro version once I see that I actually have customers. Thanks for making such fantastic work available free!!!

Rick

Statistics: Posted by S2Rick — July 28th, 2011, 1:13 pm


]]>