<?php chdir("forum-path");require("./global.php"); if($bbuserinfo['posts'] > 10){stuff for people with more than 10 posts}else{stuff for people with less than 10 posts} ?>