
Originally Posted by
Yourvirtualworld
As currently configured, they're not allowed to send mail unless they're registered and logged in so they're redirected to the login/register page. None of them have EVER registered or logged in...... but the "contact_us" links (/index.php?main_page=contact_us&action=send&zenid=*********) keep humming along. This problem has been posed in other parts of the forum but nobody has offered a workable solution to date.
I am happy that you like the template and use it for your live site ;)
Have you been banning the offending ips? There is no absolutely fool proof way of stopping spam, but you might consider removing the contact us form from the header drop down and installing the google recaptcha module for your contact us page.
If you want to replace the footer contact us link you will edit includes/languages/english/extra_definitions/sheffield_blue/footer_menu_defines.php
Code:
Define('CONTACT','<li><a href="mailto:your email address">' . BOX_INFORMATION_CONTACT . '</a></li>');
Thanks,
Anne
Bookmarks