Search Results for 'all downloads'

Viewing 25 results - 3,651 through 3,675 (of 4,370 total)
  • Author
    Search Results
  • #27084

    downloader
    Member

    I’m really confused by your email reply…

    My issue is with the S3 add-on, not Web Hooks add-on. Was the reply meant for someone else?

    I tried installing the latest Web Hooks add-on, in case the reply was meant for me, to fix the S3 issue. However, there was seemingly no change with the S3 problem.

    The back end works fine, but the front end Download fails if I set S3 bucket permissions to the same user the wpdm admin is using. The only way the front-end works is if I change the bucket policy to let “*” (anyone in the world — not authenticated users) access the bucket.

    Forum user motografik mentioned in this thread that he reverted to an older version of the S3 add-on and it fixed the issue (assuming he was indeed addressing the same issue I and the OP are having.) Do you know if this is true? (If so, and it’s stable, how might I get it, and what changes in the newer version would be lost?)

    I really would like to get this working asap. Any help is appreciated.

    Thank you!

    Here is an example of my bucket permissions (wpdm Downlaods fail, but user credentials on back-end are same):
    {
    “Id”: “Policy1426198988997”,
    “Statement”: [
    {
    “Sid”: “Stmt1426198332740”,
    “Action”: “s3:*”,
    “Effect”: “Allow”,
    “Resource”: “arn:aws:s3:::BUCKET-NAME/*”,
    “Principal”: {
    “AWS”: [
    “arn:aws:iam::ACCOUNT_NUMBER:user/USER_NAME”
    ]
    }
    }
    ]
    }

    Modifying the Principal only, to “*” allows WPDM Downloads to work, but my bucket is open to the world (unacceptable):
    {
    “Id”: “Policy1426198988997”,
    “Statement”: [
    {
    “Sid”: “Stmt1426198332740”,
    “Action”: “s3:*”,
    “Effect”: “Allow”,
    “Resource”: “arn:aws:s3:::BUCKET-NAME/*”,
    “Principal”: “*”
    }
    ]
    }

    Additional Note:
    “Access Permissions” set for Authenticated Users seem to have no affect

    #27081

    envonia
    Member

    Dear all,

    I am struggling very much with the download manager pro extension “Form builder”. It works to use these forms for the downloads but the given mail, subscriber information like address, organization, title etc. is not filled in the point “Subscribers” in the backend. Why? I would like to link all the provided information into the mail chimp plugin. But as I see for now it doesn’t work at all for this extension.

    Please help me, this would be great as this is very urgent for a clients job.

    Thanks!
    Hubertus

    #27072

    gleames
    Member

    Is there a way to reset all downloads? If not in the admin area is there a MySQL statement I can run in PHPadmin?


    adamfaux
    Member

    I’ve just purchased the pro version of this plugin after trying out the free version. I removed the free one, then installed the pro version using the documentation steps, and it installs without issue.

    I can access the “Downloads” and “Add New” only from the welcome screen after installation, there is no menu items in the navigation?

    I’m running Download manager 4.2.1 & WordPress 4.1.1.

    I’ve been through and checked the functions file for any menu items being hidden but there isn’t any, and I’ve deactivated plugins to see if there is a conflict, still no joy.

    Any particular reason for this?

    Anyone else had this?

    #26977

    Tauhid
    Member

    In wpdm-all-downloads.php you have to change

    get_the_date()

    to

    get_the_modified_date()
    #26971

    ian-ct
    Participant

    Ah, it’s a case of terminology then. I want to block the package pages completely – is there a way to do this? All of my downloads are embedded in pages, and Google is listing all of our package pages which is not how we want to present information. Thanks

    #26930

    In reply to: File download report


    Tauhid
    Member

    Please install http://www.wpdownloadmanager.com/download/advanced-sales-report/ add-on and in admin menu Downloads->Sales Report you can see who downloaded the file.

    #26890

    PixelDesign
    Member

    Hi,
    Simply I need to show packages as latest posts on my home page
    Basically I need WordPress to pull the packages as posts

    Also I need WordPress to see the categories we create under Downloads

    Please help me to solve it

    Thank You!

    #26883

    In reply to: CSV import Not Working


    Shahjada
    Keymaster

    Actually csv import is working fine, but as you didn’t set the date, those were going at the end of the list, check in page 4 in downloads.


    BestICanBe
    Member

    Hi,

    We have this ‘WPDownloadManager Email Notification’ plugin installed.

    When adding/editing a package, to enable this email notification, we have to manually tick the box on the ‘Email Notification’ tab.

    What we want to achieve is that whenever someone downloads a file, we would like this box automatically ticked/enabled instead of having to manually tick the ‘Send Notification When Someone Downloads’ box.

    Could you let us know what needs to be done to the code or perhaps adding a few files in the WPdownloadManager core php files in the back end please?

    Thanks heaps

    #26804

    EGFStech
    Member

    Thanks for the response Tauhid. If the breadcrumbs being broken has nothing to do with WPDM, then why are they only broken on the WPDM package pages? Every where else on the website they work fine. When I look at the page source on the Package pages, it seems like the problem is that the URL path has changed from ‘/downloads’ on the ‘all-packages’ page to /download/… on the Package page. Not being a programmer, that would seem to point to how WPDM is crafting the URL’s differently between the ‘all-packages’ and Package pages.

    #26795

    Tauhid
    Member

    you have to edit in wpdm-all-downloads.php


    EGFStech
    Member

    The WPDM Pro basic settings has a note about Category and Package URL Base fields…

    “Caution: Use unique word for each url base. Also, don’t create any page or post with same slug you used for WPDM URL Bases below.”

    Currently they are set to ‘downloads’ (Category) and ‘download’ (Package), which I believe is the default. The problem with this is that it seems to break the ‘breadcrumbs’ on our site? We are using ‘wpdm-all-packages’ to display a data table of all of the downloadable files. When a visitor clicks on one of the file links, it opens the package webpage. However, the breadcrumbs do not let you return to the parent folder (downloads) because the URL to the package is actually ‘…/download/[package webpage]’ instead of ‘…/downloads/[package webpage]’. This causes the breadcrumbs to be much less useful and means the visitor needs to either click the browser back button or reselect the Downloads page from the main navigation. This only occurs on the pages generated by WPDM Pro.

    What is the problem with setting both URL Bases to the same word? Is there any other way to bring back the breadcrumb functionality?

    Thanks for any helps.

    #26750

    EGFStech
    Member

    I really like this layout for the downloads list. The sortable and searchable data table is great! I’m wondering if this view is now or will in the future be able to be modified in terms of the information it shows? Currently it shows columns for ‘Title’, ‘Categories’, ‘Create Date’ and ‘Download’ link. I would like to show the file size (preferably under the Title, but a column is okay too), the applied Tags (in a column) and let the ‘Title’ be the clickable download link so that I could remove the redundant ‘Download’ column (luxury request ;-).

    Is there any template or set of shortcodes that could be used to achieve some of these things?

    #26716

    twomuch
    Member

    Hi @Tauhid,
    Thank you for your response. This was what i tried.
    $access = array('all-visitor'); $access = serialize($access); $wpdb->query("update {$wpdb->prefix}postmeta set meta_value='$access' where meta_key='__wpdm_access'");
    And all the downloads locked up. I used all visitor because am trying to make all the packages temporarily available. So not the ones that used to be available are all asking visitors to log in.

    What did i do wrong? Or what is the slug for All Visitors? Or how do i make it available for free access?
    Thanks

    #26690

    twomuch
    Member

    Hi Shaon,
    Does the above code still work? I want to grant access to a user role for all the downloads.
    Can i still use the above code?Is the code functional based on the new version?

    I want to give all visitors access. How do i do it?
    Thanks

    #26600

    web907
    Member

    I just bought this product and installed it. I tried to preview your templates admin > Downloads > Templates > Preveiw, but nothing happen. When I scroll over the “preview” button I can see the link is to “#”.

    So, where are all the templates? Is there somewhere on your website I can see them? Please don’t send me to your demo page, I have seen that and it is not that easy to navigate.

    BTW, your demo page has a misspelling at the top of the page “Downlod” instead of “Download”. My client nearly didn’t want me to buy your product. I recommend you clean it up.

    #26578

    Shahjada
    Keymaster

    you also need to change source path for that js file in wpdm-all-downloads.php

    #26564

    lrgolf
    Member

    I have tried changing the file without any luck. I can see that my site loads http://cdn.datatables.net/1.10.0/js/jquery.dataTables.js
    I have tried disabling all over plugins, and still I see the script being loaded.

    The translation comes from that script I can see.

    Is that something the plugin does?

    See for yousrelf at: http://www.mortalin.dk/downloads/datablade/

    Hope you can help me out.

    Best regards Lars

    #26558

    bartula
    Member

    Hello,

    Please advise on this matter. We have attached directory to package and all files got listed in downloads table, but links to files all start downloading generic download-manager-file, and real file links are missing.

    Could you please help with this, I’m attaching screenshot.

    Thanks,
    Boris

    #26527

    lrgolf
    Member

    Hi Shaon
    I’m trying to achive showing different downloads sortet by categories in tabs.

    With the following code:

    
    <ul class="uk-tab" data-uk-tab="{connect:'#dbrochure'}">
    	<li><a>Alle</a></li>
    	<li><a>Skadedyr</a></li>
    	<li><a>Fødevaresikkerhed</a></li>
    </ul>
    <ul id="dbrochure" class="uk-switcher uk-margin">
    	<li>[wpdm-all-packages items_per_page="100" categories="brochurer, brochurer-foedevaresikkerhed, brochurer_skadedyr" jstable=1 toolbar="0"]
    </li>
    	<li>[wpdm-all-packages items_per_page="100" categories="brochurer_skadedyr" jstable=1 toolbar="0"]</li>
    	<li>[wpdm-all-packages items_per_page="100" categories="brochurer-foedevaresikkerhed" jstable=1 toolbar="0"]</li>
    	
    </ul>
    

    When I trying to do so, I get a error mesasge saying: DataTables warning: table id=wpdmmydls – Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3

    The way I can get it to work, is to set items_per_page=”All” or jstable=0 but then I will miss the seacrh and sorting function.

    Is there any workaround for this?

    Hope you can help.

    Thank you in advance.

    Best regards Lars

    #26407

    cronopium
    Participant

    Thank you. I need its on single-page-template, because I wan’t to work only with 1 picture for the downloads on all places in page and Thumbs. because the pictures will have a look like download button it is better if the user on single page can use the picture for download to – like the button link, because the will klick on, I think.

    #26400

    cronopium
    Participant

    We don’t understand, how we make category templates to get for example out all thumbnails of an category … we only find out a archive page looks very bad… only links
    trying short cuts like this:

    [wpdm_category id="Category Slug(s)" title="Custom Title Here or 1" desc="Custom Dscription or 1" toolbar="1" order_by="field name" order="asc or desc" item_per_page="10" template="temaplte name or ID" cols=4 colspad=2 colsphone=1]

    i get only a tab give out the text but not the downloads .

    maybe we need WPDM Directory Add-on to give out categories?
    but the plugin is from 2012 …

    sorry for misunderstanding. but the men tries to help me first – works with a lot of plugins before and made a lot of wp installations
    has problems too, to understand
    may be you have an integration tutorial, what is to do step by step for integration in own templates…

    (looking for example php code I have to integrate in the taxonomy-wpdmcategory.php and single-wpdmcaategory.php)

    #26384

    Shahjada
    Keymaster

    Open wpdm-all-downloads.php , after line #31 ( after line $('#wpdmmydls').dataTable({ ), add "sEmptyTable": "Your personalized messagehere",

    #26301

    demarco
    Member

    Hi,

    We just bought the plugin and the Download Limits addon and have a question about a specific configuration we are trying to achieve.

    We have a category called “Free” that we do not want to limit the number of downloads, whereas the other category (Premium) we want to limit to 3 per week. It looks like limiting downloads applies to all of the Packages we have in the system. Is there any filter / setting / method to allow Unlimited downloads of one category and limit the number of downloads for another (or the rest except that one category)? We definitely want to use the one plugin to manage them all, but we don’t want to affect the limit by allowing users to download the “free” documents.

    Please let me know if you need more information to assist us in this.

    Thank you

Viewing 25 results - 3,651 through 3,675 (of 4,370 total)