Search Results for 'all downloads'

Viewing 25 results - 3,276 through 3,300 (of 4,406 total)
  • Author
    Search Results
  • #47339

    Shahriar
    Moderator

    Hi,

    Checking all the issues you explained. All required issue will be fixed in next update. BTW, multiple downloads of same package does not increase the count.

    Thanks.

    #47305

    In reply to: User Restriction


    Shahriar
    Moderator
    1. Go to Admin Menu Downloads Settings Frontend
    2. Select “Author, Editor, Administrator” for option “Allowed User Roles to Create Package From Front-end”
    3. Create a page for the short-code [wpdm_frontend]
    4. Now any user with role from Author to Administration will be able to manage their documents from front-end
    5. When creating document, user can set “Subscriber” for “Allow Access” option
    6. And all users will subscriber role will be able to download file.
    #47289

    AnaliaRu
    Member

    Let’s assume that our user has the role “Silver” and has allowed 3 downloads per day.

    1. Log in with username and password
    2. On the site there are 30 downloads, all visible to the Role “Silver”
    3. The user with the role “Silver” opens 10 downloads in separate tabs.
    4. On each tab will be the button “Download” Visible
    5. Walk every tabs giving each link click “Downloads”
    6. 10 tabs process the download, even if the user with the role “Silver” has allowed maximum 3 per day.

    Then;

    If we open a tab do more or refresh in the open and we find the legend “Download Limit Exceeded”

    It also happens that

    1. If accessed from four different browsers, opening 4 tabs 1 on each browser, the user Role “silver” can download the 4, although the limit was set at 3
    2. In any browser that then a second tab is opened, the message “Download Limit Exceeded” is displayed.

    Saludos!

    #47287

    In reply to: WPDM – Stripe


    Shahriar
    Moderator

    Please install this add-on too:

    Premium Package – WordPress Digital Store Solution

    Then you will be able to set price for items, and configure payment gateway from Admin Menu Downloads Settings Premium Packages Payment Gateways Tab

    #47173

    Shahjada
    Keymaster

    All docs are available here:

    http://www.wpdownloadmanager.com/docs/

    To show all packages in a page either you need to use this short-code:

    [wpdm_all_packages] – List all downloads in tabular format in a page

    Or use this add-on:

    WPDM Directory Add-on

    #47171

    Shahjada
    Keymaster

    Except email lock with “Mail Download Link” option, all other options downloads the file instantly.

    #47135

    In reply to: Cannot install AddOns


    Shahriar
    Moderator

    It is happening for JavaScript conflict with any other active plugin or theme in your installation, however you still can download those from here http://www.wpdownloadmanager.com/downloads/free-add-ons/ and install manually.

    #47128

    In reply to: Amazon S3 Not Working


    peterivas
    Member

    I have had a functioning WPDM plugin on my site for about 2 years. This is the second time I have had issues with Amazon S3 permissions. I am getting access denied errors all of the sudden, and do not remember how we got around that last time. I just updated from V4.5.5 to V4.5.6 last night and did not fix.

    This is not the same issue, considering not all downloads are getting blocked, but I am getting the same error message of “access denied”. The Download buttons I have created before last week are still working as expected and provide access to files which were uploaded to the Amazon S3 servers before last week.

    <Error>
    AccessDenied
    <Message> Access Denied</Message>
    <RequestId>F676DC3185482D93</RequestId>
    <HostId>
    kgGJJKa8QIODasvdSjnP3nnvjlez5AgrgcR9xZfDZUHNckK+Dz/Dnp9gq6nvdlypZk9eY6iRZ7I=
    </HostId>
    <Error>

    More clues from my Support team:
    We are using WP Download Manager (WPDM, ) for file sharing on our online Support Lounge as a way to provide access to files hosted on the Amazon S3 servers.

    Using this plugin requires to:
    1- Upload files to the Amazon S3 servers
    2- Create a WPDM on the website backend
    3- Copy the short code (for example: [wpdm_package id='19690']) pointing to this WPDM entry
    4- Paste the short code on the Support Lounge page – the Support Lounge page then shows a Download button which when clicked starts the download of the file hosted on the Amazon S3 servers.

    I have had no issues for weeks going through these steps (1-4) and providing our customer access to download files online. When I uploaded 2 new files (a ZIP and a PDF) on the Support Lounge at the end of last week, I was able to go through steps 1 to 4 but clicking the Download button would show the following error instead of starting the download of the file hosted on the Amazon S3 servers:

    I suspected the files I had added to the Amazon S3 servers were somehow incorrectly uploaded, I therefore performed the following test. Using the Amazon S3 URL of a file I had uploaded in the past (URL previously proven to be good) and for which was already shared on our Support Lounge, I went through steps 2 to 4 to see if the problem was with the WP site / WP plugin. This steps also created a non-working Download button – same error message about Denied Access.

    Going through steps 2 to 4, using a file hosted locally to the website rather than on the Amazon S3 servers, I can create a working Download button.

    Interestingly, the Download buttons I have created before last week are still working as expected and provide access to files which were uploaded to the Amazon S3 servers before last week.

    It looks like there might be an incompatibility between S3 and the WPDM. Maybe S3 was updated with slightly new requirements for which the WPDM plugin needs to be updated? There is a new version of the plugin available, shall we try it?

    #46978

    jfruehe
    Member

    I am using your plugin to create a downloads section for a wordpress site. The key is that all of these files cannot be downloaded by the general public, only by registered users with certain WordPress user roles (we have had to create new roles.)

    When someone comes to the site, the download link is not there, it requires you to login. (good) As an administrator I can login, access and instantly download any file, but if I create an account as “NDA Customer”, “Partner” or “Developer” and then login as that customer, the DM will just spin for a while then give me a 503 error.

    I have checked on the download file and it has all of the right users identified.

    Then I checked by adding “all visitors” to one of the downloads. Again, only the admin could download.

    THIS IS A BIG PROBLEM!!!

    I need to address this ASAP. I am totally OK with the answer being “you didn’t test this enough” because I was only testing with the admin account and a general user account (to ensure the files were hidden).

    But I need to know how to fix this because I need others to be able to download.

    #46905

    Guido Visser
    Member

    Hi Jass,

    Thanks for replying!

    I realized that the downloads where working just fine, up until I installed WP Super Cache. I also realized that all downloads via your plugin are done via a GET request. So I checked the option: ‘Don’t cache pages with GET parameters. (?x=y at the end of a url)’ and the downloads are working again. Maybe it’s a good idea to inform people about this in an FAQ or something, just a thought.

    Thanks for your input! Much appreciated!

    Sincerely,
    Guido Visser


    albuor
    Member

    Hi, I’m trying to update my WPDM Pro to new version v.4.5.6

    I follow all your instructions:

    Delete wpdm pro 3 from wp-admin plugin manager ( don’t worry, it will not delete your files )
    Install & Activate v4
    Install WPDM 3 to 4 Data Migration Add-on
    Go to Download Manager Settings Page
    Click on migrate Tab
    There you will see the list of all old packages, select max 100 package at a time, then click on “Save Settings” button at the button ( but if you can set exce
    You can do that repeatedly until you are done with importing all packages
    Finally you’re ready to continue with wpdm pro v4

    But when I go to Migrate Tab, there is no download available to the migration process as you can see in the Screenshot attached.

    If I revert back to the v.3.3.8 all downloads are there.

    Any help on how to migrate successfully to new version?

    #46814

    Jass
    Spectator

    we also have a customization team and if you want to use them, please contact customize@wpdownloadmanager.com for quote.

    Or

    You need to follow the steps to customize

    You need to copy the tpls/ dir from download manager plugin dir to active theme dir. (This is required to do in-case you want to update your plugin later the change wont be effected on design)
    Then rename it copied tpls dir ( which is in your theme dir ) to download-manager
    Now edit wpdm-all-downloads.php in download-managerdir ( which is in your active theme dir )


    kalico
    Member

    Is there a way to display a list of downloads (preferably by category) on another site of a multisite network?

    example: WPDM is active in one site of the network (not the main), and we want to display a list of downloads from one category in another site of the network.

    Can this be done by network activating the plugin? or by means of a php call in a template on the “other” site? any other option?

    thanks.

    #46811

    kelvege
    Member
    This reply has been marked as private.

    Shahriar
    Moderator

    You actually will need this add-on http://www.wpdownloadmanager.com/download/advanced-access-control/ , there is a short-code [wpdm_my_downloads] which will meet your requirement.

    #46737

    In reply to: Data Table – Columns


    Shahriar
    Moderator

    you need to customize /tpls/wpdm-all-downloads.php, please follow step #3 here:

    Template Files

    #46716

    Thank you so much!

    Just a quick question. Is there a way to change the button “Go to Dashboard” (Shows on Login screen if you are already logged in) to go to a different URL? Bassically, I don’t really need the user profile pages as I am only using this to manage downloads for people who want them. I do not need the “membership portion.”

    Thanks!

    This reply has been marked as private.

    hi there,

    I’ve tried everything to follow the instructions but not too clear.

    How do I setup a page to show all available downloads to a logged in user, only if they have access to the download.

    My user roles are on the category.

    Thanks,

    Jay


    Shahriar
    Moderator
    #46536

    Shahriar
    Moderator

    @19wpeden63, Actually you will never have to reattach file except they are deleted manually from the source location. However if you reupload missing files using ftp in their original source from where they were attached, all downloads will work fine again.


    @eltonbean
    , thanks 🙂

    This reply has been marked as private.
    #46495

    jungalwala
    Member

    Can you be please be more detailed on how I can get a field created by the advanced Custom Fields to show up in the wpdm-all-packages? I have copied the wpdm-all-downloads.php file into my theme, but I am unsure how to access the Custom Fields in order to have them display.

    Hello;

    – 1. I currently have an existing directory structure containing ZIP files
    – 2. which I’d like to insert into existing pages in a table-view
    – 3. with a direct download link

    I have figured out that for 1. I can attach a folder to a Package, but inserting that Package (only Link Template is available or I am not understanding the template concept) only offers a link to an extra (and unwanted) downloads page.

    If need be I can walk away from the existing directory structure and create custom Packages / Categories / whatever is required. Most important is have an existing list or table of files be injected in existing pages with a direct download link (ie. straight to the file.)

    I’m usually persistant enough in figuring stuff out but this plugin and its mechanisms has me absolutely dumbfounded.

    Thank you for pointing me in the right direction.

    #46408

    Jass
    Spectator

    Sorry its not clear, What you meant by exchanging files?

    In pro version, to give access to different user different files
    One way is , create a package ( Downloads Add New ) for one user add all that user files and apply password lock from Lock Option in Package Settings metabox. So when a user comes to that page he will need to enter password to download files.

    Another Way is. if users are under a user role. then you can create one for more packages for them and from Access field simply need to select the user role you want to give access to that package.

    But let me know if you still not clear.

Viewing 25 results - 3,276 through 3,300 (of 4,406 total)