Hello, I use amember for my free/paid sites. For a paid product, I would like a temp download created of said product for the individual who bought it that will then delete itself once the download has been successfully completed. DLguard at http://www.dlguard.com offers this ability, is there a way to do this with amember? Thanks in advance, Barbt
Do you just want to allow the user to only be able to download the product once? Amember can do this via plugin. Any reason it needs to be a temp download and custom link? If your only requirement is that a user purchase the product and be given a one time link for download, something like oscommerce may be a better solution for you?
I have ~50 products I want to have one time download for. How do i get the "membership type" area to be a scrolling list instead of a full page of items? or does it become that automatically if you add enough items?
Hi Sharris, It doesn't happen automatically, you need to do customizations on that, and it may affect your display of links from other plugins (if you have any) Lee
Now I was informed that the one-time download plugin for amember will allow items with the specific foloder be downloaded once by everyone who is an active member. I think I'm wanting the same thing the original poster wants, the ability to have someone purchase a product, say a specific picture and once they purchase this they are sent a one-time download link. Is this what the one-time download amember plugin offers?
Hi s2media, The One-Time Download plugin offers to limit the number of downloads for a particular file (e.g. your image file) that is for a particular product. It does not allow all the items to be downloaded from the specified folder. Lee
I have ~50 products I want to have one time download for. How do i get the "membership type" area to be a scrolling list instead of a full page of items? or does it become that automatically if you add enough items?
You will need to modify /amember/templates/signup.html template. For example place this div around product selection code: Code: <div style="overflow:auto; height:350px; width:90%; border: 1px solid #7F9DB9; padding: 5px;"> </div> It will work the same way as in amember.com signup page: http://www.amember.com/amember/signup.php