You'd have to make sure that the postcount for the user is available for use as a variable. You might try adding "AND $bbuserinfo['posts'] > x" into the statement. But, you need to make sure that $bbuserinfo['posts'] is not a formatted number like it sometimes is. Set your postcount to over 1000 and then print that variable out and see if it prints "1,000" or "1000". If it prints out the second, then you are in luck and can do that. If it prints out the first, you will have to do some coding (a plugin). If it prints out neither, then you will have to do a plugin also.
|