Recep Baltaş Well-known member Feb 19, 2015 #1 We want to disable the default warining message that is sent to users. We have to untick the warning mesaage every time. This:
We want to disable the default warining message that is sent to users. We have to untick the warning mesaage every time. This:
P Paul B XenForo moderator Staff member Feb 19, 2015 #2 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. Upvote 0 Downvote
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.