Quote:
Originally Posted by Booyakan
is there an easy way to add code myself to make members have a minimum post count to enter a tournament? or if not, if it could be added i could send a small donation if it's not a big task.
|
Find in tournaments.php
PHP Code:
if ($_REQUEST['do'] == 'join')
{
add after
PHP Code:
if ($vbulletin->userinfo[posts] < 5)
{
print_no_permission();
}