PDA

View Full Version : New idea ... already done ?


_v7_
09-27-2001, 04:13 PM
Ok, what about having stats about how many users are using which style ... it could be public or implemented in admin panel ...

My question:
Is something like this already published ? Or is somebody willing to do that hack ?

So long ...

_v7_

holev
09-27-2001, 04:39 PM
base the hack on this query:

select count(username),styleid from user group by styleid;


all u need to do is get the results and display em the way u want.

Freddie Bingham
09-27-2001, 04:40 PM
I published a hack that displays each users current style set in their posts. You can see it in action on my forums.

_v7_
09-27-2001, 05:12 PM
Thx for all replies ... i inserted this on my admin panel :)

_v7_