Is it possible to disable the "Allow users to email you?" checkbox while registering? We do not want any members to be able to send emails to each other.
The only emails we want allowed to be sent are from administrators to members.
Admin -> Security and Moderation -> General -> Allow viewable email addresses? (uncheck)
I already have it unchecked but that option still shows on the register page. Will doing that disable emailing from member to member even if they check that box while signing up?
No that option hs nothing to do with the e-mail function really.
Quote
If this option is enabled instead of users email addresses being hidden to normal members and guests they will be publicly viewable on the forum. Enabling this will put your users at greater risk of being victims of spam as a result of email harvesters visiting your forum. Note this setting does not override the user setting for hiding their email address from users. Enabling this setting is not recommended.
I'm not actually sure if there is an option to completely disable emailing between users.... I just tried to find such an
option...
Could someone say where and what needs to be taken out of the script to totally remove this option from the profile please?
Anyone?
Hi,
We have an issue related to this. When a users enables "Allow users to email me" also guests are able to email that user whithout even a captcha or anything else restricting spam.
So these users are retrieving spam!
The option is in secutiry and moderation. I was looking at permissions :S
treehugger, open up /Themes/default/Register.template.php:
<dt><strong><label for="allow_email">', $txt['allow_user_email'], ':</label></strong></dt>
<dd>
<input type="checkbox" name="allow_email" id="allow_email" tabindex="', $context['tabindex']++, '" class="input_check" />
</dd>
That should remove that option in the registration page.
Thank you Greyknight - when nobody relpied on this thread I opened Remove some text from registration page and Ha2 came up with the answer for me - I didn't want to mark this as solved because it wasn't my thread. :D
Sorry for bumping such an old message, but is the above fix still the only way to fix this? To edit code? Is there not an option anywhere in the settings to disable users from emailing other users?
Here you go, bud.
http://custom.simplemachines.org/mods/index.php?mod=3598