Hi all, thanks bananalive for this mod. I'm using version 4.2.5.
I have a little problem with the error message when double elimination is created with more of 8 players.
The error is in tournaments.php, is this:
Code:
if ($tmnt['noplayers']>8 && $tmnt['type']=='de')
{
print_r('<font size="+2" color="red">Error!!! Double Elimination tournaments are in Beta and so only support up to 8 players!!!</font>');
}
Show me the message outside template (in the top) and this deform my forums structure, could like place this message into the template?
Thank you very much, I really like this mod.