Jake Hall
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Limit the amount of users displayedHey James,
Would you mind giving this a shot? It will limit the amount of users displayed dependant on the value you enter in the settings.
Please be aware this is a very early build of Version 1.4, therefore it isn’t complete or vetted!
https://downloads.wordpress.org/plugin/bbpress-improved-statistics-users-online.1.3.20.zip
Please only run this on testing environments.
– Jake
Forum: Reviews
In reply to: [bbPress Advanced Statistics] Great plugin!Thank you very much for your kind words!
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Limit the amount of users displayedHey Jamie,
So a quick update on this, I have been working on adding this functionality into the plugin and thus far it is going well. Still got a way to go, however, I did want to clear something up with regards to simply hiding the data.
Regardless of the limit set, all of the data will still be polled in the background
So, as I was developing this I realised that regardless of the limit set, all of the data is still going to be polled. This is because of the way I have coded the plugin, and, it is actually the most efficient way of doing it.There is only one database query when I grab the data, with one sub-query. if I was to only grab the data required, it would require two more queries and a complete change to the way the plugin works… I feel from both experience and gut feeling, this will only result in similar/longer waiting time even though we are pulling smaller sets of data… it would still be two more queries than actually necessary!
Although, based on your post I believe you don’t want to hide it simply because it is actually there and hiding it seems slightly pointless!
Anyway, once I have something going I will put up a dev branch for you to test it out.
– jake
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Limit the amount of users displayedHey,
I had a peak through your older posts and found a link that way! Don’t worry, there’s no phoning home or any of that nonsense in this plugin! 🙂
Would you mind if I link your forum to the plugin page? It looks brilliant and I think you’ve done a great job styling it!
Finally, I will definitely add an option to disable parts of the core plugin in the next update, and I I’ll consider the option to display x amount and open up a second page displaying additional info also!
Kind Regards,
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Limit the amount of users displayedHi James,
Thanks for the feedback, I can see you have quite a busy forum! It looks really great, nice to see my plugin powering part of it!
I will definitely keep that in mind for a future version, vBulletin / phpBB never provided it (to the best of my knowledge) however I will see the plausibility of that for you.
For the time being, i’d suggest setting the last x hours to something a little smaller (such as 1 hour?) seeing as your forum is so busy. What I could potentially do is release an update to allow you to disable that section entirely?
Kind Regards,
Forum: Plugins
In reply to: [bbPress Advanced Statistics] how to change colors on moderatorI see no CSS code that suggests you have tried to change the colour?
You need to add this to your css:
.moderator, .moderator a {
color: black;
}where black is the colour you’d like it to appear as
Forum: Plugins
In reply to: [bbPress Advanced Statistics] how to change colors on moderatorHey,
It should have changed for everything at the same time once you changed the CSS, send me your url if you would like me to look into it
Forum: Plugins
In reply to: [bbPress Advanced Statistics] how to change colors on moderatorHi,
Please follow the guidance on this page: https://wordpress.org/plugins/bbpress-improved-statistics-users-online/other_notes/
If you need any more help pop a reply here
Forum: Plugins
In reply to: [GD bbPress Tools] Quotes not working anymoreMilan,
I emailed you with regards to you not filtering out shortcodes at all, I consider this a blatant security risk and you completely disagreed with me. (Even though you have enabled shortcodes parsing in bbpress pages without permission from the user, this means every single shortcode is available for the user to use… May sound OK until you realise people install plugins that add shortcodes that could easily break stuff. Just try [bbp-login] in your forum and you’ll see it breaks the page elements in a non-pleasant way… This is a side-affect of this plugin enabling shortcode parsing in bbpress pages without any filtering!)
Since I use your plugin on my bbpress forum, and since I use my own plugin on my forum, I decided to implement a whitelist feature so I could whitelist the shortcodes I wanted to see and only those.
On your website, it states my plugin has this option enabled by default. **this is not true**, by default it is disabled. It is simply careless users not actually reading the options they are enabling and realising a few days later their codes are broken. I’m not sure how this falls in either of our court, However… I will post a thread here tomorrow evening explaining how people should set the whitelist up to work alongside this plugin **should they want to**, I will also make sure that in future versions a few of the main bbcodes added by this plugin will automatically be whitelisted within bbPress Advanced Statistics
I hope that clears some of that up,
Jake
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Most Users Ever IssueI was unable to replicate this, if you find this happening again feel free to reopen
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Most Users Ever IssueI will take a look into this in the new version, note however this only updates when there are people in the “Members Currently Active” section.
Forum: Plugins
In reply to: [bbPress Advanced Statistics] bbPress Advanced Statistics WishlistHey,
The most recent update (1.3) adds the infrastructure to be able to do this, I am just concious of performance problems. I will definitely keep it in mind, however… for the time being it is not something I will do.
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Stopped Reporting Stats After UpdateIf you ever work it out, please do let me know!
Forum: Plugins
In reply to: [bbPress Advanced Statistics] bbPress Advanced Statistics WishlistNot currently, however, it should be relatively easy to achieve so I will work on that in the next version.
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Stopped Reporting Stats After Updatealuxi,
Please give 1.3.13 a go: https://downloads.wordpress.org/plugin/bbpress-improved-statistics-users-online.1.3.13.zip
If that doesn’t fix it, I am really not sure what it could be. I am using the exact same function as the bbp-stats shortcode does. I am also not experiencing this on any of my websites, and, this issue has not been reported elsewhere.
Is this a multisite?