Default Shadow Topic Checkbox - Off

Mixed forum with code snippets, guides and styles
Forum rules
Everything in this forum is for everybody
But support only for Donators!
Post Reply
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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

/>
Board rules! No PM support
Post Reply