Create unique download (DLguard and amember integration?)

Discussion in 'Setting-up protection' started by barbt, Oct 21, 2008.

  1. barbt

    barbt New Member

    Joined:
    Oct 24, 2006
    Messages:
    22
    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
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    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?
  3. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Check out the "one time download" plugin.

    David
  4. sharris203

    sharris203 New Member

    Joined:
    Feb 27, 2009
    Messages:
    45
    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?
  5. codeispoetry

    codeispoetry aMember Pro Customer

    Joined:
    Jan 12, 2009
    Messages:
    336
    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
  6. s2media

    s2media aMember Pro Customer

    Joined:
    Aug 29, 2006
    Messages:
    2
    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?
  7. codeispoetry

    codeispoetry aMember Pro Customer

    Joined:
    Jan 12, 2009
    Messages:
    336
    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
  8. kimboy

    kimboy New Member

    Joined:
    May 2, 2011
    Messages:
    20
    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?
  9. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    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

Share This Page