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
- SpIdErPiGgY Offline
- Donator
- Posts: 53
- Joined: 13 Dec 2024, 08:43
- Local time: 07 Sep 2025 06:05
- Last active: -
- Location: Erpe-Mere, Belgium
- Contact:
- Stoker Offline
- Site Admin
- Posts: 4,561
- Joined: 12 May 2008, 21:26
- Local time: 07 Sep 2025 06:05
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
[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:
~ 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 06:05
- Last active: -
- Location: Erpe-Mere, Belgium
- Contact:
- flumsi Offline
- BBCoder III
- Posts: 95
- Joined: 03 Mar 2025, 10:55
- Local time: 07 Sep 2025 06:05
- Last active: -
- Location: Schweiz
- Contact:
[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.
- Stoker Offline
- Site Admin
- Posts: 4,561
- Joined: 12 May 2008, 21:26
- Local time: 07 Sep 2025 06:05
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
- Contact:
[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']);
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
- flumsi Offline
- BBCoder III
- Posts: 95
- Joined: 03 Mar 2025, 10:55
- Local time: 07 Sep 2025 06:05
- Last active: -
- Location: Schweiz
- Contact:
[3.3][RC] Simple Portal - phpBB Extension
Thank you for your corrections, you're my man, thank you for that 
