PDA

View Full Version : ICash Display Mod


Hent
11-12-2006, 08:31 PM
Hi,

I am using vbadvanced and icash on my forum and I would like to be able to display the users with the most points in a module on the front page.

Does anyone know how hard this will be, and/or if there is a hack for it already? Thanks!

Hent
11-13-2006, 07:12 PM
anything??

thetradingforum
11-22-2006, 12:13 PM
I'm looking for the same thing....anyone?

Blaine0002
11-22-2006, 04:27 PM
try using a query such as

$users = $db->query_read("SELECT {$vbulletin->options['icashf']} FROM " . TABLE_PREFIX . "user ORDER BY money LIMIT 0,10;