English version - [General] Stop Users Emailing Each Other?
Toon - 03-03-2010, 22:40 Temat postu: [General] Stop Users Emailing Each Other? I tried to disable users being able to email each other but when I did, no emails were being sent including topic reply notifications etc. I just want to stop users being able to email each other via the board but only to be able to contact them via PM...
lui754 - 04-03-2010, 19:39
Change your signature, because it violates the rules of this forum. So remove the links "Designer Clothing & Accessories | Dropship Forum"
Returning to the problem, what are your settings in
PA> General> Configuration> Main> EMAIL ?
Toon - 08-03-2010, 19:41
OK, done. settings are:
User email via board. Enabled
Next three boxes all have our email address.
Use SMTP Server for email. No
If I change the first option to Disabled it disables email for the whole board including topic replies etc.
Bucu - 08-03-2010, 19:53
Toon, little hack for this:
open includes/usercp_email.php
and find
Kod: | if ( !empty($HTTP_GET_VARS[POST_USERS_URL]) |
before add:
Kod: | if (!in_array($userdata['user_id'], array(2,1037)))
{
message_die(GENERAL_MESSAGE, 'No Access!');
} |
Change 2 and 1037 - this is array for exclusions. Enter here id`s of people who will be allowed to sent email`s via forum.
|
|
|