Code: Select all
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br />
Code: Select all
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />
KevC wrote: ↑Fri Apr 02, 2021 11:00 am It adds the registered users and the vistors together for that number. Realistically, no one actually looks at it so it's highly unlikely anyone will sign up or not based on that number. They'll look at whether topics and replies are in the forums to make that dcision.
The stats are in the template/index_body.html file
change that toCode: Select all
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br />
and clear the cache with the button under the stats in the admin panel and also refresh your browsr cache.Code: Select all
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />
Ok, I'll do this in the next day or two. I can't agree with you about it not having any influence, although neither of us can be sure without polling people. However, if this was the case then you are implying that the statistic is of no real interest or value to end users, so why have it displayed anyway? It may as well be hidden within the ACP. I feel that the best compromise would be to have a choice whether or not to display it.KevC wrote: ↑Fri Apr 02, 2021 11:33 am Maybe make a suggestion in the ideas section for configurable stats
ideas
We occasionally get requests here to remove the whole stats panel but rarely to just remove the record online figure. People sign up to a board depending on the content. I honestly don't think that record online value has any influence at all on people signing up.
Code: Select all
'RECORD_ONLINE_USERS' => 'Most users ever online was <strong>%1$s</strong> on %2$s',
Code: Select all
'RECORD_ONLINE_USERS' => 'Most users ever online including guests was <strong>%1$s</strong> on %2$s',
Personally I think that's worse than the number you had before. Now it looks like you have a certain number of members but none of them have ever bothered to come back.
When you go to a new forum, the first thing you look at is the content. It doesn't matter how many people have been there on a day, it's about whether there is anything of interest to post about.
Well all it actually says is that they never came back at the same time! Imo, it's better than there were once 35 people online but now there are actually only 14 members, because guests viewing the Board aren't going to know they need to differentiate between guests viewing the platform and actual members, to say nothing of the bots that probably distorted the figure, so the 'most users online' statistic is actually meaningless and therefore, imo, useless.
Well there you go, more proof that the statistic is meaningless and useless, but because uninitiated guests aren't aware of this it could also be misleading.stevemaury wrote: ↑Fri Apr 02, 2021 2:17 pm Also, that number can be spoofed/artificially increased.
Thanks, that might be worth considering, although I might opt to remove the stat altogether, at least until the Board has grown somewhat. Even then, I would still think it's a pretty useless statistic as far as non-admin members and guests are concerned.stevemaury wrote: ↑Fri Apr 02, 2021 1:34 pm It is, as you have seen, very easy to remove. As for becoming an ACP option in future releases, I will say in my 15 years here, yours is the first such request I have seen.
If you changed /language/en/common.php thus:
FIND
REPLACE WITHCode: Select all
'RECORD_ONLINE_USERS' => 'Most users ever online was <strong>%1$s</strong> on %2$s',
you could eliminate the drawing of the conclusion you fear.Code: Select all
'RECORD_ONLINE_USERS' => 'Most users ever online including guests was <strong>%1$s</strong> on %2$s',
That's fair enough..... that's why I suggest having it as a configurable option in the ACP.P_I wrote: ↑Fri Apr 02, 2021 3:25 pm I know some boards and their membership use the information somewhat as a 'badge of honour' as it often relates to a significant event related to the subject matter of the board. For example, when a new game was released corresponds to when the most users were even online.
No..... have them as a configurable option in ACP (as I have previously suggested earlier in the thread); then it's up to administrators if they want to falsify them or not. But I'm specifically talking about the 'most users ever online', which imo is of considerably less use than the other stats, for the reasons I've previously stated, but which I'll repeat: that the number can get artificially inflated by bots, and guests who may have come to the board because you promoted it somewhere, but who don't then sign up.stevemaury wrote: ↑Fri Apr 02, 2021 4:30 pm How about "Most people ever viewing this board at one time"?
Every single number displayed by phpBB - number of posts, number of topics, number of users, number online, starting date, and more - can be falsified. Should we get rid of all of those?