ForumExplorer Active member Nov 19, 2023 #1 Hey Is there a way to have this so it's not checked by default? Thanks!
Solution Mr Lucky Nov 19, 2023 Try in template helper_action Code: <xf:option name="{$alertName}" selected="{$selected}" label="{{ phrase('notify_thread_starter_of_this_action') }} {{ phrase('reason:') }}"> Change {$selected} to {{ false }}
Try in template helper_action Code: <xf:option name="{$alertName}" selected="{$selected}" label="{{ phrase('notify_thread_starter_of_this_action') }} {{ phrase('reason:') }}"> Change {$selected} to {{ false }}
Mr Lucky Well-known member Nov 19, 2023 #2 Try in template helper_action Code: <xf:option name="{$alertName}" selected="{$selected}" label="{{ phrase('notify_thread_starter_of_this_action') }} {{ phrase('reason:') }}"> Change {$selected} to {{ false }} Last edited: Nov 19, 2023 Upvote 1 Downvote Solution
Try in template helper_action Code: <xf:option name="{$alertName}" selected="{$selected}" label="{{ phrase('notify_thread_starter_of_this_action') }} {{ phrase('reason:') }}"> Change {$selected} to {{ false }}
AndyB Well-known member Nov 19, 2023 #3 You might like this add-on: https://xenforo.com/community/resources/move-thread-defaults.5771/ Upvote 0 Downvote
ForumExplorer Active member Nov 19, 2023 #4 AndyB said: You might like this add-on: https://xenforo.com/community/resources/move-thread-defaults.5771/ Click to expand... Is there no settings connected to this? Upvote 0 Downvote
AndyB said: You might like this add-on: https://xenforo.com/community/resources/move-thread-defaults.5771/ Click to expand... Is there no settings connected to this?
ForumExplorer Active member Nov 20, 2023 #5 Mr Lucky said: Try in template helper_action Code: <xf:option name="{$alertName}" selected="{$selected}" label="{{ phrase('notify_thread_starter_of_this_action') }} {{ phrase('reason:') }}"> Change {$selected} to {{ false }} Click to expand... Thanks. That worked Upvote 0 Downvote
Mr Lucky said: Try in template helper_action Code: <xf:option name="{$alertName}" selected="{$selected}" label="{{ phrase('notify_thread_starter_of_this_action') }} {{ phrase('reason:') }}"> Change {$selected} to {{ false }} Click to expand... Thanks. That worked