The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
No Redirect When Moving Threads Details »» | |||||||||||||||||||||||||
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: 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" 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> If you only want the "move to destination forum" only: In threadadmin_movethread 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> <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> Code:
<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> In the template "threadadmin_movethreads" 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> Replace with: Code:
<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> Daniel www.mmoccforum.com Show Your Support
|
Comments |
#2
|
||||
|
||||
Thank you, works fine!
|
#3
|
|||
|
|||
I feel so special ^^ my first request that got fullfilled lol, thanks so much daniel.
Makes the forums look so much cleaner without silly redirects. the ideal thing would be for the redirect to delete itself after a day or two. Because there is a use of having them, but its a pain to manually delete them. (maybe an idea for another request ^^) so thanks for making this. Edit: Works perfect and Step 1 of the instructions is all I needed to do, because thats all i wanted. Thanks again |
#4
|
||||
|
||||
Glad everything went smoothly!
|
#5
|
||||
|
||||
Nice job.
|
#6
|
||||
|
||||
I thank you SO much for this.
That option was seriously ticking me off. |
#7
|
|||
|
|||
I was just about to request an update for this to work with vb 3.6 but then thought I would do something myself ^^
I have now released a new version for vb 3.6 here https://vborg.vbsupport.ru/showthread.php?t=126404 which includes add default to no redirect or add redirect to expired redirect. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|