Loading...
 
Features / Usability

Features / Usability


interuser messages

posts: 5

hi there,

i want the option "other users can send me messages" to be activated by default in the user settings. what do i have to change? thank you,

michi

posts: 1092

All the default pref can be tackled in tiki-register.php
Change in the line 'n' to 'y'

Image
Copy to clipboard
$tikilib->set_user_preference($_REQUEST["name"], 'allowMsgs', 'n');


In 1.10 you will have an interactive interface to do that

sylvie