View Full Version : How to make PMs always make "confirm read receipt" ?
King Justice
05-30-2008, 01:43 PM
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, 01: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, 01:52 PM
yes.. you are correct..;)
just need to put checked="checked" in Private Message Templates/pm_newpm
find this:-
<if condition="$show['trackpm']"><div><label for="cb_receipt"><input type="checkbox" name="receipt"
and replace with this:-
<if condition="$show['trackpm']"><div><label for="cb_receipt"><input type="checkbox" name="receipt" checked="checked"
King Justice
05-30-2008, 04: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, 09: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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.