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.
Whisperfi
SubJunk
✭✭
Whisperfi
0
Comments
Turned "Force notification in all cases" on with no results.
Any debugging info I should be aware of?
-> one in the panel below notifi settings
-> one in the forum preferences page
What's the difference between them? ('Display the "new whispers" notification' and 'Tell me when someone whispers a comment to me')
From my understanding they're supposed to do the same? Am I missing something?
From what I've saw, I've neglected the Forum Preferences page option, thus not working.
Nevertheless, when disabling both options in the account page and enabling "Force all" the whisper notification isn't displayed.
I have fixed the configuration problem now with 1.0.1, so now there should be only one option for users, unless Force Notification is switched on by an admin, in which case the user gets no option.
As for your latest post, I'll check it out. Can you please check if that bug is also in the Whisper Notification extension, or just Whisperfi? It will help me see what is causing the problem.
Notice: Undefined index: DiscussionID in /home/myfolder/forum/extensions/Whisperfi/default.php on line 55
Notice: Undefined variable: DiscussionForm in /home/myfolder/forum/extensions/Whisperfi/default.php on line 56
Working on a good way to fix it. I've identified the bug though.
@germain:
Shortly I will upload a fix
same here:
otice: Undefined index: DiscussionID in /WWWROOT/152304/htdocs/extensions/Whisperfi/default.php on line 55
Notice: Undefined variable: DiscussionForm in /WWWROOT/152304/htdocs/extensions/Whisperfi/default.php on line 56
Notice: Trying to get property of non-object in /WWWROOT/152304/htdocs/extensions/Whisperfi/default.php on line 56
Notice: Trying to get property of non-object in /WWWROOT/152304/htdocs/extensions/Whisperfi/default.php on line 56
Don't worry, I'm happy you did it.
Thanks again.
I took a look at the code and... well, the SQL queries in it had big issues: in several places the
$Context->Configuration['DATABASE_TABLE_PREFIX'];
is not used at all (in the query that marks the whispers as seen the tables are called "Vanilla_Comment" and "Vanilla_Discussion", but my prefix for example is "LUM_".
I fixed it for my personal use, I can send you the modded file if you want.
(it seems to be working ok)
Replication:
-> create a whisper to user A in discussion 1
-> create a whisper to user A in discussion 2
-> log in user A
-> notification appears at top with link 1 and link 2
-> user A clicks link 1
-> reads it and returns to discussion overview
-> notification disappears and user A no longer knows what was link 2
There's another bug but I'm trying to replicate it so I can post it here.