![]() |
'No redirect' and 'Physically remove' by default
1 Attachment(s)
If you are like me and you never delete soflty or you never leave redirect link when you move a thread, you can check by defaut 'No redirect' and Physically remove'.
https://vborg.vbsupport.ru/vborg_mis...hreadid=214333 Physically Remove by default In templates threadadmin_deletethread, Find: HTML Code:
<label for="rb_deletetype_1"><input type="radio" name="deletetype" value="1" id="rb_deletetype_1" checked="checked" />$vbphrase[soft_delete_leave_deleted_message]</label></div> Replace by: HTML Code:
<label for="rb_deletetype_1"><input type="radio" name="deletetype" value="1" id="rb_deletetype_1" />$vbphrase[soft_delete_leave_deleted_message]</label></div> In the template threadadmin_deleteposts, Find: HTML Code:
<label for="rb_del_soft"><input type="radio" name="deletetype" value="1" id="rb_del_soft" $checked[delete] />$vbphrase[soft_delete_leave_deleted_message]</label> Replace by: HTML Code:
<label for="rb_del_soft"><input type="radio" name="deletetype" value="1" id="rb_del_soft" />$vbphrase[soft_delete_leave_deleted_message]</label> No redirect (when you move a thread) by default In template threadadmin_movethreads and 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 /> 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 /> |
Thank you for this :)
|
thank you is there a way we can remove soft delete and redirect from the moderator drop box?
|
Quote:
Delete: HTML Code:
<if condition="$show['softdelete']"><div> In the template threadadmin_deleteposts, Delete: HTML Code:
<if condition="$show['deleteposts']"> In template threadadmin_movethreads and threadadmin_movethread Delete: HTML Code:
<br /> |
Does the move thread make it so "Merging Threads" have the no redirect?
|
Thanks for the redirect.
|
thank you dear
|
Thanks Sofia:D
|
Thanks...Gr8 Job :)
|
perfect:up:
|
Thanks so much.
|
Quote:
Quote:
Quote:
Quote:
Quote:
|
Nice :) Thank you
|
Thanks so much for this. :)
|
Does this mod affect both moderators and administrators? I would like to to have a permanent remove for admins but not moderators
|
Quote:
|
All times are GMT. The time now is 05:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|