This section contains detailed articles elaborating on some of the common issues phpBB users encounter while using the product. Articles submitted by members of the community are checked for accuracy by the relevant phpBB Team. If you do not find the answer to your question here, we recommend looking through the Support Section as well as using the Site Wide Search.

Default Shadow Topic Checkbox - Off

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

In Categories:

Link to this article: Select All
[url=https://www.phpbb.com/support/docs/en/3.0/kb/article/default-shadow-topic-checkbox-off/]Knowledge Base - Default Shadow Topic Checkbox - Off[/url]

prosilver wrote: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

/>


subSilver2 wrote:OPEN:s tyles/subsilver2/template/mcp_move.html
FIND:

Code: Select all

<input type="checkbox" class="radio" name="move_leave_shadow" checked="checked" /><span class="gen">{L_LEAVE_SHADOW}</span><br /> 
IN-LINE FIND:

Code: Select all

checked="checked" />
IN-LINE REPLACE, WITH:

Code: Select all

/>