Topic: User info in posts

I hope this is the right forum to ask...

I would like to disable the possibility to use form for sending mails to members by another members. I see 'User info in posts' option id admin panel but disabling it gives stil posibility for users to display profile.php page (by clicking on member name).
Is there any option to disable sending mail (misc.php?email=x)?
Thanks

Re: User info in posts

Set everyone's email option to "Hide your e-mail address and disallow form e-mail." in the database, then remove the code for it in register.php and profile.php

Re: User info in posts

Smartys wrote:

Set everyone's email option to "Hide your e-mail address and disallow form e-mail." in the database

For the purpose try using this code.

UPDATE (prefix)users SET email_setting = 2;

Re: User info in posts

Hello,

could someone tell me, which parts from register.php and profile.php have to be removed?
I don't want to mess up the code or edit the wrong parts.

Regards
Tom

Re: User info in posts

Hi,

I've still not dared to touch the code...
Could someone please help me out?

Which parts from register.php and profile.php have to be removed?

Regards
Tom