Andrew Welch
Andrew Welch
What if it looked at the site permissions that the user has access to? Would that cover your use-case? So if the user in question has read/write permissions for a...
Right @alexm-aceable I'm asking whether that would be a good way to go to address this issue. No, there isn't a way to extend the plugin's templates. What are you...
So these stats will always be sorted in by `hitCount` -- when the stats are trimmed, it trims the oldest stats with the least `hitCount` -- so they are almost...
As in for a structure?
Yeah these two are essentially the same thing. I agree it'd be a good feature to add
@development-lameco The feature hasn't been added yet, but good to hear you are interested
So I've actually put a good bit of thought into this, over quite a bit of time. Here's the thing... we're thinking about this from the perspective that in a...
Well, what I'm trying to express is that I'm reluctant to come up with an implementation that makes assumptions, and is not universal. The only way I can see this...
Okay so essentially you want the ability to hide certain URLs. Probably then there should also be some kind of UX control to view all statistics, or just view the...
So I didn't implement this yet, but I did lay the foundation. There's now a drop-down cog menu (currently with just 1 item in it: `Delete`) that I could add...