Форумы / Cotonti / Support / How to set pm notify to on in registration?

I want users to get emails when they get a PM.

Xerora
#30156 09.07.2011 22:43

You will need a plugin for this or just change line 181 in system/core/users/user.registration.inc.php to be 1 and not 0. 

Assuming you're using 0.6.17 that is. You can change all the currently set accounts as well with: (in phpmyadmin or the likes)

UPDATE sed_users SET user_pmnotify='1'