XF 1.5 How to uncheck field by default in thread move form?

AnneMoss

Member
When a moderator moves a thread, there's an option there to notify the member who started the thread and it's checked by default. I'd like to make that unchecked by default. When someone flags a post, it creates a thread in the mods forum with the report which shows up as started by that member. We don't want that member to get the notification when we move the thread internally between mods forums. It would be much easier if that option were unchecked by default. Same goes for notifying members watching the target forum.

Capture.webp
 
You need to edit helper_thread_mod_action_alert template
Delete this part to uncheck label 'notity thread starter ...'
Screenshot.webp

Go next
Open thread_move template
Delete this part to uncheck label 'notify members ...'
Screenshot.webp
 
Top Bottom