Search Results for 'download link'

Viewing 25 results - 6,626 through 6,650 (of 9,382 total)
  • Author
    Search Results
  • #49073

    Shahriar
    Moderator

    Hi,

    You need to create a custom link template to use these review template tags. Clone any existing template and use these review tag there. Custom link templates helps you to create a custom layout for your package view in frontend.

    After creating the custom link template use it when inserting a package somewhere in your site. Read details about custom link template here

    #49067

    Shahriar
    Moderator

    Hi, It is not possible to change single file download links ( Generated by [flie_list] tag). But you can submit whole package download link (main download button link ) which will be a plain url without any encrypted part.

    #49066

    Shahriar
    Moderator

    Just downloaded a file from your link. Has the issue been resolved?

    #49060

    Shahriar
    Moderator

    1. Try following code,

    <a href="<?php echo $pack[‘download_url’]; ?>"> target="_blank">Download</a>

    instead of, <?php echo $pack[‘download_link’]; ?>

    But you might lose some styles, because it is not designed for Crypton.

    2. elated posts are shown based on tags

    3. Customization required.

    4. Noted for next update.

    #49059

    In reply to: Yaost custom field


    Shahriar
    Moderator

    Check following screenshot. It shows where your values are being saved. Using Advanced Custom Field you can add field groups which can used in link/page templates to show in custom data in frontend.

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

    What you have shown in your screenshot, that custom field is created by Yoast seo plugin. To bulk import that kind of third party custom fields you need Advanced CSV Importer plugin, It has Field Mapping option. Which allows you to set value to any custom field.

    Field mapping using Advanced CSV Impoter,

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


    Rizonesoft
    Member

    I’m attempting to submit my downloads to software download sites. The download link generated by Download Manager Pro is not accepted by these download sites. It looks like it is encrypted currently. For example: I need it to be something like; http://www.rizonesoft.com/download/notepad3/?wpdmdl=1251&ind=Notepad3.exe

    I do not need the link on the site to change, just the one I submit to the download sites.

    Please Help!

    #49030

    Shahriar
    Moderator

    Hi,

    Thanks for reporting the issue. This code adds custom link templates (created from Downloads Templates page ) to the list. But there is missing condition, loop runs even when there is no custom templates and that’s point of php error origin.

    However, we will add patch in next update to fix it.

    #49022

    Chris
    Member
    This reply has been marked as private.
    #49005

    pasqualino77
    Member

    1) Targhet blan for download

    I try to edit single-wpdmpro

    <div class=”pull-right qdl”>
    <?php echo $pack[‘download_link’]; ?>
    </div>

    But i can’t set targhet blank

    2) Related download don’t work

    For ex http://basikaraokegratis.com/download/adriano-celentano-yuppi-du-midi/

    Artist are Adriano celentano but related download are bruno martino

    http://basikaraokegratis.com/download/bobby-solo-non-si-cresce-mai-ft-little-tony-midi/

    Related bruno martino

    New file: http://basikaraokegratis.com/download/eros-ramazzotti-fuoco-nel-fuoco-midi/

    no related download

    3 Change home

    are possible have a right sidebar?

    I want show only tilte, are possible? (see image)


    immllc
    Participant

    I believe I have identified a bug of long standing in the WPDM Directory add-on (aka the wpdm-archive-page plugin) code. I have a local development copy of a site that uses WordPress Download Manager Pro plus several add-on plugins, including WPDM Directory. The site root is set up in PhpStorm as the project root because I am also doing feature updates to a couple of custom plugins. One of the other uses of this site, and what I have been concentrating on first, was to get the version of WPDM Pro updated from the old (and hacked by a previous developer) WPDM Pro version 4.2.2 up to the current release plus update the installed WPDM Pro add-ons that are equally out of date.

    In the course of testing the WPDM updates, I came across the bug in question. It was triggered by going to the WPDM Pro settings page in the back end. I always keep tabs on the error_log files, especially when updating plugins, in case something is not working properly – aside from it being a good practice – and found the following warning and call stack:

    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in /home/xxxxxx/public_html/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 590, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP Stack trace:, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 1. {main}() /home/xxxxxx/public_html/wp-admin/edit.php:0, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 2. require_once() /home/xxxxxx/public_html/wp-admin/edit.php:10, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 3. do_action() /home/xxxxxx/public_html/wp-admin/admin.php:222, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 4. call_user_func_array:{/home/xxxxxx/public_html/wp-includes/plugin.php:524}() /home/xxxxxx/public_html/wp-includes/plugin.php:524, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 5. WPDM\\admin\\menus\\Settings->UI() /home/xxxxxx/public_html/wp-includes/plugin.php:524, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 6. include() /home/xxxxxx/public_html/wp-content/plugins/download-manager/admin/menus/class.Settings.php:37, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 7. call_user_func:{/home/xxxxxx/public_html/wp-content/plugins/download-manager/admin/tpls/settings.php:26}() /home/xxxxxx/public_html/wp-content/plugins/download-manager/admin/tpls/settings.php:26, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 8. WPDM\\admin\\menus\\Settings->Basic() /home/xxxxxx/public_html/wp-content/plugins/download-manager/admin/tpls/settings.php:26, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 9. include() /home/xxxxxx/public_html/wp-content/plugins/download-manager/admin/menus/class.Settings.php:126, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 10. do_action() /home/xxxxxx/public_html/wp-content/plugins/download-manager/admin/tpls/settings/basic.php:341, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 11. call_user_func_array:{/home/xxxxxx/public_html/wp-includes/plugin.php:524}() /home/xxxxxx/public_html/wp-includes/plugin.php:524, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1
    2016-09-08 17:03:03 192.168.22.196 mod_fcgid: stderr: PHP 12. WPDM_ArchivePage->LinkTemplateOption() /home/xxxxxx/public_html/wp-includes/plugin.php:524, referer: http://xxxxxxxx.xxx/wp-admin/?sucuriscan_lastlogin=1

    The above has been redacted.

    Looking at line 590 ad a couple of lines prior, in the wpdm-archive-page.php, one finds the following code:

    
    $templates = unserialize(get_option("_fm_link_templates",true));
    
    foreach($templates as $id►$template) {...
    

    A search of the options table turns up nothing for that option. I tried forcing an update in the WPDM settings panel by changing the select list value from Default and saving, still no option. I ran a scan of all of the site files and there are calls to get_option, but never any update_option or add_option call.
    The only problem is, the option table value: _fm_link_templates.

    The version of the add-on is the latest, 2.8.3. Since I still have a staging site that is a copy of the live site, I checked there. The add-on version on the staging and live sites is 2.4.2. Scanning the error logs for those sites shows the same bug was indeed present at least as far back as that version of the WPDM Directory plugin. A different line number of course, but the same code fragment.

    #48996

    Shahriar
    Moderator

    Download Link e-mails are sent if you activate email lock. You can use Advanced Custom Fields addon to add extra fields to email lock form.

    But Form Lock does not have relation with email lock. So, it is not really depends on form lock whether mail is sent to user after form submission.

    #48971

    In reply to: Unlink Title Package


    Shahriar
    Moderator

    Use custom Link Template. Do not use [page_url] tag, then there will be no link to details page. You can clone any link template and reove [page_url] from it.

    #48963

    In reply to: Sort Download filename


    Shahriar
    Moderator

    Please send me a download link to check.

    #48960

    Thank you Shahriar. And the subscriber will still receive an email with the download link via the E-Mail Lock add-on?

    #48939

    Jass
    Spectator

    Please provide us the url indicating the issue. However, it seems its theme which is creating the Feature downloads heading.
    Or would you mind providing us with login credentials so we can take a closer look? Your site seems to be on Under Construction Mode. To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you

    #48900

    I am using the Pro version on a Multisite install on localhost, activated on one site only.

    If I load the Frontend page (created without a parent) using the shortcode [wpdm_frontend] in a normal WP page, it loads OK and shows existing uploaded files in a list.

    – When I click the download icon it correctly takes me to the file and its meta-info

    – But when I click the Edit Package icon though I get a 404 error at this URL:
    http://localhost/folder_name/site_name/docs-upload/edit-package/401/

    /folder_name/ is a replacement for what I actually call the folder it is installed in.
    /site_name/ is a replacement for the Site Name
    ‘docs_upload’ is what the page name is where I have used the shortcode.
    I have correctly set the page name in the Admin section for ‘Frontend Uploader Page’

    I’ve tried emptying the cache in Safari and I have tried logging in in Chrome as well, same issue.

    Thanks.

    #48860

    Chris
    Member
    This reply has been marked as private.

    Shahriar
    Moderator

    Do you have [download_link] template tag in your custom template? Access denied message will be shown only if you have this in your template.

    #48852

    Shahriar
    Moderator

    No, it is not possible. There are some security/restriction issue related to this quick download link. masterkey in the download link is required for this.

    #48850

    ravenswood
    Member
    This reply has been marked as private.
    #48848

    Yes, i found it.
    But I have this link:
    http://www.softpi.com/download/gancia-una_storia-successo/?wpdmdl=7184&masterkey=57c705dfdf657

    it’s possible to obtain an url like this:
    http://www.softpi.com/download/gancia-una_storia-successo.pdf

    Thanks milion
    Best regards.
    Giacomo.

    #48814

    Shahriar
    Moderator

    Hi,

    You can get direct download link from All Packages page. Please check following screenshot, it shows where you will find direct download url,

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

    Thanks.

    Hi,

    If I create a page and enter the short code [wpdf_frontend] I get to see the upload page and, if I click ‘Add New’, I get to a page that allows me to upload a file.

    If however I code a php template file to be used for the page and use the code do_shortcode(‘[wpdm_frontend]‘) … the ‘Add New’ link returns a 404 error.

    Closest link I found was here but it hasn’t solved things:

    How to upload files to the Front End File Hosting

    Thanks.

    Hi,

    Currently I have the Download Manager Pro set up. I have the login page working properly, however I do not want people to register themselves. I have set up a live form (from you guys) and have all the required fields I want a person to register. My issue is though, how do I set the link of the page where I have the live form as my registration link, than the form already provided.

    So I have set up the correct page but it says registrations are disabled. I am assuming this is because I have set my wordpress to not allow people to register themselves. My question is, can we add a link or code to your registration page to go to the form we want.

    Alternatively, if this is not allowed, how do we disable the register tab?

    The link I want people to register at is http://www.policiesrus.com.au/client-registration/ and the client login is http://www.policiesrus.com.au/client-log-in/

    Regards,

    Phillip


    Jass
    Spectator

    Hi,
    Sorry, its not clear why you want to change the link. Rather than, you assign the download files in one category and use short-codes to show all the versions of that specific file type.
    I wish, I could help you.

    p.s. it not possible to change the download link.
    Thank you

Viewing 25 results - 6,626 through 6,650 (of 9,382 total)