3.2.x Extensions Database 3.2 / 3.3Top Stats 3.2.x

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

kaspir
Users
Users
Posts: 112
Joined: 25 Aug 2016, 12:50
    Windows 7 Firefox

Re: Top Stats 3.2.x

Post by kaspir »

Crap I fail hard, nevermind.. Im trying to implement avatars to last post, be back when I get it. :wall:
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P

User avatar

Tastenplayer
Users
Users
Posts: 14
Joined: 05 Feb 2017, 21:20
    Windows 7 Firefox

Re: Top Stats 3.2.x

Post by Tastenplayer »

Scanialady wrote: 15 Feb 2017, 19:32
Tastenplayer wrote: 15 Feb 2017, 14:35
Ja ich hätte evt. die Extension zuerst deinstallieren und dann wieder installieren sollen - egal auf Englisch ist es auch gut. Ich hatte die DE-Datei von hier installiert.
Das kannst du doch jederzeit machen. Deaktivieren, aktivieren - Cache leeren. Sollte das weiter herumspinnen, dann halt deaktivieren, Arbeitsdaten löschen (komplett deinstallieren) - neu aktivieren.
Habe alles versucht - jedoch es geht nicht. Egal halt in EN - ich habe auch zusätzlich noch "Collapsible Forum Categories" installiert. Boardlanguage DE - 1 User EN!
Habe "Top Stats" jetzt wieder deaktiviert.
Be the best version of yourself rather than a bad copy of someone else!
Excuse me for my English, but I learned it by talking with people, not in school.

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Chrome

Re: Top Stats 3.2.x

Post by Scanialady »

Again: are you sure you have the /DE folder in your extensions language folder? And are you sure you are not usinge de_x_sie or another language package for your board? Double check this! Almost all packages contain the German language DE, not DE-X-SIE.

Noch mal: bist du sicher, dass du den /DE Ordner im jeweiligen /ext/programm/language-Ordner drin hast? Und bist du sicher, dass deine Boardsprache DE ist und nicht DE-X-SIE? Inzwischen enthalten so gut wie alle Installationspakete DE und nicht DE-X-SIE.
-
If you want to get German translations for extensions: ask me.

User avatar

Tastenplayer
Users
Users
Posts: 14
Joined: 05 Feb 2017, 21:20
    Windows 7 Firefox

Re: Top Stats 3.2.x

Post by Tastenplayer »

Ja richtige DE Datei war an richtigem Ort Boardsprache ist DE(Du und Sie) sowie EN

User avatar

ZippeL
Users
Users
Posts: 20
Joined: 20 Aug 2016, 06:37
    Windows 10 Firefox

Re: Top Stats 3.2.x

Post by ZippeL »

ru.zip
p.s. good job bro but it creates certain load on the 1st page. I saw that you write good SQL query for Recent Active Topics :eusa_dance:
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

PepeFJR
Users
Users
Posts: 14
Joined: 21 Mar 2017, 16:18
    Mac OS X Chrome

Re: Top Stats 3.2.x

Post by PepeFJR »

Hello, Is it possible to add just after the loudspeaker icon (in new topics section) the other icons as unread_topic.gif, unread_hot_topic.gif and so on?

I think it could very usefull to know which new topic of the list is pending to look up...

Thank you very much in advance.

User avatar

Tarkonte
Users
Users
Posts: 14
Joined: 05 Mar 2017, 18:18
    Windows 7 Firefox

Re: Top Stats 3.2.x

Post by Tarkonte »

Top Stats 3.2.0 italian language translation (it)
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

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

Re: Top Stats 3.2.x

Post by dmzx »

PepeFJR wrote: 25 Mar 2017, 12:44 Hello, Is it possible to add just after the loudspeaker icon (in new topics section) the other icons as unread_topic.gif, unread_hot_topic.gif and so on?

I think it could very usefull to know which new topic of the list is pending to look up...

Thank you very much in advance.
For now not but will check it out.
Tarkonte wrote: 25 Mar 2017, 22:39 Top Stats 3.2.0 italian language translation (it)
Thanks!

User avatar

ZippeL
Users
Users
Posts: 20
Joined: 20 Aug 2016, 06:37
    Windows 10 Firefox

Re: Top Stats 3.2.x

Post by ZippeL »

I've forum(trash) and Active Recent Topics read this.. how I can block it manually. Or all forums where users haven't access not be shown?

p.s. but I need to skip this forum or category..


Did this manually.. Added

Code: Select all

AND t.forum_id != 'MY_SKIPPED_FRORUM_ID'
AFTER: AND ' . $this->content_visibility->get_visibility_sql('topic', 't.') . '
ADDED: AND t.forum_id != 'MY_SKIPPED_FRORUM_ID'

or after this in listener.php

Code: Select all

$flist = array_merge($flist, array(0));

Code: Select all

foreach ($flist as $key => $value)
	if($value == YOUR_FORUM_ID)
		unset($flist[$key]);

User avatar

John Mates
Users
Users
Posts: 12
Joined: 29 Mar 2017, 10:04
    Windows 10 Chrome

Re: Top Stats 3.2.x

Post by John Mates »

Is it possible to get this set up for Guests? I am struggling to do that :mml:

User avatar

ZippeL
Users
Users
Posts: 20
Joined: 20 Aug 2016, 06:37
    Windows 10 Firefox

Re: Top Stats 3.2.x

Post by ZippeL »

John Mates wrote: 29 Mar 2017, 10:56 Is it possible to get this set up for Guests? I am struggling to do that :mml:

Code: Select all

$flist = $this->auth->acl_getf('f_read', true);
p.s. not recomended for bots :whistl:
Last edited by ZippeL on 29 Mar 2017, 14:19, edited 1 time in total.

User avatar

ZippeL
Users
Users
Posts: 20
Joined: 20 Aug 2016, 06:37
    Windows 10 Firefox

Re: Top Stats 3.2.x

Post by ZippeL »

I see that a problem with chrome browser. When Used ticker I see that page move happens when ticker event start :eyes2: In Fox I can't see this.

User avatar

remoss
Users
Users
Posts: 4
Joined: 20 Jan 2016, 10:40
    Windows 10 Firefox

Re: Top Stats 3.2.x

Post by remoss »

It would be nice to have the "Recent Active Topics" section in a native PHPBB layout/look. So it follows the used theme for icons, colors, behaviour (clickable unread posts), just like when viewing "New Posts" or "Unread posts" for example.

User avatar

phpbbexst
Users
Users
Posts: 8
Joined: 02 May 2016, 16:34
    Windows 10 Chrome

Re: Top Stats 3.2.x

Post by phpbbexst »

This extension would beautiful if there was also the avatar of the user, can you insert this?

User avatar

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

Re: Top Stats 3.2.x

Post by dmzx »

phpbbexst wrote: 27 Apr 2017, 03:39 This extension would beautiful if there was also the avatar of the user, can you insert this?
Will check on next release.

Post Reply Previous topicNext topic