MyBB Community Forums

Full Version: Disable Quick Reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to disable the 'quick reply' feature?
Each user can disable "Show the quick reply box on the view thread page" on their User CP > Edit Options page Smile
How would I disable this by default?
You could delete it from the template...

Admin-CP -> Templates -> Modify/Delete -> *your templateset* -> Expand -> Show Thread Templates -> Expand -> showthread -> Edit

Search for
$quickreply
and delete it.
How can I make this as default which means I don't want user to to search for openning quickreply setting.

I want it to be default when some body register.
hey

well actually what micheal has mentioned will make it gone by default,

but would like also to delete it from

Admin-CP -> Templates -> Modify/Delete -> *your templateset* -> Expand -> User Control Panel Templates -> User_cp options.

<tr>
<td valign="top" width="1"><input type="checkbox" name="showquickreply" id="showquickreply" value="yes" $showquickreplycheck /></td>
<td><span class="smalltext"><label for="showquickreply">$lang->show_quick_reply</label></span></td>
</tr>

regards