vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Private Messages Enhancements - "Save a copy of this message in your Sent Items folder" box checked automatically (https://vborg.vbsupport.ru/showthread.php?t=261499)

Rofo 04-05-2011 10:00 PM

"Save a copy of this message in your Sent Items folder" box checked automatically
 
1 Attachment(s)
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>
and replace with,

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>
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!

GodzKiller 04-06-2011 04:31 PM

I am sorry but I am very new to Vbulletin. Where would i find "pm_newpm"?

Rofo 04-06-2011 10:27 PM

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

YankForum 04-12-2011 07:38 AM

good idea but this only works in newpm , not in replying

Rofo 04-13-2011 03:00 AM

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.

Special Pages 05-24-2011 11:59 PM

Worked great. Thanks!


All times are GMT. The time now is 09:35 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06183 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete