Search Results for 'all downloads'

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

    tavy87
    Member

    I made a page for my frontend uploader located at: http://sitename.com/index.php/downloads-frontend/

    That part is fine. The actual links, such as those of my edit buttons, go to “/edit-package/6093/

    Which results in Page Not Found because edit-package page doesn’t exist…

    In the WPDownloadManager Demo the EDIT buttons links are formed as such: /?adb_page=edit-package/6093/

    So it seems my links are missing the “?adb_page=” part…

    If I MANUALLY type in the address using the link style used in the demo (http://sitename.com/index.php/downloads-frontend/?adb_page=edit-package/6093/” it finds the page and works fine, but how do I get my frontend page to actually generate the proper form of links so I can just click the damn buttons instead of having to copy paste links like that?

    Thanks!

    #46127

    In reply to: installation support


    Shahriar
    Moderator

    For homepage we are using this theme http://www.wpdownloadmanager.com/download/crypton/

    However you still can list the package in that format using short-code like [wpdm_category]. Doc:  http://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

    #46119

    Still the same…

    I install the WPDM 3 to 4 Data Migration Add-on but when I go to the settings > migrate Iv got just 2 lines :
    WPDM 3 Package Migrated
    WPDM 3 Package Migrated

    When I check this and save, it says that “Copied successfully”, but there’s no pakages in my Downloads page…

    My license is good… So what can I do ?
    Tanks,

    #46117

    In reply to: installation support

    This reply has been marked as private.
    #46047

    RK
    Member

    Hello, I’m here to report several things:

    1/ On my test website when I submit comments they don’t show (even though the comments_template() function is called in my page template); It simply says “No Comment”.

    2/ I would like to display the list of available downloads on my home page with individual items, do you have snippets available for that?

    Thanks.

    #45935

    srhwa
    Member

    You need to list which Categories you want to show, the ‘id’ parameter is a required field. You can see more on how to structure your shortcode here:

    [wpdm_category] – Query All Downloads From One or More Categories

    #45819

    serhumano89
    Member

    I’ve also found that you already have a widget to render top downloads but you have a line commented in th file “class.TopDownloads.php” and that avoids to render it in the widget section (which seems pretty strange and embarrasing) Why is it? I have uncommented that line and I have been able to display top downloads in my sidebar.

    Top Downloads Widget Missing

    However I still need help to make the shortcode works and render top downloads (from all categories) in the body of a page.

    Best,

    Francisco

    #45818

    serhumano89
    Member

    I’ve been researching and some users have the same issue until now I’ve have not find a solution. These are the cases I’ve found:

    top downloads per category?

    wpdm_packages shortcode: order_by is ignored

    The only shortcode that have works until now is this:

    [wpdm-all-packages order_by=title order=desc]

    But it seems that its not affected by the “template” and “item-per-page” parameters.

    Thanks for your support.

    Best,

    Francisco

    #45786

    ccrawford
    Member
    This reply has been marked as private.
    #45630

    Shahriar
    Moderator

    Hi,

    Adding following line will fix the issue.

    $data['icon'] = str_replace('download-manager/file-type-icons','download-manager/assets/file-type-icons',$data['icon']);

    Find following line ( download-manager/tpls/wpdm-all-downloads.php ) and add the above one just before it,

    $ext = isset($data['icon']) && $data['icon'] != ''?$data['icon']:$ext.".png";

    Please send temporary wp-admin login info, if you need help.

    Thanks.

    #45618

    rstream
    Member

    Hi,

    The ‘uploads’ page is blank. All that we see is the top menu with “All Items, Add New, Edit Profile and Logout”.

    We defined the upload page here:
    Downloads > Settings > Frontend > Frontend Uploader Page: /upload/

    This page doesn’t allow us to upload documents. Why is this page blank?

    Please advise on what could be causing this and how to fix.

    Thanks!

    #45545

    ngcreative
    Member
    This reply has been marked as private.
    #45413

    Shahjada
    Keymaster

    Yes, please create a dir named download-manager inside your active theme dir, download and unzip attached file ( wpdm-all-downloads.php ), and upload it to the dir you just created (  {your theme dir}/download-manager )

    #45397

    In reply to: Default templates


    Shahjada
    Keymaster

    To set default value you will need this add-on http://www.wpdownloadmanager.com/download/wpdm-default-values/

    You can use different short-code ( [wpdm_packages] ) for that with custom link template, but if you want it with all downloads short-code, it will require to edit code in that short-code template.

    You can show categories like this http://demo.wpdownloadmanager.com/wpdmpro/categories/ using this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/

    #45346

    mfd
    Member

    Here’s what doesn’t appear to be working:
    when i go to DOWNLOADS>SETTINGS>FRONTEND>TEMPLATE>and i pick call to action 3.

    Then when i use the shortcode button to insert, I get this:
    [wpdm_package id=5777 template="link-template-calltoaction3.php"]

    It’s not picking up the template number. Am I going to have to go in and change the short code by hand every single time I use it in a post?

    Hi folks,

    I want to include the ‘page-template-1col-flat.php’ into the translation process.

    So altered the template accordingly:

    <tr><td><?php echo __(‘Version’,’wpdmpro’); ?></td><td>[version]</td></tr>
    <tr><td><?php echo __(‘Download’,’wpdmpro’); ?></td><td>[download_count]</td></tr>
    <tr><td><?php echo __(‘Stock’,’wpdmpro’); ?></td><td>[quota]</td></tr>
    <tr><td><?php echo __(‘Total Files’,’wpdmpro’); ?></td><td>[file_count]</td></tr>
    <tr><td><?php echo __(‘Size’,’wpdmpro’); ?></td><td>[file_size]</td></tr>
    <tr><td><?php echo __(‘Create Date’,’wpdmpro’); ?></td><td>[create_date]</td></tr>
    <tr><td><?php echo __(‘Last Updated’,’wpdmpro’); ?></td><td>[update_date]</td></tr>

    I also made sure, that the translation variables are available in the po(t)/mo – files like:

    #: wpdm-functions.php:1602
    #: tpls/page-templates/page-template-1col-flat.php:12
    msgid “Version”
    msgstr “”


    #: tpls/page-templates/page-template-1col-flat.php:13
    #: wpdm-functions.php:226 wpdm-functions.php:234 wpdm-functions.php:239
    #: wpdm-functions.php:921 wpdm-functions.php:997
    msgid “Download”
    msgstr “Download”

    #: tpls/page-templates/page-template-1col-flat.php:14
    msgid “Stock”
    msgstr “Verfügbar”

    #: tpls/page-templates/page-template-1col-flat.php:15
    msgid “Total Files”
    msgstr “Anzahl der Dateien”

    #: widgets/class.PackageInfo.php:24
    #: tpls/page-templates/page-template-1col-flat.php:16
    msgid “Size”
    msgstr “”

    #: tpls/wpdm-all-downloads.php:85
    #: tpls/page-templates/page-template-1col-flat.php:17
    msgid “Create Date”
    msgstr “Erstelldatum”

    #: widgets/class.PackageInfo.php:23
    #: tpls/page-templates/page-template-1col-flat.php:18
    msgid “Last Updated”
    msgstr “”

    The Textdomain is also correct, otherwise the other translations would not be loaded.

    So, is there some possibility, that ‘page-template-1col-flat.php’ is excluded from the translation process?

    Or what am I doing wrong here?

    Thx for your help and Greetz,

    Hannes

    #45270

    oakleaf
    Member
    This reply has been marked as private.

    dshank
    Participant

    Hi there,

    I would like to do the following:

    1. Choose a user, and then see all files downloaded by that user for all time, regardless of date or month or time, and
    2. Choose a file and see which users downloaded that file for all time, regardless of date or month or time

    I see that if I go to my user list and click on the link next to each user called “download stats”, I am taken to the “Package vs date” tab, where I see just a list of files (without the grid on the right showing the download count). This is what I see:

    https://www.dropbox.com/s/hsw7f76pqrssrzg/Screenshot%202016-05-14%2013.10.34.png?dl=0

    And then if I click on the “Package vs User” tab, I am given the option to choose a specific date for which I can see packages and users, but I have to search day by day until I find download activity.

    If I then go back to the “Package vs Date” tab, I see a full list of files and a grid showing downloads (which wasn’t visible when clicking directly from the user list). It looks like this:

    https://www.dropbox.com/s/qpa3jkykan9ag57/Screenshot%202016-05-14%2013.25.50.png?dl=0

    Ultimately, none of these views is what I am looking for. I need to be able to choose a user, and see which files he or she has downloaded for all time (and Ideally the date each file was downloaded). I also need to be able to choose any file/package and see all the users who have downloaded that package, including the date it was downloaded.

    Can this be done, and if it is not standard behavior, can it be custom programmed?

    Thanks.


    onlineATwork
    Participant

    Hey, it worked because you used a download thats set to (Allow Acces = All visitors)
    My Cusotmer created that download and forgot to set the Access Rules.

    Please try the same link now!
    Try it as visitor and administrator.
    (login = see private Message)

    All downloads and the Preview need to bet visible for administrator and Editors.
    Visitors shouldn´t see the previe and should not be able to download the file.

    Thanks for helping me out!

    #45143

    Shahjada
    Keymaster

    Yes, even though it downloads instantly, it also send email with download link. However, we shall add option to enable/disable it with the next update of the plugin.

    #45133

    Shahjada
    Keymaster
    • You can use doc preview only for public downloads.
    • In this alternative way, for pdf, it is using embedded  pdf reader, in mobile it will require any pdf reader app.
    • For private download, use another page template

    It is great to hear that doc preview is working fine in your installation, yes, you simple need to reinstall wpdm pro to restore.

    #45061

    deez
    Member

    The demo preview works on my mobile ( http://demo.wpdownloadmanager.com/wpdmpro/download/blossom/ ) but not on my website – it again just automatically downloads the file on page load.

    Thanks for investigating further – I am curious to find out why there all these issues with the previews on my installation only. Could it be a server or php setting?

    #45058

    mediaversa
    Member

    Hi,

    We just installed the wpdownloadmanager pro plugin on a development environment and added some downloads.
    We chose email lock as a way to register visitors before they can download files.

    But when you click on the download btn, and the form pops out, it displays a double “name” field in the form.
    We installed the plugin and used only basic options to set up the page. Anyone any idea how i can remove or change the form fiels?

    Site: http://grafotec.verderdanonline.nl/downloads/

    Kind regards,
    Rob van der Pol
    Mediaversa

    #45051

    therrmann
    Member

    as it it is still not possible to edit the custom fields in the frontend, we have to let them into the backend (very bad solution).
    there everyone can see all downloads with earnings, price, stats, etc.
    How to disable this? i want them only to see their own stuff. just show downloads from the same author.
    And please don’t tell me it is not possible. because that makes no sense.

    #45048

    Hi there, is it possible to have two passwords in operation across all my packages.

    1 Password limiting the number of downloads, say maximum 5 downloads from our repository.

    The other password unlimited downloads from any of our packages with that password authorised.

    Please advise, we are about to upload a fairly large library of documents to our website and we want to try and get this as accurate as possible before the bulk upload.

    Thanks,

    Ben

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