if u have vbportal from phpportals.com u can use this hack just change
showbirthdays.php
just change this line
PHP Code:
$bdays = $DB_site->query("SELECT userid, username, birthday FROM user WHERE birthday LIKE '%-$today'");
to this line.
$bdays = $DB_site->query("SELECT posts, userid, username, birthday FROM user WHERE posts>='10' AND birthday LIKE '%-$today'");
great hack...thanks, and it works on 2.2.9