Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Set "new discussion notifications" to TRUE on new users

How can set "new discussions notification" to TRUE when new users register?

Thank you !

Tagged:

Answers

  • Can you at least tell me what database is stored? or where is the script saves the new user?

    Thanks you ! : )

  • Thanks hbf. Yes are in the config.php, but i cant found the setting for "New Discussion" What is?

    // Default Preferences
    
    $Configuration['Preferences']['Email']['ConversationMessage']   = '1';
    
    $Configuration['Preferences']['Email']['AddedToConversation']   = '1';
    
    $Configuration['Preferences']['Email']['BookmarkComment']       = '1';
    
    $Configuration['Preferences']['Email']['WallComment']           = '0';
    
    $Configuration['Preferences']['Email']['ActivityComment']       = '0';
    
    $Configuration['Preferences']['Email']['DiscussionComment']     = '0';
    
    $Configuration['Preferences']['Email']['DiscussionMention']     = '0';
    
    $Configuration['Preferences']['Email']['CommentMention']        = '0';
    
    $Configuration['Preferences']['Popup']['ConversationMessage']   = '1';
    
    $Configuration['Preferences']['Popup']['AddedToConversation']   = '1';
    
    $Configuration['Preferences']['Popup']['BookmarkComment']       = '1';
    
    $Configuration['Preferences']['Popup']['WallComment']           = '1';
    
    $Configuration['Preferences']['Popup']['ActivityComment']       = '1';
    
    $Configuration['Preferences']['Popup']['DiscussionComment']     = '1';
    
    $Configuration['Preferences']['Popup']['DiscussionMention']     = '1';
    
    $Configuration['Preferences']['Popup']['CommentMention']        = '1';
    
  • I've noticed this option (alongside 'new comment') is part of 'advanced notifications' (in permission/role settings), so could it be that the default setting is found some where else? Can't see it in config.php?

Sign In or Register to comment.