Quote:
Originally Posted by kall
Well you have no avatars then.
PHP Code:
SELECT COUNT(*) as avatar
FROM " . TABLE_PREFIX . "user where avatarid!='0'
");
That returns a value equal to the number of users with an avatar from your database. The previous call returns the number with custom avatars.
|
Very strange then, because i have got topics where i can count on page 1 alreay more avatars then showed.