3.1.x Extensions Database 3.1 / 3.2Top Stats

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Top Stats

Post by Null »

What will be the official answer/solution for that?

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Top Stats

Post by dmzx »

Null wrote:What will be the official answer/solution for that?
Next update it will be Posts in the extension.

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Top Stats

Post by Null »

Standard in phpbb3 is "Replies", take a look:

Image

This should be better to keep this standard in mind.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Top Stats

Post by martin »

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.
77.png
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.
Image

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Top Stats

Post by Null »

So, counter is wrong. Should be subtracted from 1.

User avatar

RazKaziRo
Users
Users
Posts: 34
Joined: 21 Dec 2015, 15:44
    Windows XP Chrome

Re: Top Stats

Post by RazKaziRo »

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()

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Top Stats

Post by dmzx »

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()
Looks like there are some database leftover in your db tsrat_enable did you delete all ?

User avatar

RazKaziRo
Users
Users
Posts: 34
Joined: 21 Dec 2015, 15:44
    Windows 10 Firefox

Re: Top Stats

Post by RazKaziRo »

dmzx wrote: 18 Jan 2016, 17:39
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()
Looks like there are some database leftover in your db tsrat_enable did you delete all ?
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:
Image

User avatar

rohde
Users
Users
Posts: 10
Joined: 23 Dec 2015, 19:43
    Windows 7 Chrome

Re: Top Stats

Post by rohde »

I have the same problem

how to fix?
dmzx wrote: 21 Mar 2015, 08:31 Got still this on the low resolution
1.png

User avatar

killfrenzy
Users
Users
Posts: 118
Joined: 06 Feb 2016, 19:22
    Windows 10 Chrome

Re: Top Stats

Post by killfrenzy »

Guys help me to fix this after activating this top stat in my extension error was appeared in the top of my forum like
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/topstats/event/listener.php on line 270: Division by zero
[
Also see the attachment. Thanks for the help.
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
Androidcribs.com
Androidcribs
Image

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Top Stats

Post by dmzx »

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 like
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/topstats/event/listener.php on line 270: Division by zero
[
Also see the attachment. Thanks for the help.
Are there any posts in your forum?

User avatar

Null
Users
Users
Posts: 125
Joined: 09 Oct 2015, 06:03
    Windows 7 Chrome

Re: Top Stats

Post by Null »

There is a formatting error in "we_universal" style:

Image

User avatar

rohde
Users
Users
Posts: 10
Joined: 23 Dec 2015, 19:43
    Windows 7 Chrome

Re: Top Stats

Post by rohde »

How can i responsive ???

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Top Stats

Post by Fast_Eddie »

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?
:beers: Retirement 2024!

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Top Stats

Post by Fast_Eddie »

Fast_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?
dmzx

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? :question:

Post Reply Previous topicNext topic