It looks like you're new here. If you want to get involved, click one of these buttons!
How can set "new discussions notification" to TRUE when new users register?
Thank you !
Can you at least tell me what database is stored? or where is the script saves the new user?
Thanks you ! : )
the default settings are in the config.php file
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong.
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?
Answers
Can you at least tell me what database is stored? or where is the script saves the new user?
Thanks you ! : )
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •the default settings are in the config.php file
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Thanks hbf. Yes are in the config.php, but i cant found the setting for "New Discussion" What is?
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •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?
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •