3.1.x Extensions Database 3.1 / 3.2 ⇒ Top Stats
-
- Users
- Posts: 125
- Joined: 09 Oct 2015, 06:03
Re: Top Stats
What will be the official answer/solution for that?
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Top Stats
Next update it will be Posts in the extension.Null wrote:What will be the official answer/solution for that?
-
- Users
- Posts: 125
- Joined: 09 Oct 2015, 06:03
Re: Top Stats
Standard in phpbb3 is "Replies", take a look:

This should be better to keep this standard in mind.

This should be better to keep this standard in mind.
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Top Stats
Standard is replies also the original 3.0.X version was also replies.
After all it is showing you how many replies to the topic not posts as a reply is different from a post.
After all it is showing you how many replies to the topic not posts as a reply is different from a post.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Last edited by martin on 23 Nov 2015, 02:17, edited 1 time in total.

-
- Users
- Posts: 125
- Joined: 09 Oct 2015, 06:03
Re: Top Stats
So, counter is wrong. Should be subtracted from 1.
-
- Users
- Posts: 34
- Joined: 21 Dec 2015, 15:44
Re: Top Stats
Error from my side:
enable it from its settings
enable it from its settings
Code: Select all
SQL ERROR [ mysql4 ]
Duplicate entry 'tsrat_enable' for key 'PRIMARY' [1062]
SQL
INSERT INTO shg_config (config_name, config_value, is_dynamic) VALUES ('tsrat_enable', 1, 0)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysql.php
LINE: 181
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysql->sql_query()
FILE: [ROOT]/phpbb/config/db.php
LINE: 161
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/phpbb/config/db.php
LINE: 122
CALL: phpbb\config\db->set_atomic()
FILE: [ROOT]/ext/dmzx/topstats/acp/topstats_module.php
LINE: 34
CALL: phpbb\config\db->set()
FILE: [ROOT]/includes/functions_module.php
LINE: 674
CALL: dmzx\topstats\acp\topstats_module->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Top Stats
Looks like there are some database leftover in your db tsrat_enable did you delete all ?RazKaziRo wrote: 18 Jan 2016, 09:38 Error from my side:
enable it from its settings
Code: Select all
SQL ERROR [ mysql4 ] Duplicate entry 'tsrat_enable' for key 'PRIMARY' [1062] SQL INSERT INTO shg_config (config_name, config_value, is_dynamic) VALUES ('tsrat_enable', 1, 0) BACKTRACE FILE: (not given by php) LINE: (not given by php) CALL: msg_handler() FILE: [ROOT]/phpbb/db/driver/driver.php LINE: 855 CALL: trigger_error() FILE: [ROOT]/phpbb/db/driver/mysql.php LINE: 181 CALL: phpbb\db\driver\driver->sql_error() FILE: [ROOT]/phpbb/db/driver/factory.php LINE: 329 CALL: phpbb\db\driver\mysql->sql_query() FILE: [ROOT]/phpbb/config/db.php LINE: 161 CALL: phpbb\db\driver\factory->sql_query() FILE: [ROOT]/phpbb/config/db.php LINE: 122 CALL: phpbb\config\db->set_atomic() FILE: [ROOT]/ext/dmzx/topstats/acp/topstats_module.php LINE: 34 CALL: phpbb\config\db->set() FILE: [ROOT]/includes/functions_module.php LINE: 674 CALL: dmzx\topstats\acp\topstats_module->main() FILE: [ROOT]/adm/index.php LINE: 81 CALL: p_master->load_active()
-
- Users
- Posts: 34
- Joined: 21 Dec 2015, 15:44
Re: Top Stats
I was able to set it again but i think i need little help with the css modification if in enable jquary scroll its messed up:dmzx wrote: 18 Jan 2016, 17:39Looks like there are some database leftover in your db tsrat_enable did you delete all ?RazKaziRo wrote: 18 Jan 2016, 09:38 Error from my side:
enable it from its settings
Code: Select all
SQL ERROR [ mysql4 ] Duplicate entry 'tsrat_enable' for key 'PRIMARY' [1062] SQL INSERT INTO shg_config (config_name, config_value, is_dynamic) VALUES ('tsrat_enable', 1, 0) BACKTRACE FILE: (not given by php) LINE: (not given by php) CALL: msg_handler() FILE: [ROOT]/phpbb/db/driver/driver.php LINE: 855 CALL: trigger_error() FILE: [ROOT]/phpbb/db/driver/mysql.php LINE: 181 CALL: phpbb\db\driver\driver->sql_error() FILE: [ROOT]/phpbb/db/driver/factory.php LINE: 329 CALL: phpbb\db\driver\mysql->sql_query() FILE: [ROOT]/phpbb/config/db.php LINE: 161 CALL: phpbb\db\driver\factory->sql_query() FILE: [ROOT]/phpbb/config/db.php LINE: 122 CALL: phpbb\config\db->set_atomic() FILE: [ROOT]/ext/dmzx/topstats/acp/topstats_module.php LINE: 34 CALL: phpbb\config\db->set() FILE: [ROOT]/includes/functions_module.php LINE: 674 CALL: dmzx\topstats\acp\topstats_module->main() FILE: [ROOT]/adm/index.php LINE: 81 CALL: p_master->load_active()

-
- Users
- Posts: 118
- Joined: 06 Feb 2016, 19:22
Re: Top Stats
Guys help me to fix this after activating this top stat in my extension error was appeared in the top of my forum like
Also see the attachment. Thanks for the help.[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/topstats/event/listener.php on line 270: Division by zero
[
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Compilation of Android Roms, Recoverys, Apps, Games and Tricks
Visit my blog http://androidcribs.com

Visit my blog http://androidcribs.com
- Androidcribs.com
- Androidcribs

-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Top Stats
Are there any posts in your forum?killfrenzy wrote: 01 Mar 2016, 15:27 Guys help me to fix this after activating this top stat in my extension error was appeared in the top of my forum likeAlso see the attachment. Thanks for the help.[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/topstats/event/listener.php on line 270: Division by zero
[
-
- Users
- Posts: 125
- Joined: 09 Oct 2015, 06:03
Re: Top Stats
There is a formatting error in "we_universal" style:


-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Top Stats
I recently switched to a new style/skin for the board (( ShadowGlow ))
And the scrolling active topics went from 3 lines to 2. Even though it's most likely a issue with the style I'm hoping someone here might have a quick fix for this?
And the scrolling active topics went from 3 lines to 2. Even though it's most likely a issue with the style I'm hoping someone here might have a quick fix for this?

-
- Users
- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: Top Stats
dmzxFast_Eddie wrote: 01 May 2016, 15:23 I recently switched to a new style/skin for the board (( ShadowGlow ))
And the scrolling active topics went from 3 lines to 2. Even though it's most likely a issue with the style I'm hoping someone here might have a quick fix for this?
As a temporary fix I have the j-scroll disabled and have active topics in a list format. But would you happen to have a idea on how to get those 3 slots back in the scroll?
