B bsd Active member Jun 6, 2024 #1 Affected version 2.2.16 Hello, The custom thread field has a problem when I clicked required field is required then it show field. Otherwise, it hides in the thread.
Hello, The custom thread field has a problem when I clicked required field is required then it show field. Otherwise, it hides in the thread.
Jeremy P XenForo developer Staff member Jun 6, 2024 #2 Non-required fields will not show in the quick-thread interface, but will always show in the full create thread interface. As designed Post in thread 'non-required custom thread field does not show on quick-thread creation.' Nov 16, 2017 In the forum_post_quick_thread template change: Code: arg-requiredOnly="{{ $inlineMode ? true : false }}" /> To: Code: arg-requiredOnly="{{ false }}" />
Non-required fields will not show in the quick-thread interface, but will always show in the full create thread interface. As designed Post in thread 'non-required custom thread field does not show on quick-thread creation.' Nov 16, 2017 In the forum_post_quick_thread template change: Code: arg-requiredOnly="{{ $inlineMode ? true : false }}" /> To: Code: arg-requiredOnly="{{ false }}" />