2017-01-18, 07:30 PM
I think this is done by editing usercp_options template.
Find
Change the input type to hidden and assign a value to it. I'm not sure if you want 1 or 0 so you'll have to test to be sure.
Find
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="sourceeditor" id="sourceeditor" value="1" {$sourcemodecheck} /></td>
<td><span class="smalltext"><label for="sourceeditor">{$lang->source_editor}</label></span></td>
Change the input type to hidden and assign a value to it. I'm not sure if you want 1 or 0 so you'll have to test to be sure.