The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Private message read reciept
Anyone know how to get rid of this evil pop up box everytime a pm is sent?
|
#2
|
||||
|
||||
Quote:
|
#3
|
||||
|
||||
No I figured they would refer me here.
|
#4
|
||||
|
||||
I removed the poup and replaced it with a checkbox (for which a default can be set in User CP/ Edit Options / Messaging & Notifications.
But this does not qualify as a hack, it's a pure template modification. |
#5
|
||||
|
||||
You mind posting that template edit?
|
#6
|
||||
|
||||
Hmm, we use a very custom style that has almost nothing in common with the default style ^.^
Lemme check ... In Template pm_newpm FIND and REMOVE Code:
else if (formname.dopreview != true) { <if condition="$show['trackpm']"> if (confirm("$vbphrase[request_receipt_for_message]")) { formname.receipt.value = 1; } </if> } HTML Code:
<input type="hidden" name="receipt" value="0" />
HTML Code:
<div><label for="cb_parseurl"><input type="checkbox" name="parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div> HTML Code:
<if condition="$show[trackpm]"> <div><label for="cb_receipt"><input type="checkbox" name="receipt" value="1" id="cb_receipt" tabindex="1" <if condition="$bbuserinfo[fieldx]">checked="checked"</if> />$vbphrase[request_receipt_for_message]</div> </if> |
#7
|
||||
|
||||
AHH I had the first two figured out but didnt know where to add that code.Thank you very much.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|