View Full Version : How to change default settings?
queengoc
09-26-2008, 06:40 PM
I have two default settings that I'd like to change.
1. I don't want Save a copy of this message in your Sent Items folder. to no longer be automatically checked. The inboxes get full quite fast due to this being automatically marked.
2. When I delete messaged I would prefer the default to be to physically remove the message versus a soft delete since I never use soft delete.
If anyone can guide me that would be wonderful.
Thanks!
Lynne
09-26-2008, 07:14 PM
2. Physically Remove Post/Thread As Default (How?) (http://www.vbulletin.com/forum/showthread.php?t=277240&highlight=default)
queengoc
09-27-2008, 08:25 PM
Thank you Lynn for always guiding me in the right direction! :D
user02934123123
09-28-2008, 09:29 PM
Since Lynne's already answered one of your two questions, I'll take a stab at the other:
1. I don't want Save a copy of this message in your Sent Items folder. to no longer be automatically checked. The inboxes get full quite fast due to this being automatically marked.
To do this, go to AdminCP > Style Manager > Your Style > Edit Templates. From the list of templates, double click on Private Message Templates, then open the pm_newpm template in the editor.
Find the following line, and particularly the bit in red:
<div><label for="cb_savecopy"><input type="checkbox" name="savecopy" value="1" id="cb_savecopy" tabindex="1" $checked[savecopy] /><phrase 1="private.php?$session[sessionurl]folderid=-1">$vbphrase[save_copy_in_sent_items_folder]</phrase></label></div>
Change the red bit so it reads:
<div><label for="cb_savecopy"><input type="checkbox" name="savecopy" value="0" id="cb_savecopy" tabindex="1" $checked[savecopy] /><phrase 1="private.php?$session[sessionurl]folderid=-1">$vbphrase[save_copy_in_sent_items_folder]</phrase></label></div>
That ought to do it.
queengoc
01-30-2009, 05:20 AM
Thank you monForum.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.