You may want to post more information. For instance, when talking about the number of posts, do you mean a particular member's post count, or the number of posts in a thread?
You would need to write some php code for a plugin that grabed the thread count when the thread is being processed for output. You would use the $show array. Just set $show['something'] = false. Then if the post count was at a certain level you would set $show['something'] = true.
Then use $show['something'] in your template conditional.