
[3.3][RC] Stats On Index - phpBB Extension
Re: [EXT] Stats On Index
Dies gehört mitlerweilen zum guten Ton in phpbb3, danke für die Aufmerksamkeit 

Stats On Index - phpBB Extension
There is a conflict with the Newest members extension from dmzx/newestmembers.
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
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
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:
You do not have the required permissions to view the files attached to this post.
Stats On Index - phpBB Extension
I added some emoji and css.
Mobile view
1.0.4
Mobile view
1.0.4
You do not have the required permissions to view the files attached to this post.
Last edited by SpIdErPiGgY on 16 Jun 2025, 16:25, edited 5 times in total.
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.
You do not have the required permissions to view the files attached to this post.
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