Quote:
Originally posted by Bane
JJR512: Have you pruned threads? I'm looking at my board and it seems to be just the difference of how many posts in the test board.
Maybe try updating the counters?
|
Nope, I've never pruned. Updating counters didn't do anything; in fact, I even ran a script provided by someone else here a while ago that updates every member's post count with the actual number of posts on record for that member in the database. Sometimes the post count record does get a bit off. My post count came out to be the same thing, though.
Quote:
Originally posted by GenSec
O, sorry. I forgot to say that above this you shoud change
Code:
$result1=$DB_site->query_first("SELECT username FROM user WHERE userid=$user1[userid]");
to
Code:
$result1=$DB_site->query_first("SELECT username,posts FROM user WHERE userid=$user1[userid]");
|
OK, I did that and now my correct post count is displayed. So thanks! But there is still one problem left: I am at the top of the list, but the second person has more posts than I do.