Quote:
Originally Posted by killerbeez
Also, the sign up as reserve button at the bottom of the page of the tournament when the tournament is full. Can that be moved to the top of the page like the "Join Tournament" button is when still accepting slots? Not everyone will see that little button.
Also, if you check 'allow reserves' and the tournament isn't full, it will block new sign ups even though the tournament was 32 of 64.
|
Fixed for next version.
Or manual fix
Find line 5048 of tournaments.php
PHP Code:
if ($showcomps && $tmnt['allowreserves'])
Replace with
PHP Code:
if ($showcomps && $tmnt['allowreserves'] && $tmnt['freeslots']==0)