Register   Login
     
  Latest Posts  
RE: Google Maps
by smcculloch on 11/23/2008 10:29 AM
RE: I cant get rss feeds to work correctly
by smcculloch on 11/23/2008 10:27 AM
captcha still proken
by StatisticsIO on 11/23/2008 6:11 AM
RE: Comments RSS feeds
by StatisticsIO on 11/23/2008 6:09 AM
Regions and Copuntry List scripts for Location Types
by rodneyjoyce on 11/23/2008 4:56 AM
RE: BUG: Sort by: Price
by usheen on 11/23/2008 1:23 AM
RE: News Articles 301 Redirect
by mcox on 11/22/2008 11:16 PM
RE: I cant get rss feeds to work correctly
by davidthomson on 11/22/2008 11:14 PM
Google Maps
by bmurphy on 11/22/2008 11:11 PM
RE: News Articles 301 Redirect
by swebster on 11/22/2008 10:47 PM
  Forums  
Subject: Email Notification
Prev Next
You are not authorized to post a reply.

Author Messages
Rick TonerUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:99


5/04/2005 12:49 PM  

Scott,


Is there any way we could have the Email Notification turned on by default when the module is installed and when a new user registers?


I just know I have had quite a few members not even know they had a private message for weeks and I think it would be better on by default.  That is just my opinion.


Thanks
Rick

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12450


5/04/2005 2:51 PM  

I agree - I might turn it on by default


Scott McCulloch
Site Administrator
Jack HoelzUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:810


5/04/2005 3:48 PM  
Please do.

Get The Net!!

Jack Hoelz
Rick TonerUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:99


5/06/2005 11:12 AM  

Thanks Scott,


Do you have a script that will let me update everyone to get it automatic for now?


Thanks
Rick

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12450


5/14/2005 7:58 AM  
Hi, the latest release (01.03.00) is switched on by default.

You can update the DnnForge_PrivateMessages table to set the default on
for existing users, but the only ones that should appear in here, are
the ones that have already set that option. So best to leave them I
think.


Scott McCulloch
Site Administrator
Rick TonerUser is Offline
Gold Membership
Nuke Addict
Nuke Addict
Posts:99


5/16/2005 7:33 AM  
Scott,
I did end up making a script that dumped the defaults to true.

INSERT INTO dbo.DnnForge_PrivateMessages_UserSettings(UserID, SettingName, SettingValue)
SELECT     dbo.Users.UserID, 'EmailNotification' AS SettingName, 'True' AS SettingValue
FROM         dbo.Users LEFT OUTER JOIN
       dbo.DnnForge_PrivateMessages_UserSettings ON dbo.Users.UserID = dbo.DnnForge_PrivateMessages_UserSettings.UserID
WHERE     (dbo.DnnForge_PrivateMessages_UserSettings.UserID IS NULL)
 
Rick
 
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12450


5/16/2005 4:30 PM  
Well done! Thanks for sharing!

Scott McCulloch
Site Administrator
You are not authorized to post a reply.
Forums > Modules > Private Messages > Email Notification



ActiveForums 3.7