The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
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> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|