View Full Version : Sent message folder -- How to Turn Off?
rayzon
10-06-2004, 02:20 PM
I, as well as, the members of my board do not need to have copies of the messages we send thrown in the sent folder. Is there a way to turn this off?
Thx.
Xenon
10-06-2004, 02:42 PM
They just have to disable the checkbox:
Save a copy of this message in your Sent Items folder.
rayzon
10-06-2004, 02:51 PM
Ahhh, you are talking about when they are sending the message, correct? I guess there is no way to have the box un-checked by default?
Colin F
10-06-2004, 02:55 PM
sure, edit it in the template. You'll have to remove checked="checked" or something similiar from that specific checkbox.
rayzon
10-06-2004, 02:58 PM
kewl, could you be a little more specific? I don't wanna go in the template and just start ripping stuff apart.
Thx.
Colin F
10-06-2004, 03:28 PM
In your pm_newpm template, find:
<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>
Delete it for deleting the option alltogether and just remove the $checked[savecopy] to have it unchecked by default.
rayzon
10-06-2004, 03:33 PM
Awesome, thx.
**UPDATE** I just wanted to let other folks like me know that I deleted the $checked[savecopy] and it worked just like I wanted it to.
Thx again.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.