[3.3][RC] Simple Portal - phpBB Extension

Extensions for phpBB 3.3.X
Maintained and supported by Stoker

[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.

[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
Stats_on_index_1.0.5.zip
You do not have the required permissions to view the files attached to this post.

[3.3][RC] Simple Portal - phpBB Extension

Post by SpIdErPiGgY »

Yes, those work 😁

[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.

[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']);

[3.3][RC] Simple Portal - phpBB Extension

Post by flumsi »

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