The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Disable "redirect" option when moving threads
I hate redirects, and I never use them. Is there any way to make it so that option is not available in thread tools or on the page it takes you to? I have many mods who are in the habit of adding redirects, and I am always cleaning up after them, so it would be nice to remove that option.
|
#2
|
||||
|
||||
any help would be appreciated
|
#3
|
||||
|
||||
Try ADMINCP - Remove Redirection Message Pages
|
#4
|
||||
|
||||
I thought that setting was to control the messages you got while being redirected. What I am looking for is to disable the option to disbale the option to make a redirect when moving a thread.
|
#5
|
|||
|
|||
what version are you running yoyoyoyo?
|
#6
|
||||
|
||||
3.5.5
|
#7
|
|||
|
|||
let me just finish off this request and I'll have a look.
|
#8
|
|||
|
|||
ok, nice and easy
in template threadadmin_movepost FIND Code:
<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> Code:
<div><label for="rb_method_move"><input type="radio" name="method" value="move" checked="checked" 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" />$vbphrase[move_and_leave_redirect_in_previous_forum]</label></div> |
#9
|
||||
|
||||
thanks much! I found that in threadadmin_movethread - I assume that is the one you meant. I will give it a try.
edit - the example you posted above seems to be the same code in the "find" and "replace with" code, however it allowed me to find the right code to cut - thanks. |
#10
|
|||
|
|||
the change is only very slight, as it changes the default selection while not removing the other option in case you do need it at some point.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|