Theresap
Forum Replies Created
-
I got it! I’ll answer my own post here in case it may be useful to someone.
I had my file name wrong. I have always linked to my ccap folder with a direct path to that folder – wp-content/plugins/s2member-files/ccapfolder/myfile.zipI changed my links to https://mydomain.com/?s2member_file_download=myfile.zip like the video and all works ??
I also noticed that S3 Amazon reads a space differently, so file names with spaces needed to be changed to a true – or something or the download gave a big key error.Theresa
Well, S3 won’t let you put / in the bucket name. For S2, the example was ‘mybucket’ and didn’t use the slashes. I just tried putting one in and got a signature error and a long line of double urls…almost like it wants a complete path to the bucket…?
I don’t get it. I’ve watched the tutorial a few times over, I don’t see what I’m missing. I even tried deleting the s2member-files within the url to the product, and that produced a not found page.Yes, I watched the video, but couldn’t complete the advanced set up. I didn’t know where to find the advanced developer tools within iDev. After talking to Jim Webster at iDev affiliate, as unpleasant as that was, he informed me that I was looking at things I didn’t need to be – and just to use the standard. Honestly, I didn’t know what he was talking about.
Additionally, he told me this was WRONG in the API Tracking area:
<img border=”0″ src=”https://www.site.com/idevaffiliate/sale.php?profile=83&idev_saleamt=%%initial%%&idev_ordernum=%%subscr_id%%” width=”1″ height=”1″>and he added this to the API payment notification:
https://www.site.com/idevaffiliate/sale.php?profile=83&idev_saleamt=%%amount%%&idev_ordernum=%%txn_id%%&coupon_code=%%coupon_code%%&ip_address=%%user_ip%%I understood about adding the coupon code, it didn’t work with just &coupon_code= But he told me that ‘if I would look closer’ it’s a variable and token.Hence, you get &coupon_code=%%coupon_code%%
I didn’t see an example of the above anywhere. So maybe this will help someone if they are looking to use the coupon code. It’s just not easy to figure out.I’m sorry, One more reply, this does work to show the latest files and downloads from the s2member membership. I changed the filters to level one (the level I’m using). In case anyone is interested. ??
Thanks!I just made the connection…
It does say s2member latest files and s2member latest downloads. But I have the s2member secure file browser installed. I think it’s from that.
Sorry about that… it was a nice thought !
Thanks, TheresaYes, it seems it could use a little work there. I love s2member, it really does a lot, I’m usually intrigued!
I had high hopes for a minute when you suggested the leveled folders lol. Custom coding…a button that leads to page 2 only after the current page registers a download. Or simply a pop up if they try to pick from the same shortcode area twice…I’ll work on learning more.Moving to make them all the same value. Or she can just pick the downloads for her members!
Thanks kindly for your help, Theresa
Oh nuts…that didn’t work ??
So you are saying a level 2 user – with a download restriction of 1 per level, should be able to download 1 from level 2 and 1 from level 1?>>>>simply create a new user in the back-end, and try things out using that user’s credentials.<<<< Yes, doing that, but there isn’t a reset the downloads for the user lol…I can’t get the php code to work for me…and yes, I don’t know what I’m doing there.
In the s2 general files! I didn’t think about making sub-directories per level…I knew to do that with the ccap…Okay trying that right now. :D!
Yes, I did go back and read everything again. I even read all the other areas I’ve never been too!
I’ve got ONE level when they sign up – Level 2. When I tested the downloads at a tester level 2, I was able to get 1 download before the limit reached page came up.
This did work to show all content:
[s2If current_user_can(access_s2member_level1)]
audio low price
[/s2If]
[s2If current_user_can(access_s2member_level2)]
audio high price
[/s2If]
Basic Downloads are set – Level 1 – 1 every 30 days, Level 2 – 1 every 30 days. Because the tester is level 2, it’s only giving me one download, it won’t give me an extra download for level 1.
It would help if I could easily reset the downloads to test this…Well, I just realized that the drip doesn’t prevent them from waiting for the higher priced audios to download their allotted 2.
Is there absolutely any way to do what I’m seeking?
I just need to restrict the number of downloads a member can select in two areas of content.
Area 1 – 1 download
Area 2 – 1 downloadIf anyone has input, I’d be so thankful!
TheresaHello,
I think my only option is to use drips and drip the lower priced content for the first 10 days and the higher priced the last 10 days, so they can’t pick two downloads from the higher.
If the drips end after day 30 of a recurring membership, all will recur the same way the following month, as long as the membership renews, is that correct?On another download note could you show me how to set this user id, it’s 2; I’m not putting it in correct because it didn’t work. I know how to add it the functions file, just need to see how to set the id.
<?php
delete_user_option($user_id, ‘s2member_file_download_access_log’);
?>Thanks for your help. Theresa
Well, that’s what I thought. Just saw your other post… I did try it both ways with can access. Level 1 still wouldn’t show up.
Now they both do with the right shortcode…
https://unclerickaudios.com/audio-membership/adventureI need to give the member two downloads a month, from two different price ranges. So I don’t want a member picking two downloads from the higher range. One from the lower and one from the higher only.
I’ll sleep on it! ?? I appreciate your responses.
TheresaHi again,
I think I’m still facing a problem of the user downloading 1 item from each level.
When they sign up they will be level 2. So can a level 2 user download from level 1 – (count 1 download) and also level 2 (2nd download) ?I need the same user to get 2 downloads monthly, one from each level.
There has to be a way to do this… I was thinking capabilities.Since I want this on the same page, I’m wondering if I could do one level, with 2 capabilities, and drip one capability at a time, not giving them access to both at once? That would keep the user to 2 downloads a month. Maybe I have it there.
Hello,
Just an update, this works for my above question. I’ll be going back to my earlier post that dealt with downloads, thanks.
[s2If current_user_is(s2member_level1) OR current_user_is(s2member_level2)]
[s2If]Okay, thanks!