Quote:
Originally Posted by gakousei
Thx for this great mod.
I have the same problem too.
When I try to use Admin ability to arrange a challenge I have always : "Error. Invalid ladder".
Another point :
I would like to add another information in the Statistics of players in the template "tmnt_ladder_cmpt".
How can I insert a basic field from the user profile ?
|
fixed issue
Edit line 309 of ladders.php
Code:
$cmpts = $db->query_read("SELECT players.* players.userid AS userid, players.rank AS rank" . (!$team ? ", user.* , user.avatarrevision AS avatarrevision, avatar.avatarpath AS avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight" : "") . "