vBulletin 4.1.2 / Tournaments & Ladders Manager v4.3.2
xHTML 1.0 errors:
1 error in competitions.php?do=viewteam&id=1 (dublicate ID profile_tabs)
Bugs:
1. In Team
Attachment 127182
2. In section ladder/tournament
Attachment 127183
and link to the player's nickname: competitions.php?do=viewteam&id=
3.
Attachment 127184
4.
Line 3034:
HTML Code:
<h2 class="blockhead">{vb:rawphrase ladder_chlls}</h2>
replace:
HTML Code:
<h2 class="blockhead">{vb:rawphrase ladder} {vb:rawphrase ladder_chlls}</h2>
P.S. not been fixed is not one of these bugs
===
5. No pictures:
- images/buttons/collapse_alt.gif // Remove Slot Add Slot
- images/buttons/collapse_alt_collapsed.gif // Add Slot
6. When the team name has special characters: <, & etc., they are displayed as follows:
Attachment 127314
7. Not working condition in the phrases:
HTML Code:
<vb:if condition="$vboptions['tmnt_elorating']"><p>
<b>How much will my elo rating change if I challenge this player?</b>
</p>
<p>
It depends - Elo Rating is based on both of your elo ratings at the time of the game. So if you beat someone with a higher rank than you then you will gain more than if you beat someone with a lower elo rating than you. For your reference you can use the <a href="ladders.php?do=elorating">Elo Rating Calculator</a>.
</p></vb:if>
8. Line 7621:
HTML Code:
<a href="competitions.php?do=makecoleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_coleader}</a>/
replace:
HTML Code:
<a href="competitions.php?do=makecoleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_coleader}</a>
9. Line 4339:
HTML Code:
{vb:rawphrase ladder_score}:<br />
replace:
HTML Code:
{vb:rawphrase tmnt_score}:<br />
make Words => in the phrase:
Line 7131:
HTML Code:
<legend>Send a Message to {vb:raw username}</legend>
Line 771:
HTML Code:
<br />Tournament Creator <vb:if condition="$comper AND !$team"> & <vb:if condition="$winner AND !$team AND $tmnt['status'] == $vbphrase['tmnt_finished']">Winner<vb:else />Competitor</vb:if></vb:if>
Line 773:
HTML Code:
<vb:if condition="$comper AND !$team"><br />Tournament <vb:if condition="$winner AND !$team AND $tmnt['status'] == $vbphrase['tmnt_finished']">Winner<vb:else />Competitor</vb:if></vb:if>
Line 7613 and 7614:
HTML Code:
<a href="competitions.php?do=confirmrecruit&id={vb:var member.id}" onclick="return confirm('Are you sure you want to confirm this recruit?')">Accept</a>/
<a href="competitions.php?do=rejectrecruit&id={vb:var member.id}" onclick="return confirm('Are you sure you want to reject this recruit?')">Reject</a>
Line 7621:
HTML Code:
<a href="competitions.php?do=makecoleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_coleader}</a>
Line 7623:
HTML Code:
<a href="competitions.php?do=makeleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team member a leader?')">{vb:rawphrase tmnt_leader}</a>
Line 7628:
HTML Code:
<div class="breakfriendship"><a href="competitions.php?do=killteamplayer&id={vb:raw member.id}" onclick="return confirm('Are you sure you want to remove this player from your team?')">{vb:rawphrase tmnt_deleteplayer}</a></div>
Line 7631:
HTML Code:
<div class="breakfriendship"><a href="competitions.php?do=leaveteam&teamid={vb:raw member.teamid}" onclick="return confirm('Are you sure you want to leave this team?')">{vb:rawphrase tmnt_leaveteam}</a></div>
Line 7656:
HTML Code:
<tr><td class="vbmenu_option"><a href="competitions.php?do=killteamplayer&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to remove this player from your team?')">{vb:rawphrase tmnt_deleteplayer}</a></td></tr>
Line 7658:
HTML Code:
<tr><td class="vbmenu_option"><a href="competitions.php?do=makecoleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_makecoleader}</a></td></tr>
Line 7661:
HTML Code:
<tr><td class="vbmenu_option"><a href="competitions.php?do=makeleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team member a leader?')">{vb:rawphrase tmnt_makeleader}</a></td></tr>
Line 7665:
HTML Code:
<tr><td class="vbmenu_option"><a href="competitions.php?do=leaveteam&teamid={vb:raw teamid}" onclick="return confirm('Are you sure you want to leave this team?')">{vb:rawphrase tmnt_leaveteam}</a></td></tr>
Line 1413:
HTML Code:
<li><a href="competitions.php?do=killteam&id={vb:raw teamid}" onclick="return confirm('Are you sure you want to delete this team?')" title="{vb:rawphrase tmnt_delteam}"><img src="{vb:stylevar imgdir_siteicons}/delete.png" alt="" class="inlineimg" /> {vb:rawphrase tmnt_delteam}</a></li>
Line 1386:
HTML Code:
<li><a href="competitions.php?do=reqjointeam&id={vb:raw teamid}" onclick="return confirm('Are you sure you want to join this team? \r\n\r\n(The team leader needs to confirm your request before you are shown as a team member)')" title="{vb:rawphrase tmnt_jointeam}"><img src="{vb:stylevar imgdir_siteicons}/network.png" alt="" class="inlineimg" /> {vb:rawphrase tmnt_jointeam}</a></li>
Line 1410:
HTML Code:
<li><a href="competitions.php?do=leaveteam&teamid={vb:raw teamid}" onclick="return confirm('Are you sure you want to leave this team?')"><img src="{vb:stylevar imgdir_siteicons}/ignore.png" alt="" class="inlineimg" /> {vb:rawphrase tmnt_leaveteam}</a></li>