chillibear
Well-known member
I'd have hoped XF can trigger a webhook with new Conversations, I've yet to try it out however. Otherwise you'd want an add-on tied into the system I guess to do that.
You're of course aware of https://xenforo.com/community/resources/xenconcept-read-all-conversations.9052/ which saves the admin trawling the database to look at conversations and is probably a useful tool. I really try to avoid ever needing to look at conversations, but over the last decade we've had the odd forum where we've had to.
Another tool might be https://xenforo.com/community/resources/ozzmodz-private-threads.5856/ which is much like conversations but in a forum node. The only issue with it really is the permissions model which explicitly wont let you define access to moderators - just admins (apparently this was an original design requirement). Which is a bit of a niggle for me as I feel I want more control over who can and can't see such stuff. Still now ownership has changed maybe that will change. I thought it looked interesting as an option for more ad-hoc projects and pieces of work like that where we had a subset of members working on something and they wanted it to just be the group.
My worst case plan for conversations right now is to just chew the data out of the database and maybe scan for keywords, URLs (links and images) and dump that somewhere were it can be glanced at (in much the same way attachments can be glanced at). Not perfect, but at least better than reading private messages. Well that and if I can sort out a sensible age restriction probably limiting them to 18+
There is this add-on https://xenforo.com/community/resources/xfcoder-censored-posts-reporter.8602/ which might be a bit noisy but it generates reports when censored words are used. Still worth adding to the list of existing tools that might aid someone in their OSA quest!
You're of course aware of https://xenforo.com/community/resources/xenconcept-read-all-conversations.9052/ which saves the admin trawling the database to look at conversations and is probably a useful tool. I really try to avoid ever needing to look at conversations, but over the last decade we've had the odd forum where we've had to.
Another tool might be https://xenforo.com/community/resources/ozzmodz-private-threads.5856/ which is much like conversations but in a forum node. The only issue with it really is the permissions model which explicitly wont let you define access to moderators - just admins (apparently this was an original design requirement). Which is a bit of a niggle for me as I feel I want more control over who can and can't see such stuff. Still now ownership has changed maybe that will change. I thought it looked interesting as an option for more ad-hoc projects and pieces of work like that where we had a subset of members working on something and they wanted it to just be the group.
My worst case plan for conversations right now is to just chew the data out of the database and maybe scan for keywords, URLs (links and images) and dump that somewhere were it can be glanced at (in much the same way attachments can be glanced at). Not perfect, but at least better than reading private messages. Well that and if I can sort out a sensible age restriction probably limiting them to 18+
There is this add-on https://xenforo.com/community/resources/xfcoder-censored-posts-reporter.8602/ which might be a bit noisy but it generates reports when censored words are used. Still worth adding to the list of existing tools that might aid someone in their OSA quest!