Changing Move and Redirect ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Roody
    Senior Member
    • Mar 2002
    • 832
    • 3.6.x

    Changing Move and Redirect ?

    I want to change the default option under Move Threads to "Move threads". Currently it is set to "Move and Redirect" and I dont want that as my default. I tried doing a search, but I must not be looking for the right thing.

    Can someone help me out with this?

    Thx
  • Roody
    Senior Member
    • Mar 2002
    • 832
    • 3.6.x

    #2
    Any ideas?

    Comment

    • Roody
      Senior Member
      • Mar 2002
      • 832
      • 3.6.x

      #3
      Bumping this up for help

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        Go to your:

        Admin CP -> Styles & Templates -> Style Manager -> « » -> Thread Administration Templates -> threadadmin_movethread

        Move the red code appropriately:

        Code:
        				<td>
        					<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" />$vbphrase[move_thread_to_destination_forum]</label></div>
        					<div><label for="rb_method_movered"><input type="radio" name="method" value="movered" id="rb_method_movered" [color=red]checked="checked"[/color] />$vbphrase[move_thread_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>
        				</td>
        For example, if you want the "Copy" option to be selected by default:

        Code:
        				<td>
        					<div><label for="rb_method_move"><input type="radio" name="method" value="move" id="rb_method_move" />$vbphrase[move_thread_to_destination_forum]</label></div>
        					<div><label for="rb_method_movered"><input type="radio" name="method" value="movered" id="rb_method_movered" />$vbphrase[move_thread_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" [color=red]checked="checked"[/color] />$vbphrase[copy_thread_to_destination_forum]</label></div>
        				</td>

        Comment

        • Roody
          Senior Member
          • Mar 2002
          • 832
          • 3.6.x

          #5
          Thanks for your help.

          Comment

          • SaN-DeeP
            Senior Member
            • Dec 2003
            • 1352
            • 1.1.x

            #6
            thankz Jake :> Very nice tweak

            Regards,
            TechArena - TechArena Community - Technology News - Tools Download - Tech Video - Gamer Guide - Hardware Review

            Comment

            • KiwiInsanity
              New Member
              • Oct 2006
              • 7
              • 3.6.x

              #7
              Pretty old thread - but has the info I was looking for, and still works correctly!
              well, almost - now there's threadadmin_movethreads as well as threadadmin_movethread that needs edited

              Thanks

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...