Updating timestamp on a static Topic post
-
We're using a pinned topic as a mechanism to display the 20 most recent changes to our application. I realize we could add new posts with the latest change, but I would rather not have a scrolling list of posts. Is there any way to update the timestamp of the first post/topic such that it shows up as "new/unread"? Preferably through the write API but failing that a DB update would be fine as well.
-
after you open this pinned topic, you can go to "topic tools" and then click "mark as unread" ... this makes the post unread for all users...
additionally, if you want to specifically emphasize a change you can edit the first post without changing the original post itself but add the update separately...
I mean something like this:
original topic post
- 1
- 2
- 3
- ...
update on Dec 27 , 2022: list is updated:
- 10
- 20
- 30
- ...
-
@crazycells of course you can also add the "updated post" to the top of the post as well, and keep the original/ old post below ...