conversation_add şablonunu açın.
Değiştir:
Kod:
<xf:option name="conversation_locked" checked="{{ ($draft.conversation_open OR $conversation.conversation_open) ? '' : 'checked' }}">
{{ phrase('lock_conversation_no_responses_will_be_allowed') }}
</xf:option>
Değiştir:
Kod:
<xf:if is="{{$xf.visitor.isMemberOf([3])}}">
<xf:option name="conversation_locked" checked="{{ ($draft.conversation_open OR $conversation.conversation_open) ? '' : 'checked' }}">
{{ phrase('lock_conversation_no_responses_will_be_allowed') }}
</xf:option>
</xf:if>
