Quote:
Originally posted by JJR512
bira...check your database. Check the thread table, and look specifically at the postuserid fields. Most of mine were set to 0. (The postusername fields are fine, which is why I think I didn't notice any problems where it is supposed to say who started the thread.)
I think the problem seems to come from updating counters, specifically update forums info. I did this while I was looking at the table, and afterwards, most of the postuserid that wasn't already 0 now was.
tubedogg, I'm back on ICQ.
|
Yep, you're right.
OK, so I changed the query in members.php to
Code:
SELECT COUNT(title) AS starts FROM thread WHERE postusername='$userinfo[username]' AND open!='10'
And it works fine.
I'm curious to know why the update counters change the postuserid column to 0 though...