Jump to content

Dashboard's Users By App Pie Chart


sadams101

Recommended Posts

Posted

I use the Pages, Blogs, and Forums apps. My dashboard's Users By App pie chart shows me usage by those apps, but it also includes something called "System." There is not an explanation of what "System" means, but my guess is that this must represent usage of certain background processes, which really don't matter much to a site owner like me. Knowing the System usage, in comparison to my apps, throws off my stats so that I can't really tell what the ACTUAL percentages are for my ACTUAL site's apps. I really just want to see the correct app usage here in this pie chart. Is there a way to remove "System" from this chart?

Posted

Yes, things that are fairly meaningless to me in comparison to actual app usage...and skew the stats so I can't really tell the usage by actual apps.

I don't view those things as apps :ohmy:... so why are they on this chart?

Posted

Ok...so you I take it you like to see that slice of the pie? I don't. Is there a way to not see it so that I can get my only my 3 apps results?

And I won't even ask what the "System app" is... ?

Posted
20 hours ago, sadams101 said:

Would you happen to know which file, and the necessary edits?

No time for a plugin (doesn't even tried) so here goes a file edit. Open applications/core/extensions/core/Dashboard/OnlineUsers.php and find:

			/* Only show if the application is still installed and enabled */
			if( !\IPS\Application::appIsEnabled( $app ) )

Change to:

			/* Only show if the application is still installed and enabled */
			if( !\IPS\Application::appIsEnabled( $app ) OR $app == 'core' )

Save and reupload the file. Then you go from:

OKVEBiR.png

To:

aCU0H7S.png

It will REMOVE users online in any module from System from the chart.

You should try to get someone to make a plugin to you, as file edit isn't recommended: https://invisioncommunity.com/forums/forum/506-customization-requests/

Posted

I tested this out, but there seems to be issues. Not only was "System" still listed, but it looked like it shifted the apps to different areas...I'm not exactly sure, but it didn't quite work correctly.

Archived

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

  • Recently Browsing   0 members

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