Soner
Uzman Üye
- Katılım
- 23 Ağu 2020
- Mesajlar
- 2,081
- Tepkime puanı
- 2,087
- Puanları
- 108
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>