vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Changing Private Message Defaults.... (https://vborg.vbsupport.ru/showthread.php?t=46778)

WoodiE 12-18-2002 06:49 PM

Changing Private Message Defaults....
 
Is there anyone to change the default setting of a Private Message? Such as making:

Show Signature
Save a copy
Request Read Receipt

UNchecked?

Right now all those options have are checked each tiem a user sends a PM. Its been requested that they not be, as most have to uncheck them each time they send a PM.

Any suggestions?

-WoodiE

WoodiE 12-19-2002 02:54 AM

anyone?

Logician 12-20-2002 09:12 AM

Show Signature
This is configured according to user's signature settings so I dont suggest disabling it hard coded but if you still want to do here is how:
edit private.php, find:
PHP Code:

eval("dooutput(\"".gettemplate("priv_sendprivmsg")."\");"); 

before that add:
PHP Code:

$signaturechecked ''


Save a copy

edit template priv_sendprivmsg find:
PHP Code:

<input type="checkbox" name="savecopy" value="yes" checked

replace as:
PHP Code:

<input type="checkbox" name="savecopy" value="yes"


Request Read Receipt
edit template priv_requestreceipt find:
PHP Code:

<br><input type="checkbox" name="pmreceipt" value="yes" checked> <b>Request Read Receipt:</bAllows you to check whether your message has been read by the recipient

replace it as:
PHP Code:

<br><input type="checkbox" name="pmreceipt" value="yes"> <b>Request Read Receipt:</bAllows you to check whether your message has been read by the recipient


Fordaz 02-25-2004 12:05 PM

For the "Request Read Reciept" should it not be value="no"? There seems to be no change between the codes you posted.

Logician 02-25-2004 06:39 PM

there is.. it lacks "checked" ;)


All times are GMT. The time now is 11:34 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.01560 seconds
  • Memory Usage 1,722KB
  • 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
  • (6)bbcode_php_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