Note I use the terms topic / post & Wiki interchangeably throughout the post, all mentions of topics / posts are referring to Wikis.
At the moment, edits to Wikis which don’t have replies cause the topic’s timestamp to be updated & the topic to be bumped to the top of the New / Updated posts list.
But once a user has replied to the topic, only edits to that last reply will cause the topic’s timestamp etc. to update.
I need users who have never interacted with the post before to be alerted of those changes - for example, I have a Wiki which lists upcoming events -
And I need that topic to appear at the top of the New / Updated posts list when details of an event are added / changed.
Pinning the post to the top of the list is not an option because we have too many Wikis like this & it would swamp the feed.
Once a topic is closed (to prevent replies), edits to that topic which are still possible, don’t cause the timestamp etc. updates so this isn’t an option either.
If there are any other potential solutions, please do let me know…
Note
But once a user has replied to the topic, only edits to that last reply will cause the timestamp etc. update.
This seems to contradict the below guidance but that is the bahviour that I’ve observed.
That would address this challenge from a practical standpoint, assuming that non-staff users would be able to put posts in this category - if they can create a Wiki, you’d want them to be able to use the accompanying category…
The downside is that you’re separating these topics from the category which they would usually belong in so they’ll be harder to find & less visible to users navigating the community.
Ultimately if this could be addressed, that would be perfect.
In the meantime, would it be possible to address this without staff having to create a read-only dedicated category so that I can avoid the fragmentation issue which I mentioned?
What we’ve done is hide all the Reply buttons in Wiki Categories so people can’t make replies. Doesn’t prevent reply-by-email, but the creation of new wiki topics is rare enough for this not to be an issue.
// Hide controls in Wiki categories to prevent new replies
.category-tools .create {
display:none;
}
// Ah but make sure you can save edits!
.category-tools .submit-panel .create {
display:inline;
}
I’ve finally had a chance to test this & @mcwumbly’s suggestion does work (thanks again for sharing it!).
Just to note the behavior - the timestamp isn’t changed when edits are made but the update to the post is picked up & it’s bumped to the top of the new / updated posts list