Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repetition of the notifications #1

Open
Ashish-Bansal opened this issue Jul 25, 2014 · 3 comments
Open

repetition of the notifications #1

Ashish-Bansal opened this issue Jul 25, 2014 · 3 comments

Comments

@Ashish-Bansal
Copy link

If some user up votes a question and then down votes, both of them are shown, that user upvoted and downvoted a question. I think this is not the right way.If some had up voted a post and later on if he down votes it then only down voted notification should be shown in the panel should be shown. This repetition is because of the reason that you just get the entries from the qa_eventlog table implemented in the event logger plugin which u you have integrated in your plugin and print them into the your div. So i would recommend you to apply filter to correct it up.
The code which i have send you already have a filter(in qa-site-notification-pro-page.php) after the big for loop.Try to get it from there.If i get time i would also send you patch for this one.
Thanks
Ashish Bansal

@q2apro
Copy link
Owner

q2apro commented Nov 13, 2014

@Ashish-Bansal As far as I could see, I have not received any code from you yet.

@Ashish-Bansal
Copy link
Author

Hey I have stopped web development and I am really sorry that I am currently busy. BTW I had send modified qa-site-notification-pro-page.php earlier iirc. You can get the code from that.

@q2apro
Copy link
Owner

q2apro commented Nov 15, 2014

Cannot find the file under your gmail address. But anyways, I will code it myself later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants