hi,
now I got it with the Contact form but now its saying something like this "this user has not provided a guilty emailaddeess"
where can I change this?
I set the Localsettings already
$wgEmergencyContact = "info@mydomain.com"; $wgPasswordSender = "info@mydomain.com";
The ContactPage.php
# Configuration // Name of a registered wiki user who will receive the mails $wgContactUser = myusername; // E-mail address used as the sender of the contact email, if the visitor does // not supply an email address. Defaults to $wgEmergencyContact. $wgContactSender = null;
// The name to be used with $wgContactSender. // This will be shown in the recipient's e-mail program $wgContactSenderName = 'Contact Form on ' . $wgSitename;
// If true, users will be required to supply a name and an e-mail address // on Special:Contact. $wgContactRequireAll = false;
mediawiki-l@lists.wikimedia.org