Quote:
Originally Posted by stangger5
That has been fixed with the newest version..
Have you changed anything in the casino_stats_main template ??
If so you need to revert before you run the xml file..
Look in the casino_stats_main for
Code:
<td class='alt1' style='cursor:pointer' onclick='loadstats(105)'>Richest Players</td>
Make sure the loadstats is (5),, not (105)..

|
I just reloaded everything and the same error is present. Is that supposed to be in row 433 and row 434? I see something quite different...
Code:
<td class='alt$i' style='cursor:pointer' onclick='loadstats($gameid)'>$vbphrase[casino_topplayers] - $gamename</td></tr>";
}