garvinhicking wrote:Usually all entries are sorted chronologically, so you should always see the most recent entry of a category on top of your entry listing?
See, that's the problem... I wanted the entries to be sorted the other way round because the next appointment should be on top and the future (!) ones should follow...
garvinhicking wrote:You can't change the sort order of the display with permalinks, I'm sorry. You would either need to create a PHP plugin for that, or edit the include/genpage.inc.php file and patch the serendipity_FetchEntries() function to pass the DESC/ASC order parameter.
Isn't there a plugin with which you can pass aguments over to permalinks? I thought I saw something like this in Spartacus...
I only need to reverse the sort order for this special page...
There is one category in my navigation called "News", where the serendipity index is called (with an event_plugin to hide the "termine" category) and one called "Termine" where this Permalink I talked about should call the reversed appointment list.
Isn't there an easy solution to this?