Page 4 of 4

[3.3][RC] Simple Portal - phpBB Extension

Posted: 26 Jun 2025, 18:13
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

Posted: 27 Jun 2025, 04:08
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 8 times
Stats_on_index_1.0.5.zip
(14.51 KiB) Downloaded 7 times

[3.3][RC] Simple Portal - phpBB Extension

Posted: 27 Jun 2025, 13:14
by SpIdErPiGgY
Yes, those work 😁

[3.3][RC] Simple Portal - phpBB Extension

Posted: 29 Jun 2025, 21:44
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

Posted: 30 Jun 2025, 04:08
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

Posted: 30 Jun 2025, 11:03
by flumsi
Thank you for your corrections, you're my man, thank you for that :beer: