PDA

View Full Version : Sent PMs Saved?


TeenieBeanie
07-13-2006, 09:02 AM
I'm wondering if it's possible to fix it where every PM I send doesn't get saved to my sent folder.

Kari
07-13-2006, 09:17 AM
I have not checked it, but did you try User CP?

Kari
07-13-2006, 09:19 AM
nevermind, I looked. It isn't there. I don't know if that feature is available or not.

*Gina*
07-13-2006, 09:31 AM
Okay, that may have been disabled by default. Will you do me a favor? Go into your PM's, select a message (if you have one), click Reply, and then scroll down the page. Right below your reply PM, you should have a box titled "Additional Options". Is the check box next to "Save Sent Items" checked off automatically?

If it's not, I'll see what else it may be.

TeenieBeanie
07-13-2006, 10:22 AM
Okay, that may have been disabled by default. Will you do me a favor? Go into your PM's, select a message (if you have one), click Reply, and then scroll down the page. Right below your reply PM, you should have a box titled "Additional Options". Is the check box next to "Save Sent Items" checked off automatically?

If it's not, I'll see what else it may be.

Yeah I just noticed that that option is automatically checked off.

*Ashley*
07-13-2006, 10:22 AM
http://www.vbulletin.com/forum/showthread.php?t=104359

:) Just for the record, Jake Bunce is THE MAN over at vB.com. Yeppers, he's nice always helpful.

Can you see the code? If not:

Go to your:

Admin CP -> Styles & Templates -> Style Manager -> « » -> Private Message Templates -> pm_newpm

Add the red code:

<div><label for="cb_savecopy"><input type="checkbox" name="savecopy" value="1" id="cb_savecopy" tabindex="1" <if condition="$postpreview">$checked[savecopy]</if> /><phrase 1="private.php?$session[sessionurl]folderid=-1">$vbphrase[save_copy_in_sent_items_folder]</phrase></label></div>



^^that will set it to NOT be automatically checked.