Hey Peter .
Already some good answers from Daniel, let me see if I can assist with the rest and/or provide more details.
- Definitely trival CSS. Just need to know where you are seeing this number (it may appear in more than one location) and we can help you hide it.
- Yep, this is a site setting.
post edit time limit
. Default is 60 days, 2 hours seems really short - Iâd expect it to lead to lots of âoh by the wayâ or âeditâ replies to oneâs own post. - Definitely need more details, but this sounds like plugin territory.
- You can customize the post timestamp to display year (instead of relative time since post), could also likely add the year separately via a theme-component or plugin.
- Check out https://github.com/discourse/discourse-fingerprint - not sure the status of the plugin though, @dan can likely share more.
- You can see all posts sorted by recency via RSS, but there is obviously no delete or suspend buttons there. Weâve found that context is key, and showing posts outside their topic can lead to mistakes. A seemingly innocuous post by itself may in fact be quite bad in context. A seemingly trolling post by itself may be a nice friendly joke in context.
That said, you can build this via the API if you need to. - You can merge posts from one topic to another, but it does not support reordering the topic - all merged posts are added to the end of the topic. Merging wonât completely break links - they wonât point directly to the postâs new location, but thereâs a âx posts moved to âŚâ post added to the topic where the posts were moved from, which can be clicked to jump to the new topic.
- Check out Data Explorer Plugin as well.
- Users have full control over emails they receive. By default (assuming no modified site settings), theyâre emailed when mentioned, PMâd, directly replied to, or quoted. Theyâre also emailed when someone replies to a topic they started, and one email every 7 days when they havenât logged into the site, up to a maximum of 52 âweekly digestâ emails. Users can modify these preferences at any time, and all emails have an unsubscribe link. If youâre planning to email users from an external tool (say mailgun), you can add a custom user field (checkbox type) which users can use to indicate if they wish to receive emails.
- Yep.
- Yep.
Talking about dodgy signups - we donât see too many dodgy signups as being a JavaScript application prevents most old-fashioned scrapers from being able to see the signup fields, let alone verify email.