vBulletin 4.1.2 / Tournaments & Ladders Manager v4.3.0
xHTML 1.0 errors:
1 error in ladders.php?do=reportedmatches
3 errors in competitions.php?do=help
3 errors competitions.php?do=freeagents
3 errors in tournaments.php?do=edit&id=1
Bugs:
1. In Ladder
Attachment 126456
2. In Team
Attachment 126459
Please make Words => in the phrase:
Line 1855:
HTML Code:
<label for="changedate">Tournament Date & Time</label>
Line 1862:
HTML Code:
Change tournament time:<br />
Line 1874 - 1885:
HTML Code:
<option value="1" title="Month">January</option>
<option value="2" title="Month">February</option>
<option value="3" title="Month">March</option>
<option value="4" title="Month">April</option>
<option value="5" title="Month">May</option>
<option value="6" title="Month">June</option>
<option value="7" title="Month">July</option>
<option value="8" title="Month">August</option>
<option value="9" title="Month">September</option>
<option value="10" title="Month">October</option>
<option value="11" title="Month">November</option>
<option value="12" title="Month">December</option>
Line 6545:
HTML Code:
<div class="blocksubhead">This is where you can submit a loss. If you won wait for your opponent to report the loss or wait for a tournament moderator to progress you to next round.</div>
Line 4049:
===
File tournament.php (please in the phrase world - on):
Line 1871:
PHP Code:
$tmnt['le_time'] = vbdate($vbulletin->options['timeformat'],$tmnt['le_time'])." on ".vbdate($vbulletin->options['dateformat'],$tmnt['le_time']);
Line 3423:
PHP Code:
$comment['ed_time'] = vbdate($vbulletin->options['timeformat'],$comment['ed_time'])." on ".vbdate($vbulletin->options['dateformat'],$comment['ed_time'], 1);