Default Shadow Topic Checkbox - Off

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Default Shadow Topic Checkbox - Off

Post 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

/>