![]() |
Default PM Read Receipts
I've had a few complaints from my members about the way they have to click the 'Request a read receipt for this message' checkbox each and every time they send someone a private message. Most would like to have this on by default, so I created this quick add-on to accommodate that request.
Features:
Installation Overview: Files to Modify: 1 Templates to Modify: 0 Product: -Plug-Ins: 0 -Templates: 0 -vB Options: 0 -Phrases: 0 Version History: 1.0.0 - Initial release. *Tested and works for vBulletin versions 3.5.x to 3.6.0* |
Nice. Thank you
|
You only need to change one template to make it default ticked. There is no need to modify any files !!!
To do so, open the template pm_newpm Search for 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="checked" />$vbphrase[request_receipt_for_message]</label></div></if> |
Quote:
Quote:
|
What if a user does not have access rights to request read receipts? Does this MOD keep this checkbox hidden from them?
|
Great mod, thanks.
|
Quote:
|
Hi
Thanks, I was looking for this a long time. Is there any way to make this a plugin by any chance without the file edit? StarBuG |
Does anyone know if this works with version 3.8.0? I've been looking for something like this and am really hoping it does!
|
Excellent, many thanks :D
|
All times are GMT. The time now is 09:15 PM. |
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:
|