Daniel
02-10-2006, 10:00 PM
As requested:
https://vborg.vbsupport.ru/showthread.php?t=105737
Description
This will have or only display the "Move to destination forum" with out selected or no redirection option displayed.
You will need to edit the templates "threadadmin_movethread" and "threadadmin_movethreads"
Instructions
Step 1)
In the template threadadmin_movethread find:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" />$vbphrase[move_to_destination_forum]</label></div>
<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> Replace with:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" checked="checked" />$vbphrase[move_to_destination_forum]</label></div>
<div><label for="rb_method_movered"><input type="radio" name="method" value="movered" id="rb_method_movered" />$vbphrase[move_and_leave_redirect_in_previous_forum]</label></div>
Step 1 Continuted, optional
If you only want the "move to destination forum" only:
In threadadmin_movethread find:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" />$vbphrase[move_to_destination_forum]</label></div>
<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>
<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> And replace with:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" checked="checked" />$vbphrase[move_to_destination_forum]</label></div> Step 2
In the template "threadadmin_movethreads" find:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" />$vbphrase[move_to_destination_forum]</label></div>
<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>
Replace with:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" checked="checked" />$vbphrase[move_to_destination_forum]</label></div>
<div><label for="rb_method_movered"><input type="radio" name="method" value="movered" id="rb_method_movered" />$vbphrase[move_and_leave_redirect_in_previous_forum]</label></div>
Enjoy.
Daniel
www.mmoccforum.com
https://vborg.vbsupport.ru/showthread.php?t=105737
Description
This will have or only display the "Move to destination forum" with out selected or no redirection option displayed.
You will need to edit the templates "threadadmin_movethread" and "threadadmin_movethreads"
Instructions
Step 1)
In the template threadadmin_movethread find:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" />$vbphrase[move_to_destination_forum]</label></div>
<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> Replace with:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" checked="checked" />$vbphrase[move_to_destination_forum]</label></div>
<div><label for="rb_method_movered"><input type="radio" name="method" value="movered" id="rb_method_movered" />$vbphrase[move_and_leave_redirect_in_previous_forum]</label></div>
Step 1 Continuted, optional
If you only want the "move to destination forum" only:
In threadadmin_movethread find:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" />$vbphrase[move_to_destination_forum]</label></div>
<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>
<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> And replace with:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" checked="checked" />$vbphrase[move_to_destination_forum]</label></div> Step 2
In the template "threadadmin_movethreads" find:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" />$vbphrase[move_to_destination_forum]</label></div>
<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>
Replace with:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" checked="checked" />$vbphrase[move_to_destination_forum]</label></div>
<div><label for="rb_method_movered"><input type="radio" name="method" value="movered" id="rb_method_movered" />$vbphrase[move_and_leave_redirect_in_previous_forum]</label></div>
Enjoy.
Daniel
www.mmoccforum.com