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:
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
to
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') }}" />
Code:
<xf:option value="yes" label="{{ phrase('yes') }}" hint="{{ phrase('enable_voting_and_solution_functions_question') }}" />
Upvote
1