2010-11-20, 12:27 PM
2010-11-20, 11:59 PM
From the private_send template:
If you just want to stop them being ticked, remove {$optionschecked['savecopy']} and {$optionschecked['readreceipt']}, or remove the full line of HTML for each to remove the option completely.
<label><input type="checkbox" class="checkbox" name="options[signature]" value="1" tabindex="5" {$optionschecked['signature']} />{$lang->options_sig}</label><br />
<label><input type="checkbox" class="checkbox" name="options[disablesmilies]" value="1" tabindex="6" {$optionschecked['disablesmilies']} />{$lang->options_disable_smilies}</label><br />
<label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1" tabindex="7" {$optionschecked['savecopy']} />{$lang->options_save_copy}</label><br />
<label><input type="checkbox" class="checkbox" name="options[readreceipt]" value="1" tabindex="8" {$optionschecked['readreceipt']} />{$lang->options_read_receipt}</label><br />
If you just want to stop them being ticked, remove {$optionschecked['savecopy']} and {$optionschecked['readreceipt']}, or remove the full line of HTML for each to remove the option completely.
2010-11-21, 01:48 AM
thanks dude, will give it a try
Sorted, thanks fella
Sorted, thanks fella