vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Sent message folder -- How to Turn Off? (https://vborg.vbsupport.ru/showthread.php?t=70264)

rayzon 10-06-2004 02:20 PM

Sent message folder -- How to Turn Off?
 
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:

Quote:

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:

HTML Code:

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


All times are GMT. The time now is 12:27 AM.

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.00971 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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