Hi,
I need an advanced search: by date, category etc.
Is there a specific addon?
Please let me know asap, thanks.
Giulia
Hello, Giulia
I hope you are doing well and thanks for reaching out.
You can filter packages by update/publish date, and category. Kindy check our directory add-on
Hi, yes, I’ve bought it.
I have a question: I would like to show the publishing date of each download.
I have the following shortcode:
[wpdm_all_packages thumb=1 items_per_page="10" jstable=1 order_by="page_link" order="ASC" cols="page_link,package_size,location|categories|publish_date|download_link"]
But the date has not been shown.
Please let me know asap, thanks
Giulia
I mean I need the advanced search and, as in the flat style, also a column with the date of the document.
Please let me know asap, thanks
What about the pro version? There’s no date control even in the Pro version?
kindly use this shortcode to show the publish date
[wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="slug1,slug2,.." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|publish Date|Download::155px"]
This will be the final result,screenshot
Kindly check and let me know, if this aligns with your requirements.
That would be fine but I bought the WPDM Directory Add-on to have the advanced search also.
I would need the advanced search and the list of documents with their publication date.
Please let me know asap, thanks
yes, please!
Then you have to modify the link template with the following code,
<div class="link-template-default card mb-2">
<div class="card-body">
<div class="media">
<div class="mr-3 img-48">[icon]</div>
<div class="media-body">
<h3 class="package-title">[page_link]</h3>
<div class="text-muted text-small"><i class="fa fa-calendar" aria-hidden="true"></i>
<span> Publish Date [create_date]</span></div>
</div>
<div class="ml-3">
[download_link]
</div>
</div>
</div>
</div>
Just paste the given code here: wp-content/plugins/download-manager/src/Package/views/link-templates/link-template-default.php
wowow it’s working like a sharm! Thanks so much!!
Glad to hear that π€
If you find my assistance helpful, I would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.
Thank you
Could you just remind me wich is the addon to set the access to documents just once (and not for each download)?
Are you referring to setting access restrictions for a specific file, ensuring that only authorized users can download it while others cannot?
Yes, I would like that by default the access to all documents will be restricted to subscribers and editors only
For that you have to use, Default Values add-on and Download Manager Pro
Ok, so this addon is not working with the free version?
Yes, Download Manager Pro is required for Default value add-on
Ok, thanks!
Hi Tahasin, just a last question: as I imported all files with an automatization from joomla to wordpress, the text related to each dowload unfortunately ended up in summary instead of description field π
I have many many documents… is there any way to print the summary in the document view also (if there’s any)?
It would be helpful if you could provide a screenshot of the issue (in the summary/description field), as itβs not clear to me.
Allow me a moment to check the issue, I will give you an update shortly.
You must be logged in to reply to this topic.