I dont really use the re-direct thread option whatsoever. Anyway to remove this?
Remove thread re-direct option when moving thread?
Collapse
X
-
Admin CP -> Styles & Templates -> Style Manager -> « » -> Thread Administration Templates -> threadadmin_movethread
Find this code and remove the red code. You might also want to add the blue code to select the first option by default:
Code:<tr> <td> <div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" [color=blue]checked="checked"[/color] />$vbphrase[move_to_destination_forum]</label></div> [color=red]<div><label for="rb_method_movered"><input type="radio" name="method" value="movered" id="rb_method_movered" checked="checked" />$vbphrase[move_and_leave_redirect_in_previous_forum]</label></div>[/color] <div><label for="rb_method_copy"><input type="radio" name="method" value="copy" id="rb_method_copy" />$vbphrase[copy_thread_to_destination_forum]</label></div> </td> </tr>
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment