
3.2.x Extensions Database 3.2 / 3.3 ⇒ Top Stats 3.2.x
-
- Users
- Posts: 112
- Joined: 25 Aug 2016, 12:50
Re: Top Stats 3.2.x
Crap I fail hard, nevermind.. Im trying to implement avatars to last post, be back when I get it. 

World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads.
-
- Users
- Posts: 14
- Joined: 05 Feb 2017, 21:20
Re: Top Stats 3.2.x
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!Scanialady wrote: 15 Feb 2017, 19:32Das kannst du doch jederzeit machen. Deaktivieren, aktivieren - Cache leeren. Sollte das weiter herumspinnen, dann halt deaktivieren, Arbeitsdaten löschen (komplett deinstallieren) - neu aktivieren.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.
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.
Excuse me for my English, but I learned it by talking with people, not in school.
-
- Users
- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Top Stats 3.2.x
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.
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.
If you want to get German translations for extensions: ask me.
-
- Users
- Posts: 14
- Joined: 05 Feb 2017, 21:20
Re: Top Stats 3.2.x
Ja richtige DE Datei war an richtigem Ort Boardsprache ist DE(Du und Sie) sowie EN
-
- Users
- Posts: 20
- Joined: 20 Aug 2016, 06:37
Re: Top Stats 3.2.x

You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 14
- Joined: 21 Mar 2017, 16:18
Re: Top Stats 3.2.x
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.
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.
-
- Users
- Posts: 14
- Joined: 05 Mar 2017, 18:18
Re: Top Stats 3.2.x
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.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Top Stats 3.2.x
For now not but will check it out.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.
Thanks!
-
- Users
- Posts: 20
- Joined: 20 Aug 2016, 06:37
Re: Top Stats 3.2.x
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
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
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'
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]);
-
- Users
- Posts: 12
- Joined: 29 Mar 2017, 10:04
Re: Top Stats 3.2.x
Is it possible to get this set up for Guests? I am struggling to do that 

-
- Users
- Posts: 20
- Joined: 20 Aug 2016, 06:37
Re: Top Stats 3.2.x
John Mates wrote: 29 Mar 2017, 10:56 Is it possible to get this set up for Guests? I am struggling to do that![]()
Code: Select all
$flist = $this->auth->acl_getf('f_read', true);

Last edited by ZippeL on 29 Mar 2017, 14:19, edited 1 time in total.
-
- Users
- Posts: 20
- Joined: 20 Aug 2016, 06:37
Re: Top Stats 3.2.x
I see that a problem with chrome browser. When Used ticker I see that page move happens when ticker event start
In Fox I can't see this.

-
- Users
- Posts: 4
- Joined: 20 Jan 2016, 10:40
Re: Top Stats 3.2.x
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.
-
- Users
- Posts: 8
- Joined: 02 May 2016, 16:34
Re: Top Stats 3.2.x
This extension would beautiful if there was also the avatar of the user, can you insert this?
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Top Stats 3.2.x
Will check on next release.phpbbexst wrote: 27 Apr 2017, 03:39 This extension would beautiful if there was also the avatar of the user, can you insert this?