How to Disable Deafult Warning Message ?

Recep Baltaş

Well-known member
We want to disable the default warining message that is sent to users. We have to untick the warning mesaage every time.

This:

warning.webp
 
Edit the member_warn template and remove the code in orange:
Rich (BB code):
<li><label><input type="checkbox" id="startConversation" class="Disabler" checked="checked" /> {xen:phrase start_conversation_with_x, 'name={$user.username}'}:</label>

Note though that if there is no conversation title or text entered, a conversation won't be started.
 
Top Bottom