The Arcive of vBulletin Modifications Site. |
|
|
|||||||
"Save a copy of this message in your Sent Items folder" box checked automatically Details »»
|
|||||||||||||||||||||||||||
|
"Save a copy of this message in your Sent Items folder" box checked automatically
Developer Last Online: Oct 2011
I don't think this has been brought up before, I've been wondering why 3.x had this checked and not 4.x. I like having my sent messages saved, as do the members. Clicking that box shouldn't be required IMO. If this is included in a different Mod, Sorry. It probably isn't worth posting to most, but I would have liked to see it a few months ago.
<--- Newbie ![]() Find in "pm_newpm" Code:
<li><label for="cb_savecopy"><input type="checkbox" name="savecopy" value="1" id="cb_savecopy" tabindex="1" {vb:raw checked.savecopy} /> {vb:rawphrase save_copy_in_sent_items_folder, {vb:raw session.sessionurl}}</label></li>
Code:
<li><label for="cb_savecopy"><input type="checkbox" name="savecopy" value="1" id="cb_savecopy" tabindex="1"checked="checked" {vb:raw checked.savecopy} /> {vb:rawphrase save_copy_in_sent_items_folder, {vb:raw session.sessionurl}}</label></li>
![]() Thanks to all the Dev's out there that do the real work, I appreciate it! Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I am sorry but I am very new to Vbulletin. Where would i find "pm_newpm"?
|
|
#3
|
|||
|
|||
|
Go to your ACP > Styles and templates > Edit Templates > Private message templates > pm_newpm
Or the easier way, Styles and Templates > search in templates and search for pm_newpm. This can be done in all template edit modifications FYI |
|
#4
|
||||
|
||||
|
good idea but this only works in newpm , not in replying
|
|
#5
|
|||
|
|||
|
This is true, I just looked real quick where I could add the code for quick reply with no luck. Maybe someone can pick this up, I would like both saved to the sent folder.
Regardless, the Go Advanced is saving correctly. |
|
#6
|
|||
|
|||
|
Worked great. Thanks!
|
![]() |
|
|