At the moment, phpBB installations provide no way for a non-registered user to contact the administrators of the board. In fact, depending on permissions, even a registered user may not be able to PM administrators. There are many cases where getting in touch with an administrator is very important (DMCA notices, problems with registration, etc.). In fact, some countries require contact information to be readily available on websites.
On a personal note, this results in tons of complaints in my inbox. People follow the link from "powered by phpBB" to our contact page and give me an earful about things we have nothing to do with.
Additionally, we currently list the administrator's email address in plaintext on the registration page. I usually end up forwarding complaints to this email address. Needless to say, listing the email address in plaintext is less than ideal.
Suggestion:
1) Create a default contact page and link to it in the footer of each board.
2) The existing email template may be re-used or at least adapted for this page.
3) Add a new configuration option to the ACP to allow administrators to add a custom message above the textbox
4) The header to the email message should make it clear where the email came from
5) Replace the message on the registration page with a link to the contact page
Notes:
1) A CAPTCHA cannot be used on this page due to accessibility issues.







