The Arcive of vBulletin Modifications Site. |
|
Default PM Read Receipts Details »»
|
|||||||||||||||||||||||||
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* Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Nice. Thank you
|
|
#3
|
|||
|
|||
|
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> |
|
#4
|
|||
|
|||
|
Quote:
Quote:
|
|
#5
|
|||
|
|||
|
What if a user does not have access rights to request read receipts? Does this MOD keep this checkbox hidden from them?
|
|
#6
|
||||
|
||||
|
Great mod, thanks.
|
|
#7
|
||||
|
||||
|
good question
|
|
#8
|
||||
|
||||
|
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 |
|
#9
|
||||
|
||||
|
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!
|
|
#10
|
||||
|
||||
|
Excellent, many thanks
|
![]() |
|
|