Dynamic Well-known member Nov 16, 2017 #1 Affected version RC1 If a custom field is being used on a node it will display when it is set to "required" on the quick-thread creation. If it is not a required field it will not display. However, on the full thread create page it shows both.
If a custom field is being used on a node it will display when it is set to "required" on the quick-thread creation. If it is not a required field it will not display. However, on the full thread create page it shows both.
Mike XenForo developer Staff member Nov 16, 2017 #2 This is as designed. We also don't show thing like polls or other options. The quick thread is designed to be mostly minimal.
This is as designed. We also don't show thing like polls or other options. The quick thread is designed to be mostly minimal.
Dynamic Well-known member Nov 16, 2017 #3 Mike said: This is as designed. We also don't show thing like polls or other options. The quick thread is designed to be mostly minimal. Click to expand... Hi Mike, Would it be possible to add a toggle for this? Even some code modification or similar? Thanks.
Mike said: This is as designed. We also don't show thing like polls or other options. The quick thread is designed to be mostly minimal. Click to expand... Hi Mike, Would it be possible to add a toggle for this? Even some code modification or similar? Thanks.
Chris D XenForo developer Staff member Nov 16, 2017 #4 In the forum_post_quick_thread template change: Code: arg-requiredOnly="{{ $inlineMode ? true : false }}" /> To: Code: arg-requiredOnly="{{ false }}" />
In the forum_post_quick_thread template change: Code: arg-requiredOnly="{{ $inlineMode ? true : false }}" /> To: Code: arg-requiredOnly="{{ false }}" />