MyBB Community Forums

Full Version: Admin Post Count 0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I just converted from phpbb3 and a lot of things worked, the only thing is that my account, the admin account, has a post count of zero. I tried recount and rebuild but its still no good.

EDIT: All of the members post counts are at zero. When viewed on their profile and topic page.
Can you take a look into a database, and check if there is a post count 0 set on your user?
Yes the "postnum" and "threadnum" is set to 0.
Run this query via phpmyadmin:
Quote:UPDATE mybb_forums SET usepostcounts = '1';

Remember to replace mybb_ with your prefix.
It still didn't work. Nothing happened.

EDIT: After doing that, I recounted and rebuilt and it worked, thanks.
Hello! I have an error message with sql query.

Erreur

Requête SQL :

UPDATE `SET` mybb_forums` usepostcounts` = "1"


MySQL a répondu: [Image: dot.gif]
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` usepostcounts` = "1"' at line 1 
Copy the query Jovan posted above - it's not the same you posted...
Merci  Smile
Hi !
I have the same issiue. I change usepostcounts and usethreadcounts value to 1. After that recount & rebuild data but nothing happend Sad Just look, my users has 0 post...

http://mowicz.com/ForumMybb/member.php?a...file&uid=1

Can someone can help me Smile ?
Have you used 1.8.1? This issue is fixed there.
Pages: 1 2