Jump to content

Theme Metrics


Scott VZ

Recommended Posts

Posted

I'd like a feature that lets me see how many users are using each theme, as well as how many users have no saved theme preferences.

This info would help me decide which themes are still needed, and which are not worth the effort to keep maintaining and should be removed.

Posted

If it allowed me to see which specific users were using each theme, even better. :)

That way I could see if the people still using a theme are active users, inactive, trolls, etc.

Posted

Try this query.  If you have a table prefix, you'll need to add it.

 

SELECT core_members.name, core_themes.set_name, core_members.skin
FROM core_themes INNER JOIN core_members ON core_themes.set_id = core_members.skin
ORDER BY core_themes.set_name;

Posted

Hi There,

Thanks for the reply. I'm on the Cloud plan, so I don't believe that I have a way to query the database for this info myself, unfortunately.

Posted
3 minutes ago, Scott Von Zee said:

wow, awesome! Never knew that feature existed, since there doesn't seem to be any links to it in the admin navigation.

 

It's buried.

ACP --> System --> Support --> Support --> far right under MySQL Version you'll see the link.  Plus a phpinfo page too.

Posted
14 hours ago, Square Wheels said:

That didn't exist when I posted my solution. :)

My solution also tells you who's using it, but I installed @Fosters anyhow.

That's a nice idea, I'll add this feature to the next release

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...