Lack of interest Add help text for the 'Yes' option for 'Allow question actions' radio button when creating Question threads

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Stuart Wright

Well-known member
The form displayed below the post text box in the in the Question type thread of a General type forum where questions are allowed:
1.jpg
Could be confusing for some people because it won't be clear what 'Allow question actions' means.
I suggest adding a phrase (something like): enable_voting_and_solution_functions_question with text (something like) Enable voting and solution functions.
and changing the template thread_type_fields_question
altering this line
Code:
        <xf:option value="yes" label="{{ phrase('yes') }}" />
to
Code:
        <xf:option value="yes" label="{{ phrase('yes') }}" hint="{{ phrase('enable_voting_and_solution_functions_question') }}" />
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Top Bottom