MyBB Community Forums

Full Version: Where do usertitle type comparisons occurr?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I was wondering where things like User Title comparisons occurr in the mybb system...

e.g. When a user has more than 100 posts, display this title.

Any guidance would be useful

I should start looking a little more.

Found it in /inc/functions_user.php for anyone who is interested:

if($title['posts'] <= $user['postnum'])