View Full Version : Request read receipt radio button checked by default
SHOBizzy
05-01-2006, 04:44 PM
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! :)
Protoman
05-01-2006, 06:27 PM
edit the pm_newpm template
find<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>
replace with<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>
SHOBizzy
05-01-2006, 08:24 PM
Thank you very much! :banana:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.