Quote:
Originally Posted by Covert-OPs_
Will there be an update once VB3.8 goes gold or do you anticipate it working right away?
|
I have no idea how the code changes with 3.8
Quote:
Originally Posted by IR15H
I'm off work this week, so thought I'd at XHTML validity. It took me a bit longer than expected but the good news is that I believe the attached files now makes this product 100% XHTML Transitional Valid  . The main offenders were the use of & rather than &, unclosed <input> tags and unnecessary </a> tags. There was also the occasional unclosed <img> tag or alt attribute missing. The changes I made to the files are purely XHTML related, nothing else, and are for the 2.7.1 product and the post-2.7.1 amended competitions.php file.
-------------------------
In regards to the changes made in 2.7.1, the error of the avatar overlaying text that King Fly reported is reproducible in Internet Explorer (displays fine in both FF and Chrome). That said, it displays correctly with the XHTML changes I made.
However, there appears to be some sort of error with the longest win streak working in the advanced user info display;
|
Thanks, for the effort you have taken, I'll include the html improvements in the ext version.
I've fixed the longest win streak error and it will be released with the next version
Quote:
Originally Posted by LordNinja
Tournaments collapsable cell was showing a minus icon instead a plus. The fix is simple:
tmnt_shell template
on line 156 find:
Code:
src="$stylevar[imgdir_button]/collapse_alt.gif"
replace with:
Code:
src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif"
Working fine now.
Thanks bananalive 
|
Cheers, I'll modify this in the next release.
Quote:
Originally Posted by jdelator
Is there anyone to increase the number of people allowed for a single tournament? I want to increase it to at least 128 or 256.
|
The limit is for Single Elimination as the script only caters for 32 players.
Quote:
Originally Posted by Covert-OPs_
2. Challenge Details are needed for the ladder. Basically, a place to put in the details of the match in question. A few suggestions would be Map Name, Mode, Number of players needed, Date & Time, Notes.
|
I'll be adding this kinda thing soon hopefully