The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
how to changre preset redirection option?
i guess it will be somewhere in the admincp, but I can't find it...
what I mean is when you are moving a theme.. the preset is a "permanent redirection" and I will want to change it to "no redirection" thanks in advance |
#2
|
|||
|
|||
Could you please explain a bit more, i don't really understand your question yet.
|
#3
|
||||
|
||||
i can't an image is better than a thousand words :P
|
#4
|
|||
|
|||
it's a template edit...
have to be changed in the templates: threadadmin_movethreads threadadmin_movethread threadadmin_mergethreads find this: $vbphrase[leave_no_redirect] in each templates and you will see how it is set. |
#5
|
|||
|
|||
Ahh, now it makes sense.
You are asking about the default redirect option when moving a thread. If i remember correct, there is no option to set a default for this. The easiest way to do so will probably be to just edit the template. Edit template: threadadmin_movethread Find: HTML Code:
<label for="rb_redirect_none"><input type="radio" name="redirect" value="none" id="rb_redirect_none" />$vbphrase[leave_no_redirect]</label><br /> <label for="rb_redirect_perm"><input type="radio" name="redirect" value="perm" id="rb_redirect_perm" checked="checked" />$vbphrase[leave_permanent_redirect]</label><br /> HTML Code:
<label for="rb_redirect_none"><input type="radio" name="redirect" value="none" id="rb_redirect_none" checked="checked" />$vbphrase[leave_no_redirect]</label><br /> <label for="rb_redirect_perm"><input type="radio" name="redirect" value="perm" id="rb_redirect_perm" />$vbphrase[leave_permanent_redirect]</label><br /> |
#6
|
||||
|
||||
this worked, thank you very much guys! im sorry about my bad explanaiton... my english is'nt the best one...
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|