Tried searching but couldn’t find anything. Can the order be changed to newest first within a topic?
Some forums have huge topics with hundreds of pages of answers and are IMO better read with newest-first order, where you don’t really care about the old ones.
If a topic has hundreds of pages of answers and it does not matter to the reader what was said in the beginning, it does not represent quality content. In quality discussions every contribution counts.
Discourse already provides the function of beginning the reading experience where you ended it.
Why would it not be necessary to read all these posts in-between? What makes latest posts more valuable?
Edit: If you don’t care about the old posts, you would not keep scrolling to read them. Do you only want to see the latest updates like, for example, I would want to read in a “news” feed aimed at entertaining me?
AFAIK this would require a plug-in or modification to the core codebase to implement. As a work-around, each topic has the green “progress bar” in the lower-right. You can always click the down arrow to be taken to the last post in the topic.
Also, in case you didn’t catch it from @pyro240’s response:
In other words, Discourse keeps track of your reading position. For example, if a topic has 40 posts and you read 30 of them, it remembers that. If the topic gets 40 more posts while you’re away, it will start you at #30 so you can pick up where you left off. I know that’s not a direct response to your query, but it’s useful and cool.
@codinghorror That’s actually really cool. It loads last x posts and then I can scroll back up. Never seen this before. I think that fits my use case pretty well.
Still, it would be awesome if I could tick a checkbox in the topic settings menu and allow it to show entries in reverse order. It would be awesome for twitter-like topics where there is no logic flow between posts and it is preferred to show newest entries first.
Its a very complicated change, probably a week of work to wire it up properly without having stuff like collapsed streams, deferred loading and so on working.
That can be useful for embedding a live discussion, for events like a webinar. In those cases you would want the last comments on the top, or the autoscroll of some kind.
Nous avons des sujets qui servent de canaux d’annonces. Par exemple, « Nouvelles fonctionnalités dans Gitlab » est un sujet, et chaque fois qu’il y a une mise à jour connexe, quelqu’un publie une réponse à ce sujet spécifique. Actuellement, l’annonce la plus ancienne est la première chose qu’un nouveau lecteur verra. Ce que l’utilisateur souhaite réellement, c’est l’annonce la plus récente. Un paramètre de modérateur/administrateur pour inverser l’ordre d’un sujet spécifique placerait les nouvelles annonces en haut.
2. Calendrier Discourse
Autant que je sache, le calendrier Discourse fonctionne en ajoutant une nouvelle réponse avec une date pour ajouter une nouvelle entrée au calendrier.
Cela a pour résultat que l’entrée de calendrier la plus récente est la réponse la plus éloignée. Dans mon calendrier personnel, la dernière entrée se trouve à environ 200 réponses plus bas. Je peux utiliser la chronologie, mais ce serait formidable d’avoir la dernière entrée en haut au lieu d’être tout en bas.
Étant donné que la fonction « faire défiler jusqu’en bas » est disponible, pourquoi ne pas autoriser un paramètre qui l’invoque immédiatement plutôt qu’en tant qu’action de l’utilisateur ? Ou peut-être pourrait-il s’agir d’une automatisation ?
Cela permettrait d’obtenir le résultat souhaité de faire parvenir chaque lecteur en bas et aux messages les plus récents sans modifier l’ordre des réponses.
Je pourrais voir cela comme une alternative décente, bien qu’avec le calendrier, je pense qu’un ordre inverse serait toujours avantageux. Cela permettrait à un utilisateur de regarder le calendrier, puis de faire défiler une ou deux entrées vers le bas pour voir les événements les plus récents. Actuellement, je dois sauter 200 entrées pour voir l’événement le plus récent.