The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PM Return Receipt Marked by Default
For the life of me I *know* I saw instructions here *somewhere* for having the 'request return/read receipt' marked as default for Private Messages. I've run searches for everything I can thing of for naught. Isn't it just a simple template edit? Only moderators and admin have the option of requesting read receipts but most of the time we forget to check it off when sending 'official' pm's. I'm running 3.6.7 PL1.
|
#2
|
||||
|
||||
you can edit the pm_newpm template
|
#3
|
|||
|
|||
this is what mine is showing (pm_newpm template)
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> oh I suppose I should add that only moderators on my board can send return receipts, I had to take it away from the regulars because they NEVER cleared their receipts out... *grumbles* much like they don't clear out their pm's they've sent and received.... |
#4
|
||||
|
||||
replace $checked[receipt] with
HTML Code:
checked="checked" |
#5
|
|||
|
|||
Thank you!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|