UBB.Dev
Posted By: deepblue_dup1 Database command request - 01/14/2005 7:06 AM
When i send a pm to all users using one of the mods I want all users to receive that pm in their pm inbox and in their email

what is the command so all user are set to receive pm's by email? and the command to set all users to accept pm's from administrator?

Thanks
Posted By: Astaran Re: Database command request - 01/14/2005 5:24 PM
Receive pms via email

Update w3t_Users SET U_Notify = 'On';

Accept pms from admins:

Update w3t_Users set U_AdminEmails = 'On';

As always, perform a database backup first.
Posted By: deepblue_dup1 Re: Database command request - 01/17/2005 11:34 PM
Thank you very much
That will help me a lot
© UBB.Developers