Can't order downloads by date

in Download Manager Free

Viewing 12 posts - 1 through 12 (of 12 total)
Oct 19, 2017 at 11:42 pm
#64695
Member
Jesse Hammil
OP

Hi,

I am trying to use WPDM Free and I cannot get my files to be in the appropriate order.
The way it is displaying is like this: (These are the publish dates and the name of the file for clarity)
5-22-2017 (id 432)
6-26-2017 (id 431)
4-24-2017 (id 739

My short code:
[wpdm_tree category=”2017″ order_by=”create_date” order=”desc”]

I have triple checked the created dates, and they are correct. It seems it’s not sorting by date or ID.
I also have installed WPDM – Extended Short-codes.

Any help?

Thanks

Oct 22, 2017 at 8:26 pm
#64760
Moderator
Shahriar
Staff

Please try order_by="date"

Oct 24, 2017 at 4:30 pm
#64819
Member
Jesse Hammil
OP

No luck, and according to the docs, that isn’t a valid field name –
“order_by: field name to sort packages, you can sort by title, download_count, create_date, update_date or id”

It seems like for whatever reason, it’s mixing up the May and June files.

Oct 24, 2017 at 6:46 pm
#64842
Moderator
Shahriar
Staff

Please send temporary wp-admin login info as a private reply.  I have to check this in your installation.

Oct 24, 2017 at 7:00 pm
#64847
Member
Jesse Hammil
OP
This reply has been marked as private.
Oct 25, 2017 at 6:47 pm
#64889
Moderator
Shahriar
Staff

Works now. The correct parameter is orderby="date" I missed that too in my last reply 🙂

Oct 25, 2017 at 7:59 pm
#64898
Member
Jesse Hammil
OP

Thanks for the fix. Appreciate the support.

Oct 25, 2017 at 8:04 pm
#64899
Moderator
Shahriar
Staff

Glad to provide a solution for your problem.
Please rate us 5* here https://wordpress.org/support/view/plugin-reviews/download-manager?rate=5#postform if you get some free moments ?
Thank you

Jul 9, 2018 at 2:09 pm
#80482

Hello,
I’m having the same problem and even with order_by=”date” It doesn’t work…
Is it right the date or modified is based on the published date?

Here is the shortcode I use :
[wpdm-archive cat_view=”compact” button_style=”primary” link_template=”link-template-library.php” order_by=”date” order=”desc” items_per_page=”20″]

Also, I tried to switch from order=”asc” to “desc” and here too, no results… it’s always the same order (based on the ID, I guess?)

FYI : I used to have the plugin Post Types order : https://wordpress.org/plugins/post-types-order/ affecting the Packages. But not any more…

Thanks in advance for your help.
Best,

Jul 13, 2018 at 10:14 am
#80783

Has any one and idea? I need to sort download on a chronological order? Thanks

Sep 19, 2018 at 5:18 pm
#87264
Member
bee mo

Bump. I need to reverse the sort order of files in a [file_list] in a [wpdm_package]. By default the oldest files are listed first (meeting_161121.pdf
meeting_170117.pdf, etc). Is this possible without buying the directory addon?

Would prefer not to use [wpdm_all_packages] [wpdm-archive cat_view] or [wpdm_tree] because my files are organized by directory.

Thanks in advance for your help.

May 2, 2019 at 7:04 pm
#96581

When I use the following shortcode:

[wpdm_all_packages jstable=1 items_per_page=20 orderby=date order=desc]

my most recent item appears at the top then jumps to the bottom until you click the update date column.

Viewing 12 posts - 1 through 12 (of 12 total)

The topic "Can't order downloads by date" is closed to new replies.