[3.3][RC] Stats On Index - phpBB Extension

Extensions for phpBB 3.3.X
Maintained and supported by Stoker
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,555
Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

[3.3][RC] Stats On Index - phpBB Extension

Post by Stoker »

Extension Name: Stats On Index
Author: Stoker
Extension Version: Image
Requirements: Image

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:
stats.png
After:
indexstats.png

Download:
Stats_on_index_1.0.4.zip
(13.59 KiB) Downloaded 85 times


Older versions

indexstats_1.0.3.zip
(14.09 KiB) Downloaded 143 times
indexstats_1.0.2.zip
(14.23 KiB) Downloaded 61 times
indexstats_1.0.1_dev.zip
(14.19 KiB) Downloaded 66 times
indexstats_1.0.0_dev.zip
(13.87 KiB) Downloaded 63 times
Last edited by Stoker on 16 Jun 2025, 12:15, edited 1 time in total.
Reason: Updated to 1.0.4
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,555
Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Re: [EXT] Stats On Index

Post 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!
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,555
Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Re: [EXT] Stats On Index

Post by Stoker »

Updated to 1.0.2
Corrected time format for Board start date, thanks to Sniper_E
Added language support for number format
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,555
Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Re: [EXT] Stats On Index

Post 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
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Mirabeau Offline
BBCoder I
BBCoder I
Posts: 1
Joined: 07 Mar 2025, 11:40
Local time: 04 Sep 2025 23:36
Last active: -

Re: [EXT] Stats On Index

Post by Mirabeau »

Super cool ext, installed on 3.3.14 and working perfectly.
French translation in attachment
fr.zip
(1.16 KiB) Downloaded 62 times
I'm still thinking about an ext to retrieve stats from G-analytics API and display them on forum.
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,555
Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Re: [EXT] Stats On Index

Post 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,
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
flumsi Offline
BBCoder III
BBCoder III
Posts: 95
Joined: 03 Mar 2025, 10:55
Local time: 04 Sep 2025 23:36
Last active: -
Location: Schweiz
Contact:

Re: [EXT] Stats On Index

Post 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
Last edited by flumsi on 01 Apr 2025, 04:15, edited 1 time in total.
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,555
Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Re: [EXT] Stats On Index

Post 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 %}
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
flumsi Offline
BBCoder III
BBCoder III
Posts: 95
Joined: 03 Mar 2025, 10:55
Local time: 04 Sep 2025 23:36
Last active: -
Location: Schweiz
Contact:

Re: [EXT] Stats On Index

Post by flumsi »

Mein Versuch war

Am Anfang

Code: Select all

<!-- IF S_USER_LOGGED_IN -->
Am Ende

Code: Select all

<-- ENDIF -->
ergab jedoch nur Fehler.

Funktioniert einwandfrei, Danke vielmals
User avatar
Stoker Offline
Site Admin
Site Admin
Posts: 4,555
Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: -
Favourite EXT: Forum Goal
Location: Denmark
Contact:

Re: [EXT] Stats On Index

Post by Stoker »

I forgot to tell you to purge cache after the edit
~ The greatest achievement in life is to inspire ~
Regards Stoker
Post Reply