Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
New discussion: Comment -1

Hi everyone,
I'm experiencing a problem with Version 2.1a26. Somehow the actual number of comments is always x - 1. So, especially when I start a new discussion, I have -1 comments. http://community.gewthailand.com
How can I fix this behavior?
Thanks!
0
Comments
You either have to look at the default value for 'number of comments' in the discussions table or 'follow' what happens when you save a discussion's first post. Turn on Firebug and follow the jquery javascript request, then follow which controller / action gets executed.
There was an error rendering this rich post.
Hi UnderDog,
I've had a look in MYSQL. Everything seems to be fine.
Count Comments: 3
Count Comments: 0
Count Comments: 0
I suspect that a plug-in is at fault (the one displaying the values). I will try to check on the Firebug / javascript query.