Можно ли настроить автоматическое мгновенное закрытие темы и оставление сообщения, как только тема будет отмечена как решённая или получит соответствующий тег? Пожалуйста!
Пожалуйста, ознакомьтесь: Instantly close topic when marked as Solved and leave a custom message
Возможно создание пользовательского скрипта для автоматизации. Здесь есть немного информации, хотя она не особенно подробная:
This is a draft, and may need some extra work.
Vocabulary
trigger: represents the name of the trigger, eg: user_added_to_group
triggerable: represents the code logic associated to a trigger, eg: triggers/user_added_to_group_.rb
script: represents the name of the script, eg: send_pms
scriptable: represents the code logic associated to a script, eg: scripts/send_pms.rb
Plugin API
add_automation_scriptable(name, &block)
add_automation_triggerable(name, &block)
Scriptable AP…
Если вы решите попробовать, дайте нам знать, как у вас получится.