-
AuthorSearch Results
-
Jun 10, 2024 at 9:00 am #196254
Elvis BearziParticipantSorry for my late reply.
Basically, the Python script I created correctly uploads the files using your API. However, when I click on “Generate download URL”, this is the address that comes out:
https://mywebsite/?wpdmdl=7053&masterkeyAs you can see, the masterkey is missing.
Then I have to go into the download, click update, and magically the masterkey is generated, and it correctly generates the link:
I need the masterkey to be generated immediately when I upload the file via the API.
Jun 7, 2024 at 5:21 pm #196187In reply to: View count not accurate
ShahjadaKeymasterHi,
View count triggers when someone views the page, however, view count may skip due to browser or page cache or someone access download link directly.Jun 7, 2024 at 11:49 am #196176In reply to: Open a document in new tab
Nayeem RiddhiModeratorPlease check now, I have adjusted code with
target="_blank"forpage_linkand backup the code file from youractive-theme/download-manager/all-packages-shortcode.phpfile. Please check here, https://www.actuarialsociety.org.za/ts/?page_id=24740, if it is working properly. Please check and let me know.Thank you and regards
Jun 7, 2024 at 9:33 am #196168In reply to: need full demo data for import
morganParticipantThis reply has been marked as private.Jun 4, 2024 at 4:51 pm #196113In reply to: Customization status
welswebmasterParticipantThis reply has been marked as private.Jun 4, 2024 at 3:11 pm #196108
Thomas GerberParticipantThis reply has been marked as private.Jun 4, 2024 at 1:48 pm #196101In reply to: Start a online stock image site!
Nayeem RiddhiModeratorIf you want to hide any section of download packages, you can edit the package related link/page templates. please check and let me know.
Thank you and regards
Jun 4, 2024 at 12:00 pm #196096In reply to: Display packages in a tabular layout
Varinder SinghParticipantI am not able to under stand this.
I created a directory download-manager under the theme (do I need to make in child theme or main)
Created two sub-folders: page-template & link-template under defult-theme/download-manager
Uploaded my link template (which I had made) into the above folder (under link-template.
Am I correct.
After this , what needs to be done
Jun 4, 2024 at 11:01 am #196092In reply to: Display packages in a tabular layout
TahasinModeratorKindly follow these steps:
1. Copy page-templates or link-templates directory from
/plugins/download-manager/src/package/viewsdirectory to your active theme directory.
2. Make a new directory as download-manager on your active theme directory.
3. Now remove all files from{active-theme}/download-manager/page-templates or link-templatesexcept the template files you need to update.
4. Update/copy template file(s) in{active-theme}/download-manager/page-templates or link-templatedirectory as per your need.Jun 4, 2024 at 10:43 am #196090In reply to: Display packages in a tabular layout
Varinder SinghParticipantI created a Page Link Template and uploaded it to the folder where other page templates were there. Now after I updated Download Manager, the template has vanished.
Where should I upload my template so that even after the update it still remainsJun 3, 2024 at 2:13 pm #196065
Thomas GerberParticipantThis reply has been marked as private.Jun 3, 2024 at 12:38 pm #196060
Thomas GerberParticipantWith the recent update, enabling the “Flat Download Link” option results in “Access Denied” messages presented to users who are authorized to download package contents. Disabling the “Flat Download Link” options resolves the issue. Please fix this, as I would like to use the Flat Download Link option.
Jun 3, 2024 at 12:16 pm #196059
Thomas GerberParticipantThis reply has been marked as private.Jun 3, 2024 at 8:15 am #196044In reply to: How to translate download_link in link template?
Nayeem RiddhiModeratorPlease try this
<a href="[download_url]" data-package='[ID]' class="wpdm-download-link wpdm-download-locked btn btn-primary"> Download </a>. Please check and let me know if it works for you.Thank you and kind regards
Jun 3, 2024 at 7:10 am #196043In reply to: How to translate download_link in link template?
abceuropeParticipantHello Nayeem,
Unfortunately, that solution is not compatible with the lock options (we ask for check terms and conditions in the popup after clicking on “download”). The popup is not opening anymore.
Could you please provide another solution to not translate the text of the [download_link] and which works with the lock options?
Christian
Jun 2, 2024 at 11:48 am #196037
Thomas GerberParticipantThis reply has been marked as private.Jun 1, 2024 at 3:07 pm #196019In reply to: How do I see all downloads assigned to a User?
79DESIGNParticipantThe slight problem is, when someone logs in to handle all the uploads for the users, they go to the backend. Thre is no backend screen that shows all the Packages/Downloads, assigned to each user.
From what you are sayingw e need to create a link in a custom menu, that goes to a page using your Shortcode.
What exact shortcode do we need on a page, that will show ALL download Packages, and then be able to filter by user? (or search by user)?
” And for your requirement you may trying from Downloads > All Packages section there will be a dropdown where anyone login or the administrator can filter packages by Author. Please check and let me know.” This won’t help. As this is for example, things that I personall yhave uploaded. I want to know ANYONE has uploaded and assigned to a particular member.
Simon
Jun 1, 2024 at 2:06 pm #196018In reply to: Display packages in a tabular layout
TahasinModeratorHello, Varinder
I hope you are doing well and thanks for writing to us.
Unfortunately, exactly the same table is not possible in Download Manager. Kindly pay a visit to our demo site for alternatives, here is the link
Regards
May 31, 2024 at 1:41 pm #196002
Thomas GerberParticipantThis reply has been marked as private.May 31, 2024 at 10:55 am #195995
Thomas GerberParticipantThis reply has been marked as private.May 30, 2024 at 4:08 pm #195982
Thomas GerberParticipantThis reply has been marked as private.May 30, 2024 at 3:52 pm #195980In reply to: How to translate download_link in link template?
Nayeem RiddhiModeratorIf you are facing an issue with the download label you can use this
<a href="[download_url]" class="btn btn-primary">Download</a>instead of[download_link]template tag in your link/page template. please check and let me know, if it works for you.Thank you and regards
May 30, 2024 at 3:01 pm #195978
Thomas GerberParticipantThis reply has been marked as private.May 29, 2024 at 2:46 pm #195950In reply to: How to translate download_link in link template?
Nayeem RiddhiModeratorHello Christian,
Hope you are well. And thanks for writing to us. It is not a translatable string or text, it is a template tag for creating download links of the packages. I hope you have understood. please check and let me know, if you have any more queries.
Thank you and regards
May 29, 2024 at 2:17 pm #195949Topic: How to translate download_link in link template?
in forum Download Manager Pro
abceuropeParticipantHello,
how can I change the translation of the download_link in a link template? See have a look at this screenshot for clarification: https://imgur.com/a/Om7S6cg
Since it is not a string, I cannot find it in WPML or/and Loco Translate.
Best regards,
Christian -
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
With the recent update, enabling the “Flat Download Link” option results in “Access Denied” messages presented to users who are authorized to download package contents. Disabling the “Flat Download Link” options resolves the issue. Please fix this, as I would like to use the Flat Download Link option.
Hello,
how can I change the translation of the download_link in a link template? See have a look at this screenshot for clarification: https://imgur.com/a/Om7S6cg
Since it is not a string, I cannot find it in WPML or/and Loco Translate.
Best regards,
Christian