How To remove the "Save a Copy" check box by default when sending a PM. - NBS






 

 

How To remove the "Save a Copy" check box by default when sending a PM. - NBS

View Full Version : How To remove the "Save a Copy" check box by default when sending a PM.


M3NF
04-May-2005, 02:10 PM
Ok just goto your admin area.
Then select from left hand menus. "Styles & Templates"
Then "Style Manager"
And then select (edit template) on main screen the style you wish to change this for.
Now select edit on the "Private Message Templates"
Then on "pm_newpm"

On the new screen replace the code with the following :-


Code:

<div>
<label for="cb_savecopy">
<input type="checkbox" name="savecopy" value="1" id="cb_savecopy" tabindex="1"
<if condition="$postpreview">$checked[savecopy]
</if> />
<phrase 1="private.php?$session[sessionurl]folderid=-1">$vbphrase[save_copy_in_sent_items_folder]
</phrase>
</label>
</div>


And save.

All done.