Search Results for 'download link'

Viewing 25 results - 8,851 through 8,875 (of 9,393 total)
  • Author
    Search Results
  • #9230

    I’ve yet explained *where* that unuseful (or i must say “destructive”?!?) link is visible. In the message above. Pls read it.

    For better explanation i attach an image. Pls, view it. The test link is http://www.cashmatic.it/file/brochure-mschange/

    #9222

    Rolf
    Member

    I think the issue is located in function getlink() in functions.php, but I’m not sure.

    The URL is: http://nmf-group.com/producten/afdichtingen/roterend/lipafdichtingen
    The button is located below the first paragraph (green button with text ‘download catalogus’).

    #9215

    markla
    Member

    I keep getting emails from readers, telling me that they can’t download files. When they click on “Like” it takes them to a page asking them to leave a comment but nothing happens.
    I tested email lock but on entering the email address and name it redirected me to a blank error page to say the download link has been emailed.
    How do I change the email template it sends?
    How do I set it to only accept verified email addresses? My list is full of false emails and that’s why I am only using the facebook like at the moment?

    #9207

    Shahjada
    Keymaster

    that will require lots to changes.

    #9204

    In reply to: some problems


    Shahjada
    Keymaster

    sorry, actually previous and text text is in .js/jquery.dataTables.js, any to change the text, please open wpdm-all-downloads.php

    replace ( line# 142 ~ 145 ) :

     var dtable = jQuery('#wpdmmydls').dataTable( {
                        "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p  ",
                        "sPaginationType": "bootstrap"
                    } );
    

    with:

    var dtable = jQuery('#wpdmmydls').dataTable( {
                        "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p  ",
                        "sPaginationType": "bootstrap",
                        "oLanguage": {
                                "oPaginate": {
                                    "sFirst": "First page", // This is the link to the first page
                                    "sPrevious": "Previous page", // This is the link to the previous page
                                    "sNext": "Next page", // This is the link to the next page
                                    "sLast": "Last page" // This is the link to the last page
                                }
                            }
                    } );
    

    and for this: http://demo.wpdownloadmanager.com/wpdmpro/
    you will need wpdm directory add-on ( http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ).

    #9176

    Can i have an answer, please? What the hell is the link /wpdmpro/wpdmpro/ ?????
    Viewing at any single downloadsource code, i can view that the /wpdmpro/wpdmpro/ link is in the meta property=”og:url” content, and this is a bad thing.

    Why? What’s this link? Why?

    Please, you’re invited to answer at your PAYING customers…

    #9174

    Every download i’ve created has a URL like this: http://www.cashmatic.it/?wpdmdl=3

    But i don’t like that “wpdmdl=3” and i’de like to change with some other, like the real filename or my preferred word, like “getfile=3”


    earthsite
    Member

    The download manager was working well for my client for many months, then yesterday they reported all package download pages showing a 404 error.

    Here is a link to the downloads page and you can test individual download details pages: http://www.redwoodhill.com/download-center/

    How should I problem solve this issue?

    I’m running Version 3.3.8 and WordPress 3.6.1.

    #9161

    doubrovski
    Member

    Ok, i decided to delete the download page (i dont really need) :
    So i changed :
    'publicly_queryable' ► false, in functions.php
    I changed my link template : [page_link] by [title]
    And i deleted all the wpdm entries in the wordpress “post” table (because there was always the wpdm results in the blog research ).

    Is there any other things to delete ? the download page is really deleted ?

    Now i wonder how to delete de wpdmrss page ? because it is a list of 404 errors…

    #9140

    Shahjada
    Keymaster

    1) yes, you simply need to create a new link template using [icon] [title] and [download_link], if you skip [page_link] tag from link template, detailed page will be off, more details: http://wpdownloadmanager.com/docs/integrated-templates/
    2) same as #1, if you skip [download_count] tag from link template, then the download count will be hidden from front-end.

    #9127

    Only one thing: for testing, yesteray i0ve modified my downloadpage slug, that now is /downloadpage and that its not linked in the menu

    So, the menu points to /downloads, that is the WPDMPro slug. The “real” download page, with archive page plugin, is /downloadpage and you have to type the address manually.

    Thanks

    #9125

    In reply to: Category Pagination


    iainkerr01
    Member

    Here’s a temporary solution which I have been using, but remember, you will have to make this change after every update of this Plugin. Hope it helps.

    To change the default Page Break on Download Manager from 10 to (say) 15

    Editing download-manager/download-manager.php (active)

    In Plugins – Installed Plugins,
    Click on ‘Download Manager – Edit

    Scroll down to this function.

    function wpdm_embed_category($id){
    global $wpdb, $current_user, $post, $wp_query;
    $postlink = get_permalink($post->ID);
    get_currentuserinfo();

    $user = new WP_User(null);
    $categories = maybe_unserialize(get_option(“_fm_categories”,true));
    $category = $categories[$id];
    $total = $wpdb->get_var(“select count(*) from ahm_files where category like ‘%\”$id\”%'”);

    $item_per_page = 15; Default was 10 items($total);
    $pag->limit($item_per_page);
    $pag->currentPage($page);

    #9118

    In reply to: some problems


    yoshi
    Participant

    Thank you!

    Unfortunately, there is now below two superfluous character list and I would like to know in which file (that line) I can “Previous” and “Next” translated into German.
    http://www.tanzforum-dessau.de/service-tanzforum-dessau/downloads/

    I have installed the module “costum fields”. It causes an error message every time the download page. This message is then on each page where a download link is involved. Writes the message before the text of a page. Two links are involved, the message appears twice.

    Warning: Invalid argument supplied for foreach() in /www/htdocs/w00bf97e/tanzforum/wp-content/plugins/wpdm-custom-fields/wpdm-custom-fields.php on line 56

    I had to disable the module.

    I have also always in the back a message at the bottom of the page:

    Warning: [function.file-put-contents]: failed to open stream: Permission denied in / www/htdocs/w00bf97e/tanzforum/wp-content/plugins/download-manager/wpdm.php on line 768

    #9115

    elkcreative
    Member

    OK, thanks. Looking forward to the update.

    #9111

    Shahjada
    Keymaster

    wp regular search widget will not work here, but form next update wpdm pro moving to custom post type and then you will be able to use regular search box to search package.

    #9081

    elkcreative
    Member

    I’m just setting up some resource files as can be seen here: http://medicarelocal.elkhosting.com.au/resources/

    If I click one of the files it take me to a page like this with the download on it eg:
    http://medicarelocal.elkhosting.com.au/download/agedcare-personal-alert-rebate-scheme/

    When I search for something and find the search result I want I get a page without the download link eg:
    http://medicarelocal.elkhosting.com.au/wpdmpro/agedcare-personal-alert-rebate-scheme/

    I notice that the one works for me has /downloads/ in its url, where as the other has /wpdmpro/

    Anyway I can force the search results to do what I want?


    Shahjada
    Keymaster

    please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue

    #9050

    Unigroove
    Member

    Hi,

    I’m running WordPress 3.6.1 and WP Download manager Pro. I created a package to download a PDF file. That works fine when Email Lock is not checked on. If I check Email Lock, nothing happens when the download icon is clicked. Link to page: http://www.pinball-magazine.com/?wpdmpro=wpdmpro&download=pinball-magazine-no-2-sampler

    Hope this can be solved soon 🙂

    #9042

    I’m developing a website that now is on http://cash.cashmatic.it (but tomorrow night it will be on http://www.cashmatic.it)

    I’ve installed WPDMPro and i’ve set in the Preferences “downloads” as WPDM Category URL Base
    Next i’ve created a custom link in my menu that points to “/downloads/”
    But when i click on Download menu, i obtain this page: http://cash.cashmatic.it/wpdmpro/wpdmpro/

    I’ve created some packages and some categories (ie: http://cash.cashmatic.it/downloads/brochures/ ) but in the download pag i obtain only that unknow wpdmpro package 🙁

    Where’s the mistake?
    Please help

    The category names were there originally, but they are gone now, even from the categories page. See attached image.

    What I did before this happened was this: I tried to change the file link template for ALL of my categories at once by following the instructions posted here: http://www.wpdownloadmanager.com/support/topic/how-i-can-change-all-categories-link-template-by-sql/#post-7556
    I did this because by upgrading to pro from free all of the download links lost the icons that I had selected for each download package. I wanted a way to change the link template of all categories so that I wouldn’t have to change the link template one category at a time.

    Now, all of my categories have the same link template, but all of their names are gone!

    This is getting worse by the minute! I am losing hours and hours of work that I will have to do over again.

    #8995

    Shahjada
    Keymaster

    yes, noted for future implementation


    derek520
    Member

    This is a two-fold question:

    – I’ve tried to put a lock on one of my documents using the Email Lock. When i update and refresh i click on the ‘download’ button, only for it to bring up a download box asking me to save a file called ‘invalid link’, which is a text file.

    What am i doing wrong?

    – I’ve used the shortcode [wpdm-all-packages] which works ok – what i want to do is replace the image (that represents the document type) with a thumbnail of the image i upload as the Preview Image…it will obviously need to be resized to fit the table too. Is this possible and where would i need to amend the code to make this happen?

    #8972

    Wim
    Member

    That is a shame when this should be regarded as a basic option!!

    It is common sence for any webmaster to keep visitors on its own site. Having no option to open downloads in a blanc window, is regarded bad practice. Will this option be available somewhere down the line?

    #8955

    Shahjada
    Keymaster

    it should work fine with category short-code, but only for [wpdm-all-downloads] short-code it shows blocked message rather then hiding package completely.

    #8954

    In reply to: Simple Link URL


    Shahjada
    Keymaster

    Create a link template like this:

    <a href="[download_url]">[title]</a> [version] [create_date]
Viewing 25 results - 8,851 through 8,875 (of 9,393 total)