Topic: Question: ordering favorites by first added to last added.

Posted under General

Hello.

I have a question - is it possible to order favorites by date they were added to favorites (not to the site!) - specifically pictures added to favoriest first displayed on first page, and the latest on last?

I have tried order:set_asc (although I guess it works only for sets?), but it sorts by date the image was added to the *site* (so posts from today at the first page) - which is basically same as order:id for favorites.

Theoretically, I could go to the last page and go backwards to the first, but each time I add new image, it will push rest of the images back.

Can someone help me find correct tag to do this?

Updated

Anyone?

Weird thing though - on forum view, it shows replies 1, and it appears that last post was by "Siral Exan 3 days ago (Apr 13, 2018 04:15 PM)" - so the answer should be posted 2 hours after first post, but I do not see anything besides my first post.

Updated by anonymous

addicted1234 said:
Weird thing though - on forum view, it shows replies 1, and it appears that last post was by "Siral Exan 3 days ago (Apr 13, 2018 04:15 PM)" - so the answer should be posted 2 hours after first post, but I do not see anything besides my first post.

they hid the reply.

Updated by anonymous

Yea, I dun goofed and misread what you asked. What I suggested wouldn't have worked.

Updated by anonymous

Interestingly order:fav seems to put them in the proper order (most recently favorited first) where as just putting random characters after "order:" seems to put it in order by id.

Unfortunately order:fav_asc doesn't seem to work and just orders them by id.

Updated by anonymous

Hmm... then if order:fav does not change the order, then theoretically order:-fav should work (in cheatsheet there's example with order:-id which indeed works as order:id_desc)... but it does not seem to be case here. :/

Updated by anonymous

  • 1