แก้ไขที่ไฟล์
Themes/defeult/Profile.template.php
ประมาณบรรทัดที่ 1651
ค้นหา
<input type="hidden" name="default_options[return_to_post]" value="0" />
<label for="return_to_post"><input type="checkbox" name="default_options[return_to_post]" id="return_to_post" value="1"', !empty($context['member']['options']['return_to_post']) ? ' checked="checked"' : '', ' class="check" /> ', $txt['return_to_post'], '</label>
แก้ไข
<input type="hidden" name="default_options[return_to_post]" value="1" />
<label for="return_to_post"><input type="checkbox" name="default_options[return_to_post]" id="return_to_post" value="1"', !empty($context['member']['options']['return_to_post']) ? ' checked="checked"' : '', ' checked="checked" style="display: none;" class="check" /><input type="checkbox" checked="checked" class="check" disabled /> ', $txt['return_to_post'], '</label>