PDA

View Full Version : Sent items folder


rinkrat
06-04-2003, 03:57 PM
How do I prevent VB from copying every user's PM's to the "Sent Items" folder? People's folders are filling up by having this as a default. How do I change it to NOT copy each PM to this folder??

Gary King
06-05-2003, 01:33 AM
Open template: priv_sendprivmsg

Find:

<input type="checkbox" name="savecopy" value="yes" checked>

Replace with:

<input type="checkbox" name="savecopy" value="yes">

rinkrat
06-05-2003, 09:23 PM
Awesome! Thanks!!

Gary King
06-05-2003, 09:47 PM
No problem :)