I'm about to create an stats script that sends some information about the hub to a webpage. But, I must sort a table over how many posts each user has made. Does anyone know how to sort a table that way?
I add information like this in the table:
tMostActiveOp[curUser.sName] = tMostActiveOp[curUser.sName] + 1