The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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: |
#2
|
|||
|
|||
![]()
You would need to add checked="checked" to either pm_receipts or another private message template -- not sure off the top of my head.
|
#3
|
||||
|
||||
![]()
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" Code:
<if condition="$show['trackpm']"><div><label for="cb_receipt"><input type="checkbox" name="receipt" checked="checked" |
#4
|
|||
|
|||
![]()
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.
|
#5
|
|||
|
|||
![]()
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.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|