fnagel / t3extblog

A record based blog extension for TYPO3 CMS. Easy to use and packed with features (incl. comments, subscriptions for comments and posts, Wordpress like subscription manager, reasonable email sending in FE and BE, GDPR ready, BE modules, Dashboard widgets, RSS, Sitemap, ...). Flexible and powerful!
http://typo3.org/extensions/repository/view/t3extblog
GNU General Public License v2.0
32 stars 18 forks source link

Blogsystem is sorting in ascending order #246

Closed Longjogger closed 3 years ago

Longjogger commented 3 years ago

Hi, The entries of my blogsystem are orded by ascending. How I can correct this to descending order?

Thx for help!

fnagel commented 3 years ago

Do you talk about the backend or the frontend? And do I understand this right: you want your blog post list to start with the oldest articles?

fnagel commented 3 years ago

I'm sorry but the sorting order is hard coded in the repo, see: https://github.com/fnagel/t3extblog/blob/master/Classes/Domain/Repository/PostRepository.php#L23

Longjogger commented 3 years ago

Sorry because of my late answer: There was a thinking mistake of myself - I have to set the date of blog entry manually, that is the problem.