Advanced search

Viewing 25 posts - 1 through 25 (of 31 total)
#200021

Giulia Todini
Participant

Hi,
I need an advanced search: by date, category etc.
Is there a specific addon?

Please let me know asap, thanks.
Giulia

#200029

Tahasin
Moderator

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

WPDM Directory Add-on

#200075

Giulia Todini
Participant

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

#200078

Giulia Todini
Participant

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

#200079

Tahasin
Moderator

It requires customization, and if you’d like, we can do it for you. Kindly submit a customization request here.

#200080

Giulia Todini
Participant

What about the pro version? There’s no date control even in the Pro version?

#200111

Tahasin
Moderator

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.

#200124

Giulia Todini
Participant

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

#200125

Tahasin
Moderator

Do you want to display the publish date like this?

#200126

Giulia Todini
Participant

yes, please!

#200128

Tahasin
Moderator

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

#200129

Giulia Todini
Participant

wowow it’s working like a sharm! Thanks so much!!

#200130

Tahasin
Moderator

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

#200131

Giulia Todini
Participant

Could you just remind me wich is the addon to set the access to documents just once (and not for each download)?

#200132

Tahasin
Moderator

Are you referring to setting access restrictions for a specific file, ensuring that only authorized users can download it while others cannot?

#200133

Giulia Todini
Participant

Yes, I would like that by default the access to all documents will be restricted to subscribers and editors only

#200134

Tahasin
Moderator

For that you have to use, Default Values add-on and Download Manager Pro

WPDM Default Values

#200135

Giulia Todini
Participant

Ok, so this addon is not working with the free version?

#200136

Tahasin
Moderator

Yes, Download Manager Pro is required for Default value add-on

#200137

Giulia Todini
Participant

Ok, thanks!

#200138

Tahasin
Moderator

Welcome

#200139

Giulia Todini
Participant

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)?

#200140

Tahasin
Moderator

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.

#200141

Giulia Todini
Participant
This reply has been marked as private.
#200142

Tahasin
Moderator

Allow me a moment to check the issue, I will give you an update shortly.

Viewing 25 posts - 1 through 25 (of 31 total)

You must be logged in to reply to this topic.