Search Results for 'all downloads'

Viewing 25 results - 3,151 through 3,175 (of 4,377 total)
  • Author
    Search Results

  • Shahriar
    Moderator

    Hi,

    Sorry for the delay.

    Please use the default WordPress post export module from Dashboard Tools Export page to export all downloads. Then import the file in new installation. After that relocate your whole /uploads/download-manager-files directory to your new installation.

    Thanks.


    javelinjonny
    Member

    The topic title should called: Hide downloads and categories when a user is not allowed to access a Category


    javelinjonny
    Member

    There is a setting for the frontend called “When user is not allowed to download: Hide everything”. This doesn’t work for [wpdm-archive cat_view=”sidebar”] , [wpdm-categories] and [wpdm_tree]

    I already managed all categories and files with specific rights for every user.

    I just don´t want that a normal user with no access for a category or a download can see everything. At this time there is only a restriction, if the normal user gets the message “Login is required to access this page” when i use the shortcode [wpdm-archive cat_view=”sidebar”]

    With the shortcode [wpdm-categories] it shows all categries, including all hidden categories wich the normal user shouldn´t see. By normal user i mean an non-logged (unlogged) user with no rights. The access for hidden files work.

    The short code [wpdm_tree] has the same problem like [wpdm-categories].

    Is there a simple solution to navigate thrugh all the categories with maybe three or four sub-categories and only see the files and categories for the respective user?

    Thank you for your support!

    #51833

    jrmiller777
    Member

    On update. The plugin works fine when creating a new file for download. I deleted the plugin and reinstalled, and still the 100+ existing downloads do not recognize the files in the download directory.

    #51807

    Shahriar
    Moderator

    Yes, it is possible. It requires some code customization. Go to /download-manager/tpls/wpdm-all-downloads.php file and then replace marked line with following code,

    https://www.evernote.com/l/AUfyzvfB7OBA3rbTJwWzMGvMyHsBR1-wTHQB/image.png

    <a class="package-title" href='<?php echo wpdm_download_url($data); ?>'><?php the_title(); ?></a><br/>

    It actually changes the_permalink(); to wpdm_download_url($data);

    #51783

    David Hager
    Member

    Yes I want to rename the following items

    
    public function registerPostTypeTaxonomy()
        {
            $labels = array(
                'name' ► __('Downloads', 'wpdmpro'),
                'singular_name' ► __('Package', 'wpdmpro'),
                'add_new' ► __('Add New', 'wpdmpro'),
                'add_new_item' ► __('Add New Package', 'wpdmpro'),
                'edit_item' ► __('Edit Package', 'wpdmpro'),
                'new_item' ► __('New Package', 'wpdmpro'),
                'all_items' ► __('All Packages', 'wpdmpro'),
                'view_item' ► __('View Package', 'wpdmpro'),
                'search_items' ► __('Search Packages', 'wpdmpro'),
                'not_found' ► __('No Package Found', 'wpdmpro'),
                'not_found_in_trash' ► __('No Packages found in Trash', 'wpdmpro'),
                'parent_item_colon' ► '',
                'menu_name' ► __('Downloads', 'wpdmpro')
    
            );
    };
    

    But it would be nice to still be able to update the plugin.

    Would the following work:

    add_action( 'wp_loaded', 'wpse_19240_change_place_labels', 20 );
    
    function wpse_19240_change_place_labels()
    {
        global $wp_post_types;
        $p = 'wpdmpro';
    
        // Someone has changed this post type, always check for that!
        if ( empty ( $wp_post_types[ $p ] )
            or ! is_object( $wp_post_types[ $p ] )
            or empty ( $wp_post_types[ $p ]->labels )
            )
            return;
    
        // see get_post_type_labels()
        $wp_post_types[ $p ]->labels->name               = 'Library';
        $wp_post_types[ $p ]->labels->singular_name      = 'Library';
        $wp_post_types[ $p ]->labels->add_new            = 'Add item';
        $wp_post_types[ $p ]->labels->add_new_item       = 'Add new item';
        $wp_post_types[ $p ]->labels->all_items          = 'All items';
        $wp_post_types[ $p ]->labels->edit_item          = 'Edit item';
        $wp_post_types[ $p ]->labels->name_admin_bar     = 'Library';
        $wp_post_types[ $p ]->labels->menu_name          = 'Library';
        $wp_post_types[ $p ]->labels->new_item           = 'New item';
        $wp_post_types[ $p ]->labels->not_found          = 'No itemes found';
        $wp_post_types[ $p ]->labels->not_found_in_trash = 'No items found in trash';
        $wp_post_types[ $p ]->labels->search_items       = 'Search items';
        $wp_post_types[ $p ]->labels->view_item          = 'View item';
    }
    #51684

    In reply to: Role access


    Shahriar
    Moderator

    Hi,

    Please check category settings from Downloads Category page. Maybe a category assigned to this download has ‘All Visitors’ access.

    Check following screenshot, uncheck all checkboxes and save settings. That should fix it.

    https://www.evernote.com/l/AUeKUQSqPXVL4YeFP6HlXCQ3XjGwQwreT00B/image.png

    #51683

    Shahriar
    Moderator

    Hi,

    Download Manager doesn’t have the version column is all downloads admin page. But it could be done, requires some code customization. We provide custom upgrade service, if you are interested please mail to customize@wpdownloadmanager.com to get a quote from our customization team.

    Thanks.

     

    #51678

    Lanix UK Ltd
    Member

    Hi guys,

    Before buying the add-on “Download Limit”, I have a question, I am using another plugin on my website “Out-of-the-Box” (Dropbox plugin).
    And I was wondering, is it possible to link Download Manager Pro to a Dropbox account?

    The idea is that I want to display a “PDF library” on a webpage, and I want to limit the number of downloads. I would like the users to log in in order to be able/allowed to download files.

    Thank you in advance for your help.

    Emilien


    lightstylenz
    Participant

    Hi team,

    I’m trying to solve a puzzle here and wonder if you could help speed up the process. I’ve got the following setup on a real estate agent website running fine so far:

    Docs download with Email Lock option
    Mailchimp Integration
    Zapier pushing Mailchimp data to Active Campaign
    Active Campaign starting a campaign

    It all works fine, except that I need some sort of identifier; tag, URL, post tittle (preferably) being sent to Mailchimp in order to identify which property a client will me contacting me about and most important to be able to trigger different Active Campaign emails based on the property.

    Questions are;

    – how can I have the email lock asking for First Name, Last Name and Email and have them all set as required fields?
    – how can I have the email lock sending an identifier to a Mailchimp field?

    I’m rather confused if I’d need Advanced Custom Fields or WPDM Live forms add-on or if this can be achieved without them so I’m open to ideas and suggestions, as long as the identifier can be sent out to Mailchimp/Active Campaign. You may preview the site/downloads at http://www.rebeccak.co.nz/properties/89-mapua-drive/

    Thanks,
    Andre

    #51487

    portalkairos
    Member

    The player does not work properly and shows a strange number after the song ends.
    Example:
    http://portalkairos.org/arquivo-baixar/rcc-vicosa-retratos-de-uma-historia/

    Also expecting an upgrade that plays all the songs in the package and differentiate downloads and play.

    Thanks
    Portal kairós

    #51478

    Shahriar
    Moderator

    All downloads worked in my test ( Both pc and mobile ). Please check following screenshot.

    I have MemberMouse (membership plugin) installed on my site. It makes it’s own login page become the default. When I activated DM Pro, when I try to login that page hangs (the login button hangs on “sending…”) If I de-activate DM, everything goes back to working. To login as admin to my site I have to use wp-login.php

    Any ideas why DM is causing the issue? Or what the best way is to use these two together (I intended to use DM to protect downloads in my online courses)

    Thx!

    #51459

    In reply to: File not Found

    This reply has been marked as private.
    #51453

    Bruno barros
    Member

    On “wpdm-all-downloads.php” the icon name should be prepared with strtolower(), because I uploaded a image with extension captalized (.JPG), or you could convert to lower case on upload process.

    #51432

    ravenswood
    Member

    Hi Shahriar,

    Yes. And in all other download pages on this 1 site (screenshot attached):

    http://cpmr-intermed.org/fr/downloads/groupe-eau-energie/

    Also, in the package edit screen, on the Attached Files meta box, we see this error instead of the attached files (French version only – English is OK):

    http://cpmr.org/cpmr-intermed/wp-admin/post.php?post=2396&action=edit&lang=fr&admin_bar=1

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1480330573 bytes) in /home/cpmr/public_html/wp-content/plugins/download-manager/admin/tpls/metaboxes/attached-files.php on line 22

    Thanks

    #51198

    Shahriar
    Moderator

    Found the issue. It is actually not related to browser.

    You were trying to download as a guest in Safari. As your downloads are email locked, guest can’t access the download directly. [download_url] tag we used in the template returns the direct download link, but when package is locked it returns #

    So if package is locked there is no option but to use [download_link_entended] or [download_link] tag. And no option yet to open in new tab when using these tags.

    I have created another link template Moritz Clone. Make you template code similar to it if you want to use email lock in all downloads. You can keep a copy of current Moritz template to use in downloads where you don’t have email lock. It will open files in new tab.

    #51121

    therrmann
    Member

    Hi to all,

    i improved the statistics from the Downloadsection.

    Who wants to see:
    – How many Downloads in sum for one day or the whole month seperated by users
    – How many Downloads from all Users not logged in Users included

    See the attached Screenshot.

    Feel free to contact me, i send you a file.

    #51100

    In reply to: No links to downloads


    Shahriar
    Moderator

    Hi,
    Downloads are working fine. You set the package access rights only to Singer user role. Any user who doesn’t have Signer role, can’t access the package. After setting All Visitors in allow access field for a package, download worked as usual.

    So, you have to set All Visitors in allow access field if you want all user to be able to download files.

    https://www.evernote.com/l/AUcKgpD9DPRIUomdUXV6v22oKV4LGqahEncB/image.png

    https://www.evernote.com/l/AUcJxTIZdbxMwppdF69RbVMoQZ8ftMdYqtsB/image.png

    Thanks.

    #51034

    Shahjada
    Keymaster

    Yes, S3 upload is only possible from Downloads Amazon S3, but we shall extend the upload feature at add package page with the next update.


    Nora
    Member

    Hi guys,

    Today I discover that all the download links are returning the file download-not-available.txt

    The packages are set to allow my user role to download…. how can I solve this?

    For example:
    http://thephotoforest.bemowgli.net/photo/photo-myanmar/

    #50938

    In reply to: Page Template


    Christina
    Member
    This reply has been marked as private.
    #50897

    In reply to: Page Template


    Christina
    Member
    This reply has been marked as private.
    #50708

    In reply to: Lazy load dont work


    Shahriar
    Moderator

    I have added the code. Lazy download is activated for all downloads now.

    #50660

    bigspring
    Member

    Actually, you can ignore this. It was a permission issue on our end.

    Something for you to know: when there are permission issues when adding downloads, you are not notified on the front end.

Viewing 25 results - 3,151 through 3,175 (of 4,377 total)