Quote:
Originally Posted by Ignignokt
I reuploaded the Admin CP folder in ASCII and now it works. CMX, would it be possible to calculate bankmoney + pocketmoney = $ for richest members (instead of just pocket money)?
|
If someone can find a query for "ORDER BY (ebux + ebank)" that works for MySQL, then yes. I'm not sure if you can ORDER BY columns added, but there might be a way to do it something like SUM(ebux + ebank) AS totalpoints and then ORDER BY totalpoints, but I'll need to confirm that.
-CMX