Rofo
04-05-2011, 10:00 PM
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"
<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>
and replace with,
<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>
Like I said, this may be included elsewhere that I don't know of, so minuscule it's not worth posting or something no ones wants. Just something I wanted since getting 4.1.1 :)
Thanks to all the Dev's out there that do the real work, I appreciate it!
<--- Newbie :)
Find in "pm_newpm"
<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>
and replace with,
<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>
Like I said, this may be included elsewhere that I don't know of, so minuscule it's not worth posting or something no ones wants. Just something I wanted since getting 4.1.1 :)
Thanks to all the Dev's out there that do the real work, I appreciate it!