PDA

View Full Version : how to add new option to stats.php in admincp


jacko_162
08-03-2009, 04:57 PM
I was wondering how easy it would be to list the following in the stats.php file within admincp

i have a custom user field (ID:5) which a user "HAS" to fill in upon registration.

i then want to see what the majority of people put into this field by listing the entries for the past 30 days.

how easy is this done>? can i just add a DB query to do this?

i appreciate any help on the matter, i have done all the searches i can think of but came up with nothing :(

Lynne
08-03-2009, 10:23 PM
You will have to write the query and then add it to the page you want to see it on. You could also just run the query under Maintenance > SQL Query