The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
For both new PMs and PM replies I'd like to have the radio buttons for "request read receipt" checked by default. I know there was a mod out there for 3.0.6 but I've been unable to find it.
What do I need to modify in the templates to make this happen for 3.5.4? Many thanks in advance! ![]() |
#2
|
||||
|
||||
![]()
edit the pm_newpm template
find Code:
<if condition="$show['trackpm']"><div><label for="cb_receipt"><input type="checkbox" name="receipt" value="1" id="cb_receipt" $checked[receipt] />$vbphrase[request_receipt_for_message]</label></div></if> Code:
<if condition="$show['trackpm']"><div><label for="cb_receipt"><input type="checkbox" name="receipt" value="1" id="cb_receipt" checked />$vbphrase[request_receipt_for_message]</label></div></if> |
#3
|
|||
|
|||
![]()
Thank you very much! :banana:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|