View Single Post
  #655  
Old 03-09-2011, 07:15 PM
stwan stwan is offline
 
Join Date: Feb 2009
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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&amp;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&amp;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"> &amp; <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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01566 seconds
  • Memory Usage 1,842KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (22)bbcode_html
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete