Quote:
Originally Posted by Eole
Hi,
When someone vote on a post, the thread appears as many time as there are posts that have been voted (+ or -). Who to avoid this duplicates ?
Thanks.
|
That's certainly not something that should be happening... It sounds like something is going wrong with your mySQL records...
Take a look at the table helpfulpost and a post that shows up multiple times. There should be just
one entry per postid.
I.E. SELECT COUNT(*) FROM helpfulpost WHERE postid = '
12345';