Page 1 of 3
[3.3][RC] Stats On Index - phpBB Extension
Posted: 05 Feb 2025, 17:40
by Stoker
Extension Name: Stats On Index
Author: Stoker
Extension Version:
Requirements:
Extension Description:
A port of my old MOD
Statistics on index
Features:
No ACP control. Just upload and enable the extension.
Topic views and downloads are cached for 24 hours
Board start date
How long board have been alive, displayed in years, months and days - thanks to 3Di onlinesince
French included in next version
See screenshots for features
Before:
After:
Download:
Re: [EXT] Stats On Index
Posted: 06 Feb 2025, 07:43
by Stoker
Shame on me. Forgot to add newest user.... (We see you now Daniel

)
Also forgot to TWIG the templates....
Last but not least, correcting the display place of the stats....
Disable previous version, delete data, delete the folder with your FTP.
Upload the new folder and enable the EXT.
Enjoy!
Re: [EXT] Stats On Index
Posted: 13 Feb 2025, 15:45
by Stoker
Updated to 1.0.2
Corrected time format for Board start date, thanks to
Sniper_E
Added language support for number format
Re: [EXT] Stats On Index
Posted: 16 Feb 2025, 11:04
by Stoker
Updated to 1.0.3
This is the final version that is going to be submitted to the ext db.
Added how long board have been alive, displayed in years, months and days - thanks to 3Di onlinesince
Removed stylesheet. Display handled in the listener instead.
This is a DELETE previous version.
Disable ext in ACP -> Delete ext data in ACP -> delete the entire indexstats folder -> upload new files -> enable ext -> Purge cache and enjoy
Re: [EXT] Stats On Index
Posted: 07 Mar 2025, 11:43
by Mirabeau
Super cool ext, installed on 3.3.14 and working perfectly.
French translation in attachment
fr.zip
- (1.16 KiB) Downloaded 64 times
I'm still thinking about an ext to retrieve stats from G-analytics API and display them on forum.
Re: [EXT] Stats On Index
Posted: 07 Mar 2025, 13:00
by Stoker
Mirabeau wrote: 07 Mar 2025, 11:43
Super cool ext, installed on 3.3.14 and working perfectly.
French translation in attachment
fr.zip
I'm still thinking about an ext to retrieve stats from G-analytics API and display them on forum.
Sorry for wasting your time. ssl have translated to french. It will be included in next version.
Interesting with your plans for G-Analytics,
Re: [EXT] Stats On Index
Posted: 01 Apr 2025, 04:12
by flumsi
Hallo zusammen
phpbb3.3.1.4 & Stats on Index 1.0.3
Wäre es möglich, die Statistik vor Gästen zu verbergen?
Danke
Re: [EXT] Stats On Index
Posted: 01 Apr 2025, 08:31
by Stoker
flumsi wrote: 01 Apr 2025, 04:12
Hallo zusammen
phpbb3.3.1.4 & Stats on Index 1.0.3
Wäre es möglich, die Statistik vor Gästen zu verbergen?
Danke
Sure, open and edit this file:
/ext/stoker/indexstats/styles/all/template/event/index_body_stat_blocks_after.html
Insert this as the very first line:
{% if S_USER_LOGGED_IN %}
and this as the very last:
{% endif %}
Re: [EXT] Stats On Index
Posted: 01 Apr 2025, 15:13
by flumsi
Mein Versuch war
Am Anfang
Am Ende
ergab jedoch nur Fehler.
Funktioniert einwandfrei, Danke vielmals
Re: [EXT] Stats On Index
Posted: 01 Apr 2025, 15:22
by Stoker
I forgot to tell you to purge cache after the edit