Installed on my localhost testboard.
The portal not showing Stats on index and Forum goal.
Yes, those ext are installed and set to "yes" in the portal settings.
[3.3][RC] Simple Portal - phpBB Extension
[3.3][RC] Simple Portal - phpBB Extension
Damn, I probably forgot that they needed to be updated before releasing the portalSpIdErPiGgY wrote: 26 Jun 2025, 18:13 Installed on my localhost testboard.
The portal not showing Stats on index and Forum goal.
Yes, those ext are installed and set to "yes" in the portal settings.
For testing:
You do not have the required permissions to view the files attached to this post.
[3.3][RC] Simple Portal - phpBB Extension
Hello everyone
The portal is missing the complete display of the Top Stats extension. viewtopic.php?style=13&t=2749
Whether it's Recent Active Topics or the statistics in general.
Forumgoal and Stats on Index have been updated as intended and are working in the portal.
The portal is missing the complete display of the Top Stats extension. viewtopic.php?style=13&t=2749
Whether it's Recent Active Topics or the statistics in general.
Forumgoal and Stats on Index have been updated as intended and are working in the portal.
[3.3][RC] Simple Portal - phpBB Extension
Yes, the Top Stats EXT needs an update too.flumsi wrote: 29 Jun 2025, 21:44 Hello everyone
The portal is missing the complete display of the Top Stats extension. viewtopic.php?style=13&t=2749
Whether it's Recent Active Topics or the statistics in general.
Forumgoal and Stats on Index have been updated as intended and are working in the portal.
Its an easy fix
Open: /ext/stoker/topstats/event/listener.php
Find:
Code: Select all
$this->template->assign_var('TSRAT_ENABLE', $this->config['tsrat_enable']);
Code: Select all
$this->template->assign_var('DISPLAY_RECENT_PORTAL', $this->config['display_top_recent_portal']);
$this->template->assign_var('DISPLAY_TOP_STATS_PORTAL', $this->config['display_top_stats_portal']);
[3.3][RC] Simple Portal - phpBB Extension
Thank you for your corrections, you're my man, thank you for that 
