In IP. Board 3.0. the checkbox for leaving a "moved" link has been changed to not leave a link by default when moving a topic or group of topics.
This is easy to restore if you wish it to be checked by default.
Two small template edits are needed.
ACP > Look / Feel > Skin Manager > Manage Templates / CSS > (choose skin) Manage Templates / CSS >
Moderation > MoveTopicForm >
Find...
Replace with...
Save.
Moderation > MoveTopicsForm >
Find...
Replace with...
Save.
The first one is for an individual topic move via the dropdown when you are viewing it. The second edit is for mass moving via the dropdown in the forum view.
This is easy to restore if you wish it to be checked by default.
Two small template edits are needed.
ACP > Look / Feel > Skin Manager > Manage Templates / CSS > (choose skin) Manage Templates / CSS >
Moderation > MoveTopicForm >
Find...
<input type='checkbox' id='leave_link' class='input_check' name='leave' value='y' />
Replace with...
<input type='checkbox' checked='checked' id='leave_link' class='input_check' name='leave' value='y' />
Save.
Moderation > MoveTopicsForm >
Find...
<input type='checkbox' id='leave_link' class='input_check' name='leave' value='y' />
Replace with...
<input type='checkbox' checked='checked' id='leave_link' class='input_check' name='leave' value='y' />
Save.
The first one is for an individual topic move via the dropdown when you are viewing it. The second edit is for mass moving via the dropdown in the forum view.













