vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to change default settings? (https://vborg.vbsupport.ru/showthread.php?t=192000)

queengoc 09-26-2008 06:40 PM

How to change default settings?
 
I have two default settings that I'd like to change.

1. I don't want Save a copy of this message in your Sent Items folder. to no longer be automatically checked. The inboxes get full quite fast due to this being automatically marked.

2. When I delete messaged I would prefer the default to be to physically remove the message versus a soft delete since I never use soft delete.

If anyone can guide me that would be wonderful.

Thanks!

Lynne 09-26-2008 07:14 PM

2. Physically Remove Post/Thread As Default (How?)

queengoc 09-27-2008 08:25 PM

Thank you Lynn for always guiding me in the right direction! :D

user02934123123 09-28-2008 09:29 PM

Since Lynne's already answered one of your two questions, I'll take a stab at the other:

Quote:

Originally Posted by queengoc (Post 1631145)
1. I don't want Save a copy of this message in your Sent Items folder. to no longer be automatically checked. The inboxes get full quite fast due to this being automatically marked.

To do this, go to AdminCP > Style Manager > Your Style > Edit Templates. From the list of templates, double click on Private Message Templates, then open the pm_newpm template in the editor.

Find the following line, and particularly the bit in red:

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>
Change the red bit so it reads:

Code:

<div><label for="cb_savecopy"><input type="checkbox" name="savecopy" value="0" 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>
That ought to do it.

queengoc 01-30-2009 05:20 AM

Thank you monForum.


All times are GMT. The time now is 07:18 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.00940 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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