Ah yea, I avoided the extra query by including it in $bbuserinfo. For sites concerned about their database load, adding a new user field is preferable to adding a new query.. though your solution works just as well! Thanks.
And as Freddie pointed out to me somewhere else, I should remember to check what fields are indexed before determining what would be a slow query or not.
|