Quote:
Originally Posted by Battle_Ring
that edit didnt change anythign and my
uttpoints_pointsfield ----uttpoints
and
uttpoints_pointtable ----user
|
Well, I'm a bit puzzled then. Unless I'm just missing something blatently obvious. I don't have a well-used forum handy that uses uCash that I can try an duplicate this problem on. I tried to view your forum but it required registration for viewing.
Do you know how to run SQL commands using the console or mySQL? You could try running the select and what it looks like.
It should be:
[sql]SELECT u.username, p.uttpoints AS cash FROM user AS p LEFT JOIN user AS u ON u.userid=p.userid ORDER BY cash DESC LIMIT 5;[/sql]