Page 1 of 1

Default Shadow Topic Checkbox - Off

Posted: 26 Jul 2011, 20:50
by Stoker
Default Shadow Topic Checkbox - Off
Written by AOCpzck

This change will make the default action of the "leave shadow topic" checkbox as unchecked when moving a topic.

Open styles/prosilver/template/mcp_move.html
Find:

Code: Select all

<!-- IF S_CAN_LEAVE_SHADOW --><dd><label for="move_leave_shadow"><input type="checkbox" name="move_leave_shadow" id="move_leave_shadow" checked="checked" />{L_LEAVE_SHADOW}</label></dd><!-- ENDIF --> 
In line find:

Code: Select all

checked="checked" />
In line replace with:

Code: Select all

/>