Quote:
Originally Posted by styleforum
It looks like it was just on the first couple messages I tried. I am guessing it happened because the messages were already in the "move to" forum. Thanks though.
Is there any way to disable the "send email" options or other options from being checked? I don't want to mail my spammers and I don't really want to get mail when the thing has been used, and my mods sometimes forget to uncheck things.
Thanks. Great script BTW. We are loving the ease of destruction over here. 
|
You're quite welcome
Alright, for the serious stuff, lemme look at the template code here (been a while...)...
Alright, disable all emails, take these lines...
Code:
<input type="checkbox" value="1" name="DOESPAMMER" checked>Email Spammer<br>
<textarea cols="30" rows="8" name="emailtext">
$vboptions[settingdefaultemail]
</textarea><br>
<input type="checkbox" value="1" name="DOWEMAS" checked>Email Webmaster<br>
And change them to...
Code:
<input type="hidden" value="0" name="DOESPAMMER" checked>Email Spammer<br>
<input type="hidden" value="0" name="DOWEMAS" checked>Email Webmaster<br>
Should do the trick
I'll be sure to throw that in the update as an option (Version 2.0 coming...sometime in the next month, I promise, got a bunch of stuff I backburnered during school catching up with me first

).
-RD