Tennis=Life
Senior Member
this code automatically saves your sent PMs....here's the code...
Put this in Admin CP->Board Wrappers->Footer
Code:
<script type='text/javascript'>
<!--
// automatically check the 'Add copy to sent items' box at PM compose page
// code by Stefan
if (document.forms['REPLIER']) {
if (document.REPLIER.add_sent) {
document.REPLIER.add_sent.checked = true
}}
// -->
</script>
Put this in Admin CP->Board Wrappers->Footer