![]() |
Request read receipt radio button checked by default
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! :) |
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> |
Thank you very much! :banana:
|
All times are GMT. The time now is 07:36 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|