rdzman
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] [downloads] sorted by file dateShould I take the lack of response to mean you have no plans to add this?
Forum: Plugins
In reply to: [Download Monitor] [downloads tag=”tag1+tag2″]So, what I’m attempting is not currently possible, right?
In that case, please consider this a feature request. Not sure if it’s possible, but maybe the code used to handle
categoryargument could be used for thetagargument as well, since it does handle both AND and OR if I’m not mistaken.Thanks.
Forum: Plugins
In reply to: [Download Monitor] [downloads] sorted by file dateConsider this a feature request then.
The only available workaround seems to me to be a bit of a hack.
The two dates I can manually edit are 1 and 3 (see my previous post). Conceptually 1 represents the date I posted the download on my WP site and 3 is the date associated with the file I’m uploading (in my case, the release date of the corresponding software).
From the user’s point of view, it seems just as likely that I’d want to sort by file date as by post date. And having to edit the post date to mean something it doesn’t really mean in order to get the list sorted as desired just seems wrong to me.
Let me know if you agree and are considering adding an
orderby=filedateoption, in which case I might hold off on manually changing the dates of all my Downloads.Thanks.
Forum: Plugins
In reply to: [Download Monitor] [downloads] sorted by file dateYeah, I saw that, but it’s not what I want either.
If I understand correctly, for each download/version instance the data comes from two rows in the
wp_poststable. One is the correspondingdlm_downloadentry and the other is the correspondingdlm_download_versionentry. Each row has apost_datecolumn and apost_modifiedcolumn.So, there are 4 dates associated with each download/version instance fetched by the
[downloads]shortcode:post_dateofdlm_downloadentrypost_modifiedofdlm_downloadentrypost_dateofdlm_download_versionentrypost_modifiedofdlm_download_versionentry
It seems that
orderby=dateuses 1 andorderby=modifyuses 2. I’m looking for 3, that is, thefile_dateas displayed by[download_data data=file_date ...]. It seems there is currently no option to order by 3. Am I right?If so, it seems my only option is to go through all of my downloads one by one and manually edit the “Published on” date to make it the same as the file date, right?
Forum: Plugins
In reply to: [Download Monitor] [downloads] exclude by tag or categoryI assume you meant “is not possible”.
Forum: Plugins
In reply to: [Download Monitor] [downloads tag=”tag1+tag2″]Doesn’t that example include downloads with tag1 OR tag2, not tag1 AND tag2?
Forum: Plugins
In reply to: [Download Monitor] [downloads] sorted by file dateOn further investigation, I was wrong. It looks like it’s sorting by name, which in my case was very close to, but not quite the same as, sorting by file date.
So, please consider this a feature request. Could you please include the option to sort downloads by file date?