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 make PMs always make "confirm read receipt" ? (https://vborg.vbsupport.ru/showthread.php?t=181017)

King Justice 05-30-2008 12:43 PM

How to make PMs always make "confirm read receipt" ?
 
Hi.

How can I always make it so that when I send PMs, the checkbox for "make user confirm read receipt" or whatever option is always checked?

Thanks. :erm:

Jase2 05-30-2008 12:49 PM

You would need to add checked="checked" to either pm_receipts or another private message template -- not sure off the top of my head.

veenuisthebest 05-30-2008 12:52 PM

yes.. you are correct..;)

just need to put checked="checked" in Private Message Templates/pm_newpm

find this:-

Code:

<if condition="$show['trackpm']"><div><label for="cb_receipt"><input type="checkbox" name="receipt"
and replace with this:-

Code:

<if condition="$show['trackpm']"><div><label for="cb_receipt"><input type="checkbox" name="receipt" checked="checked"

King Justice 05-30-2008 03:13 PM

I don't understand how DP made it then...that forum you have an option in edit profile or options and you can check whether or not you want every PM to have read receipt checked or not.

Jase2 05-31-2008 08:04 AM

Then they have simply created a user profile field and used an if statement. You will need to ask how to do this in the "Programming" forum.


All times are GMT. The time now is 09:01 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.02004 seconds
  • Memory Usage 1,708KB
  • 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
  • (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