
02-09-2009, 01:59 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Jaxel
Well thats what its supposed to do... thats exactly what I was saying...
With 17 players, the system should AUTOMATICALLY add 15 bye players. However, you need to stratify these byes; so that byes don't end up playing against byes.
Also... new bug... http://www.8wayrun.com/competitions.php?do=view&id=14 (comments section)
Its evident that the comment section of TNMT is taking the design of the comments section from the Pictures & Album design. However, the pictures & album section pulls avatars from the /avatars/thumbs/ folder; not the /avatars/ folder. In the /avatars/thumbs/ folder, avatars are automatically restricted to 60 pixels; since you are not drawing from this folder; the avatars are not being restricted in size. So if you look at the comment section, you will see some of the avatars overlapping.
Also... in beta3... create new tournament... 4 is listed twice in number of players.
|
For comments bug...
Line 2283 should be:
PHP Code:
if ($vbulletin->options[simpleversion] >= 370)
|