Quote:
Originally Posted by Lord. Dela
Congratulations bananalive. I have some question..
I need your help
As I can do to make when I go to Match Finder, appears the name of the player nominated and not only the date?
I would appreciate very much, is what I need to use this system, thanks.
|
User/team names are omitted so that players cannot cherry pick easy players to improve their number of wins.
To show player names you'll have to edit template 'tmnt_ladder_display', and player name some in this bit of html code:
HTML Code:
<vb:each from="matches" value="game">
<div style="display: table-row; clear: both;">
<div class="blockrow" style="display: table-cell;">
<span class="date">{vb:raw game.date} <span class="time">{vb:raw game.time}</span></span>
</div>