Hoşgeldin Misafir

XenForo Özel Mesaj Kapatma

xS0N3R

23 Ağu 2020
5,424 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
conversation_add şablonunu açın.
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>