[3.3][RC] Simple Portal - phpBB Extension

Extensions for phpBB 3.3.X
Maintained and supported by Stoker
User avatar
SpIdErPiGgY Offline
Donator
Donator
Posts: 53
Joined: 13 Dec 2024, 08:43
Local time: 07 Sep 2025 06:05
Last active: -
Location: Erpe-Mere, Belgium
Contact:

[3.3][RC] Simple Portal - phpBB Extension

Post by SpIdErPiGgY »

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.
User avatar
Stoker Offline
Site Admin
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

Post by Stoker »

SpIdErPiGgY 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.
Damn, I probably forgot that they needed to be updated before releasing the portal
For testing:
forumgoal_v1.1.2b.zip
(35.08 KiB) Downloaded 7 times
Stats_on_index_1.0.5.zip
(14.51 KiB) Downloaded 7 times
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
SpIdErPiGgY Offline
Donator
Donator
Posts: 53
Joined: 13 Dec 2024, 08:43
Local time: 07 Sep 2025 06:05
Last active: -
Location: Erpe-Mere, Belgium
Contact:

[3.3][RC] Simple Portal - phpBB Extension

Post by SpIdErPiGgY »

Yes, those work 😁
User avatar
flumsi Offline
BBCoder III
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

Post by flumsi »

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.
User avatar
Stoker Offline
Site Admin
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

Post by Stoker »

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.
Yes, the Top Stats EXT needs an update too.
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']);
Add after:

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
User avatar
flumsi Offline
BBCoder III
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

Post by flumsi »

Thank you for your corrections, you're my man, thank you for that :beer:
Post Reply