Quote:
Yesterday at 04:58 PM Gruntie said this in Post #131
wow..this now tops the list as my favorite hack 
one question however..I'm not planning on using the 'Member Profile' add-on...i would however like to remove the server field, and force it to always use mail.whatever.com. do-able?
|
Easily done.
Open email.php, find:
PHP Code:
$errormessage .= "<tr><td align=right><normalfont>Server: </normalfont></td><td><input TYPE=text NAME=host value='$host'></td></tr>\n";
REPLACE with:
PHP Code:
$host = "mail.yourserver.com";
$errormessage .= "<tr><td align=right><normalfont>Server: </normalfont></td><td><normalfont><b>$host</b></normalfont></td></tr>\n";
And change the variable "mail.yourserver.com" to your own mail server.
Done.
The other questions by other people - I will have to deal with them later... gotta go to university now.
Most of them, like the double output, I cannot explain to be honest, but I will try to look into it.
And @ gruntie - go ahead and set me an account, and email me the details, and I will go and start testing it out.