Not sure if this is the place to post this but I need help!!!
My forum has 227 users, but my gallery shows 205 users.
Photopost says -
Maybe SMF has a bug?
This is the query we run against the SMF users table meaning we grab a count of how many rows are in the smf_members table so there is no room for error
$query = "SELECT * FROM $utable";
$queryv = ppmysql_query($query, $db_link);
$totalusers = mysql_num_rows($queryv);