I think you guys need...

Tennis=Life

Senior Member
Joined
Oct 6, 2005
Posts
7,463
Bells
1,050
Love Tokens
0
Cupid Coins
0
this code automatically saves your sent PMs....here's the code...



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
 
Thank you for the code, I really like it when the PMs get saved automatically.


^_^
 
There is one thing bad about it though....it adds to your PM count...but you can just delete them if you don't want to save them


;)
 
yea, id really like to have pms saved, but i always forget and regret it then.
thanks!
 
this code was removed due to possibly being the cause for the slow load times
 
Back
Top