Your Portal Version: 2.1.0
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
Hello,
Since I installed the portal, all the statistics shows right except the number of users per day that stays always at 0. Any idea as to why?
Also, I removed this line in the statistic module (statistics.php):
$l_users_per_day_s = $this->get_average_language($this->config['num_users'], 'USERS_PER_DAY');
in order to not show the incorrect information in the meantime but it leaves an empty line between Messages per day & Subject per users.
How can I remove the information and the complete line of where Users per day is shown?
Thanks!
Count of users per day in Statistics always at 0
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: Count of users per day in Statistics always at 0
Hi
Users per day describes how many users are registered per day, and as it will be rounded, everything is under 0.5 as 0
Users per day describes how many users are registered per day, and as it will be rounded, everything is under 0.5 as 0
Gruß Udo
-
Topic author - Active Member
- Posts: 12
- Joined: 21. November 2015 16:17
- phpBB.de User: mahugin
- phpBB.com User: mahugin
Re: Count of users per day in Statistics always at 0
Hello Kirk,
Thank you for your reply.
When you say registered per day, you mean new register or people that logged in during the day?
If I would like to remove this line, where should I do it?
Thanks!
Thank you for your reply.
When you say registered per day, you mean new register or people that logged in during the day?
If I would like to remove this line, where should I do it?
Thanks!