Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Turning On Whisper Notification for All Members
Hi,
I have the whisper notification extension installed and I wondered if someone could tell me the SQL query to turn on whisper notification on all members?
thanks
0
This discussion has been closed.
Comments
$Configuration['DEFAULT_WHISPER_NOTIFY_VISIBLE'] = '1';
I'm aware that this probably isn't right phrase, but is this possible?
Thanks
I've been looking at the users database and it seems that its not just a simple case of turing a 0 into a 1.
$Configuration['PREFERENCE_DisplayPrivateDiscussions'] = 1;
into conf/settings.php$Configuration['PREFERENCE_ShowPrivateDiscussions'] = 1;
Thank you so much.
$Configuration['PREFERENCE_NotifyOnNewWhisper'] = 1;
Worked a treat.
I've removed the check box from the Personal Information page but I'd like it if new members real name was visible by default.
Thanks.
I did have a question on showing their email as default though. The database is now set to "1" as the default, but for some reason this gets overwritten by a "0" during the application process. Any idea why?
i was no longer able to see the two links for listing whispered comments/discussions so i had to remove the line again.