
[3.3][RC] Stats On Index - phpBB Extension
- flumsi Offline
- BBCoder III
- Posts: 95
- Joined: 03 Mar 2025, 10:55
- Local time: 07 Sep 2025 05:52
- Last active: -
- Location: Schweiz
- Contact:
Re: [EXT] Stats On Index
Dies gehört mitlerweilen zum guten Ton in phpbb3, danke für die Aufmerksamkeit 

-
- BBCoder II
- Posts: 19
- Joined: 02 Jun 2025, 18:27
- Local time: 07 Sep 2025 06:52
- Last active: -
Stats On Index - phpBB Extension
There is a conflict with the Newest members extension from dmzx/newestmembers.
- Stoker Offline
- Site Admin
- Posts: 4,561
- Joined: 12 May 2008, 21:26
- Local time: 07 Sep 2025 05:52
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
Stats On Index - phpBB Extension
Its because I set the NEWEST_USER to false and create a new.
You can move the html from the other extension into the Stats index template/event html file
You can move the html from the other extension into the Stats index template/event html file
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
- Stoker Offline
- Site Admin
- Posts: 4,561
- Joined: 12 May 2008, 21:26
- Local time: 07 Sep 2025 05:52
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
Stats On Index - phpBB Extension
Open
Find:
Replace with:
I havent testet it
ext\stoker\indexstats\styles\all\template\event\index_body_stat_blocks_after.html
Find:
{% if SOI_NEWEST_USER %}{SOI_NEWEST_USER}<br />{% endif %}<br />
Replace with:
{% if SOI_NEWEST_USER %}{SOI_NEWEST_USER}{% endif %}<!-- BEGIN newestmembers --><!-- IF newestmembers.S_ROW_COUNT > 0 -->{L_COMMA_SEPARATOR} <!-- ENDIF --> <strong>{newestmembers.NEWESTMEMBERS}</strong><!-- END newestmembers --><br /><br />
I havent testet it
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder II
- Posts: 19
- Joined: 02 Jun 2025, 18:27
- Local time: 07 Sep 2025 06:52
- Last active: -
- Stoker Offline
- Site Admin
- Posts: 4,561
- Joined: 12 May 2008, 21:26
- Local time: 07 Sep 2025 05:52
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
Stats On Index - phpBB Extension
The fix for newest members in Stats on Index
Open:
Find:
Replace with:
Open:
Find and delete:
Save files, upload and purge cache
Result:
Open:
ext\stoker\indexstats\styles\all\template\event\index_body_stat_blocks_after.html
Find:
{% if SOI_NEWEST_USER %}{SOI_NEWEST_USER}<br />{% endif %}
Replace with:
Code: Select all
{L_NEWESTMEMBERS_TEXT}{L_COLON}<!-- BEGIN newestmembers --><!-- IF newestmembers.S_ROW_COUNT > 0 -->{L_COMMA_SEPARATOR} <!-- ENDIF --> <strong>{newestmembers.NEWESTMEMBERS}</strong><!-- END newestmembers --><br />
/ext/dmzx/newestmembers/styles/prosilver/theme/newestmembers.css
Find and delete:
display: none;
Save files, upload and purge cache
Result:
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder II
- Posts: 19
- Joined: 02 Jun 2025, 18:27
- Local time: 07 Sep 2025 06:52
- Last active: -
- SpIdErPiGgY Offline
- Donator
- Posts: 53
- Joined: 13 Dec 2024, 08:43
- Local time: 07 Sep 2025 05:52
- Last active: -
- Location: Erpe-Mere, Belgium
- Contact:
Stats On Index - phpBB Extension
I added some emoji and css.
Last edited by SpIdErPiGgY on 01 Jul 2025, 03:45, edited 7 times in total.
- Stoker Offline
- Site Admin
- Posts: 4,561
- Joined: 12 May 2008, 21:26
- Local time: 07 Sep 2025 05:52
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
Stats On Index - phpBB Extension
Its kind of messy on mobiles.
I have this custom code in responsive here.
I have this custom code in responsive here.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
- SpIdErPiGgY Offline
- Donator
- Posts: 53
- Joined: 13 Dec 2024, 08:43
- Local time: 07 Sep 2025 05:52
- Last active: -
- Location: Erpe-Mere, Belgium
- Contact:
Stats On Index - phpBB Extension
Yes you are correct. I've updated the filesStoker wrote: 10 Jun 2025, 10:22 Its kind of messy on mobiles.
I have this custom code in responsive here.
viewtopic.php?p=20167#p20167