Log in

View Full Version : Administrative and Maintenance Tools - Disable Default Redirect in Move and Merge Threads


djbaxter
07-16-2010, 10:00 PM
The default behavior for moving or merging threads is to leave a non-expiring redirect in the original thread.

I find this annoying, since it clutters up the thread listings. Most of the time I either want no redirect or at most an expiring redirect.

This mod changes the default to NO REDIRECT (you can still manually select redirect or expiring redirect fo any threads where you want it).

1. MOVE
In Thread Administration Templates > template threadadmin_movethread

Find:

<li>
<label><input type="checkbox" name="enableredirect"

id="redirect" value="1" class="dep_ctrl" tabindex="1" checked="checked" /> {vb:rawphrase yes}</label>
</li>
<li id="redirect_deps" class="floatcontainer deps">

<ul class="group checkradio">
<li>
<label for="rb_redirect_perm"><input

type="radio" name="redirect" value="perm" id="rb_redirect_perm" checked="checked" tabindex="1" /> {vb:rawphrase

leave_permanent_redirect}</label>
</li>



Change two instances of checked="checked". Replace with:

<li>
<label><input type="checkbox" name="enableredirect"

id="redirect" value="1" class="dep_ctrl" tabindex="1" /> {vb:rawphrase yes}</label>
</li>
<li id="redirect_deps" class="floatcontainer deps">

<ul class="group checkradio">
<li>
<label for="rb_redirect_perm"><input

type="radio" name="redirect" value="perm" id="rb_redirect_perm" tabindex="1" /> {vb:rawphrase

leave_permanent_redirect}</label>
</li>



Similarly, in Thread Administration Templates > template threadadmin_movethreads

Find:


<li><label><input type="checkbox" name="enableredirect" id="redirect"

value="1" class="dep_ctrl" tabindex="1" check="checked" /> {vb:rawphrase yes}</label></li>
<li id="redirect_deps" class="floatcontainer deps">
<ul class="group checkradio">
<li>
<label for="rb_redirect_perm"><input

type="radio" name="redirect" value="perm" id="rb_redirect_perm" checked="checked" tabindex="1" /> {vb:rawphrase

leave_permanent_redirect}</label>
</li>

Change two instances of checked="checked". Replace with:


<li><label><input type="checkbox" name="enableredirect" id="redirect"

value="1" class="dep_ctrl" tabindex="1" /> {vb:rawphrase yes}</label></li>
<li id="redirect_deps" class="floatcontainer deps">
<ul class="group checkradio">
<li>
<label for="rb_redirect_perm"><input

type="radio" name="redirect" value="perm" id="rb_redirect_perm" tabindex="1" /> {vb:rawphrase

leave_permanent_redirect}</label>
</li>


2. MERGE

In Thread Administration Templates > template threadadmin_mergethreads

Find:

<li>
<label><input type="checkbox" name="redir" id="redirect" value="1" class="dep_ctrl" tabindex="1" checked="checked"/> {vb:rawphrase yes}</label>
</li>
<li id="redirect_deps" class="floatcontainer deps">
<ul class="group checkradio">
<li>
<label for="rb_redirect_perm"><input type="radio" name="redirect" value="perm" id="rb_redirect_perm" checked="checked" tabindex="1" /> {vb:rawphrase leave_permanent_redirect}</label>
</li>

Change to:

<li>
<label><input type="checkbox" name="redir" id="redirect" value="1" class="dep_ctrl" tabindex="1" /> {vb:rawphrase yes}</label>
</li>
<li id="redirect_deps" class="floatcontainer deps">
<ul class="group checkradio">
<li>
<label for="rb_redirect_perm"><input type="radio" name="redirect" value="perm" id="rb_redirect_perm" tabindex="1" /> {vb:rawphrase leave_permanent_redirect}</label>
</li>

BlackJacket
07-17-2010, 01:25 AM
Wrong section. Needs to go in Template Edits.

Boofo
07-17-2010, 06:35 AM
Since the 'Yes" box is not checked by default, the redirect that is checked wouldn't take affect anyway until the 'Yes" box is checked, would it?

giorgino
07-17-2010, 08:07 AM
You're my hero!

djbaxter
07-17-2010, 12:18 PM
Since the 'Yes" box is not checked by default, the redirect that is checked wouldn't take affect anyway until the 'Yes" box is checked, would it?

The "Yes" box IS checked by default. That is the whole point.

civil78
07-17-2010, 01:31 PM
Look on last version of Vbulletin 4.0.5. The default value on clean setup is to don't leave redirect link. Maybe there is an option on setting for that check it.

djbaxter
07-17-2010, 01:46 PM
I am running 4.05. vBulletin.org hasn't upgraded their options yet so the designation of 4.04 for this mod is the highest available.

I had the redirect problem in 4.03. In 4.04, it seemed to be fine. It reappeared in 4.05. Hence this mod.

If there is an option in settings to turn this off, please point me to it.

Boofo
07-17-2010, 02:11 PM
The "Yes" box IS checked by default. That is the whole point.
Ok, I must have missed that then. I didn't think it was when I tested it.

james7zt
07-25-2011, 08:48 PM
thank you so much! It works out good. 5 stars! :)

Luca_ITA
08-05-2011, 04:27 PM
Working perfectly, many tnx!
v4.1.5pl1

AlokSharma
01-20-2012, 09:12 AM
Thanks, this is what I was looking for since long.

adpar
12-21-2013, 10:38 AM
hello, does anyone know if this works also on 3.8 ????

thanks in advance!

we have a similar problem since we have an ad section where parents sell childrens toys, and have the right to move their thread to the inactive section,
but unfortunately forget to change the default setting and leave permanent redirects (about 30 per day) which are hard to remove from our mods..!!

bzcomputers
12-22-2013, 03:39 AM
hello, does anyone know if this works also on 3.8 ????

thanks in advance!

we have a similar problem since we have an ad section where parents sell childrens toys, and have the right to move their thread to the inactive section,
but unfortunately forget to change the default setting and leave permanent redirects (about 30 per day) which are hard to remove from our mods..!!

That sounds like a tedious manual operation. Have you checked out this mod:
https://vborg.vbsupport.ru/showthread.php?t=275314

Not sure if it'll be exactly what you need, but it could help.

djbaxter
12-22-2013, 06:56 AM
hello, does anyone know if this works also on 3.8 ????

thanks in advance!

we have a similar problem since we have an ad section where parents sell childrens toys, and have the right to move their thread to the inactive section,
but unfortunately forget to change the default setting and leave permanent redirects (about 30 per day) which are hard to remove from our mods..!!

This should probably work in vB 3.8x: Move threads with leave no redirect as default or Expired redirect as default (https://vborg.vbsupport.ru/showthread.php?t=126404) - you may need the suggested modification at https://vborg.vbsupport.ru/showpost.php?p=1224691&postcount=12 in that thread.

That sounds like a tedious manual operation.

Really? It's a couple of quick template edits. If you find that tedious or complicated, you're going to be limited in the extent to which you can customize your forum(s).

Have you checked out this mod:
https://vborg.vbsupport.ru/showthread.php?t=275314

Not sure if it'll be exactly what you need, but it could help.

Really not the same thing at all.

adpar
12-22-2013, 11:07 PM
thanks alot to both of you!
yes indeed the bzcomputers hint is not what we need,
since not all threads are to be deleted on a certain period of time.
its interesting to know though that this option is also available.

just checked out the
Move threads with "leave no redirect" as default or Expired redirect as default
its exactly what we need !!

million thanksss!!!!!!!!!!!