Search Results for 'all+downloads'

Viewing 25 results - 2,401 through 2,425 (of 4,390 total)
  • Author
    Search Results
  • #90660

    In reply to: not all files showing

    Link: https://ramtaps.com.au/downloads2/
    short-code:
    [wpdm_all_packages items_per_page="20" jstable="1" order="ASC/DESC" cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download::155px"]

    issue: showing search on top but not showing all files (showing only 78 pages in pagination)

    =========================================================================================================

    Link: https://ramtaps.com.au/downloads1/
    short-code:
    [wpdm_all_packages items_per_page="20" order="ASC/DESC" cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download::155px"]

    issue: showing all files as (showing 176 pages in pagination) but not showing search on top

    purpose: I want both search on top and also show all files in pagination..i think when i am using jstable=”1″ in shortcode than the issue coming

    #90602

    Hello Thomas

    We have encountered an issue that occurs in https://ramtaps.com.au/downloads/ page. When we use the search box in the page then the half page button should be shown. If I remove the search box then the all pagination button is shown. I have added a screenshot of the two pages of download in ramtaps.com.au. please check the difference in that page.

    Please advise what the issue could be.

    #90571

    Shahriar
    Moderator

    Please try adding the following code before line no 217 in /download-manager/tpls4/wpdm-all-downloads.php. That might solve the issue.

    if( ! isset( $data['files'] ) ) $data['files'] = array();

    #90545

    Adam C
    Member

    I too am having this issue but only in certain environments (localhost XAMPP) and with the extended short code add-on with the table display using this [wpdm-all-packages items_per_page="50" jstable=1 order_by="title" order="ASC"]. I get on page displayed errors like this:

    Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\2\wp-content\plugins\download-manager\tpls4\wpdm-all-downloads.php on line 217

    Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\2\wp-content\plugins\download-manager\tpls4\wpdm-all-downloads.php on line 218

    Warning: array_shift() expects parameter 1 to be array, boolean given in C:\xampp\htdocs\2\wp-content\plugins\download-manager\tpls4\wpdm-all-downloads.php on line 220

    These warning messages precede the table which otherwise seems to work fine. Using the file tree shortcode does not cause this. Any thoughts are appreciated. Thanks.

    #90510

    Shahriar
    Moderator

    Use the category shortcode to show your packages by category. Please check the documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

    You have to set the order_by="title" and order="asc" to sort pacakges in ascending order ( A Z )

    To insert shortcodes easily please install the TinyMCE add-on https://www.wpdownloadmanager.com/download/advanced-tinymce-button/

    #90218

    In reply to: After Update Problems


    Michael K.
    Participant
    This reply has been marked as private.
    #90206

    In reply to: Create a simple table


    Shahriar
    Moderator

    Hi,

    You have to use all packages table to show your downloads in a tabular format as shown in the screenshot.

    Install the TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ). Using this add-on you can insert the table shortcode for selected categories and sub-categories.

    Send login info in private reply if you want me to set up a demo page.

    Thanks.

    #90197

    Shahriar
    Moderator

    Hi,

    It is not possible to control this option globally because each view has its own template and query. For example, all packages table has its own template which is different than the category shortcode template.

    But you can control the order from the shortcode. Each shortcode has a parameter for sorting. Utilize it to alphabetically sort your packages.

    Did you check the Archive Page add-on? Using this add-on you can display all your downloads from one place with search, filters options. Please check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

    Thanks.

    #90171

    In reply to: Download Statistics


    Huw Nicholls
    Member
    This reply has been marked as private.
    #90149

    Noomia SPRL
    Member

    Hello !

    I have a feature that I need to implement but I don’t know if this is something easily doable with one of your add-on.
    I need to add a checkbox next to each download in the listing to allow visitors to select multiple downloads and let them download them all with one “Download all checked” button.

    Is that possible ?

    Thank you !


    Shahriar
    Moderator

    Download Manager Frontend Uploader page requires the Bootstrap JS. But in your installation it was inactive. Everything works now after activating Bootstrap JS ( Downloads Settings Basic Misc Settings ).

    #90105

    Shahriar
    Moderator

    Hi,

    You have to create a custom template file for all downloads table to keep the changes even after the plugin update. Here is how you can do that,

    1 ) Copy the /download-manager/tpls/wpdm-all-downloads.php file.

    2 ) Place it in /active-theme/download-manager/ directory.

    3 ) Replace echo $download_link; with echo "<a target="_blank" href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Download</a>"; in line no 355

    That should open the links in new tab.

    Thanks.

    #89963

    Srivishnu
    Participant

    I cannot find the below setting:

    Downloads > Settings > Frontend

    Do I need to install any addon to be able to see ‘Frontend’ option under setting?

    Please refer to the attached image.

    #89810

    Shahriar
    Moderator

    You can update the plugin from your plugins page if are logged in to your WPDM account from Downloads Settings Updates page.

    Or you can follow this approach to update the plugin,

    1 ) Deactivate and delete the old version. You won’t lose any data.

    2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

    3 ) Install the latest version.

    Thanks.

    #89807

    Shahriar
    Moderator

    1 ) Remove the ‘All Visitors’ from Allow Access option of the package N
    2 ) Set user A in Select Members option of the package N
    3 ) Generate the share URL from All downloads admin page.

    Are you always using the Select Members option? In that case, a page with [wpdm_my_downloads] shortcode will list all downloads user have access to.

    #89804

    In reply to: Multilevel download


    Shahriar
    Moderator

    Hi,

    So, you want to filter your packages using various levels.

    I think Archive Page ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ) sidebar view is what you need. You can create categories and sub-categories to define your levels. Then Archive Page sidebar view allows you to get downloads from a specific level using step by step filter.

    You can check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar/

    https://www.evernote.com/l/AUdYJLvCojpNSZ8i-1jM39yCnK-rKTnMeOEB/image.png

    Thanks.

    #89793

    Shahriar
    Moderator

    Default Values does work with frontend uploader. Just add the patch I sent in the previous reply or send login info in private reply. I will do it for you.

    1 ) Requires customization. Could be done using user_register hook https://codex.wordpress.org/Plugin_API/Action_Reference/user_register
    2 ) Not possible but you can use the file manager to upload files in a directory of your choice and then attach the file using browse tab in Attach File meta box.
    3 ) As I mentioned above this is in our to-do list to send an email link to set the password.
    4 ) Noted for implementation.
    5 ) Will be added this in next version
    6 ) You can add custom fields in the sign-up form using Advanced Custom Fields add-on https://www.wpdownloadmanager.com/download/advanced-custom-fields/
    7 ) Sorry, Not clear. Do you want to show user profile URLs for all users? It is possible with custom code.
    8 ) File Manager is embedded with Frontend Uploader page as well as admin sub-menu in the Downloads menu.

    #89741

    GIOVANNI AMERIGHI
    Participant

    Traduction by google:
    Hello. I bought this plugin because I thought I understood that it allowed to create multilevel downloads.
    Let me explain: I have to create a page containing documents relating to two or more events. I should therefore be able to see two clickable links which, each one, brings me to a further page where you can find clickable links (event topics) which lead me to download the relevant files.
    example:
    1st level = (event 1) – (event 2)
    by clicking on event 1 I should go to the next level. Then:
    2nd level = (event1argument1 – event1argument2 – Event1argument3)
    By clicking on argument1 I should go to the next level where the relative files to download should be present. Then
    3rd level = argument1file1 – argument1file2 …

    How should I do?
    Thank you

    #89736

    We have been running our WP blog on a new server for several weeks. All is stable, but no new downloads can be created. When I want to save the new download this messag appears

    Fatal error: Uncaught Error: Call to undefined function WPDM\admin\menus\wpdm_check_license() in /home/tefuetqm/htdocs/gs/wp-content/plugins/download-manager/admin/menus/class.Packages.php:33 Stack trace: #0 /home/tefuetqm/htdocs/gs/wp-includes/class-wp-hook.php(288): WPDM\admin\menus\Packages->savePackage(30694) #1 /home/tefuetqm/htdocs/gs/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/tefuetqm/htdocs/gs/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/tefuetqm/htdocs/gs/wp-includes/post.php(3673): do_action(‘save_post’, 30694, Object(WP_Post), true) #4 /home/tefuetqm/htdocs/gs/wp-includes/post.php(3746): wp_insert_post(Array, false) #5 /home/tefuetqm/htdocs/gs/wp-admin/includes/post.php(377): wp_update_post(Array) #6 /home/tefuetqm/htdocs/gs/wp-admin/post.php(194): edit_post() #7 {main} thrown in /home/tefuetqm/htdocs/gs/wp-content/plugins/download-manager/admin/menus/class.Packages.php on line 33

    Best regards

    rainer

    #89615

    In reply to: Export Import Details


    Shahriar
    Moderator

    WPDM doesn’t have its own export feature yet. But looks like the export CSV option that generates an importable CSV will come in handy in use cases like yours. We have added this in our to do list.

    By the way, how did you initially create your downloads? If you bulk imported downloads don’t you have the CSV file that you can edit to update the packages?


    qstiegler
    Participant

    Okay this completely confuses me:

    On my page I have a Download area. This Download area I made with the “WPDM – Archive Page” Extension. All downloads in this area are public available.

    Now I wanna add some more Files which I do not see on the Download area. Instead I want them to just be available by manually generated links which I send by Email to the customers. How can I make that?

    Additionally I just updated to Version 4.7.9 of WPDM and now when I try to generate a download link I get the following Error “Error! Unauthorized Access” instead of the link in the field. Is there maybe a bug in the newest version?

    #89548

    Hi,

    First of all thanks for your great work!

    By the way I don’t get any password via email after registration (verifyemail=true).
    Second point, the email received with username and login link propose https://xxx.com/wp-login.php. I need to put another page for login. how can I do this?
    About wpdm_my_downloads shortcode, how can I personalize data table as with wpdm_all_packages (cols, colheads, etc….)
    On logout I need users to back to a page other than /wp-login.php. How can do this?
    Last, can I override plugin files in childtheme ?

    I’m in a hurry on this project, could please take some time asap to answer? Many thanks,

    Best regards !

    #89492

    Shahriar
    Moderator

    Hi,

    You can define the width of columns using colheads parameter. This controls the width partially not 100% because based on row content table forces it’s own style. But you can give it a try.

    Please check the related documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/

    All packages table icons are based on the attached file types. It does not take the icon from settings. But you can use a custom template for /download-manager/tpls/wpdm-all-downloads.php file to use the icon from package settings. Template file doc https://www.wpdownloadmanager.com/doc/template-files/

    Thanks.

    Hi guys.

    Thanks for this great plugin, I need support for:

    I´m trying to translate some strings (can’t find in .po files) specifically the page of “My Downloads” both the title and the content of that page.

    I can tell you that I have been able to locate two strings that are not in the .po file and are “Logout” and the text to change the password “Please, enter your username or e-mail address..” in Tpls directory.

    Is posible to locate this strings and translate manually in the short-term?? As far as I can see they have not been correctly included in the .po file and for future updates it would be interesting if they were correctly reflected.

    Thank you in advance

    Cheers ; – )

    #89319

    Shahriar
    Moderator

    Hi,

    You can deactivate and delete the Premium Package add-on to remove pricing features.

    To make the downloads title more readable in all packages page please hide some columns. You can do that from Screen Options.

    https://www.evernote.com/l/AUc4zjMcuPVAhIf9M5Ve-MNiQO7KjAeRaloB/image.png

    Thanks.

Viewing 25 results - 2,401 through 2,425 (of 4,390 total)