Recent Topics Extension for 3.3.14

Looking for an Extension? Have an Extension request? Post your request here for help. (Note: This forum is community supported; while there is an Extensions Development Team, said team does not dedicate itself to handling requests in this forum)
Scam Warning
PowerShifter
Registered User
Posts: 24
Joined: Wed Nov 20, 2024 10:34 am

Recent Topics Extension for 3.3.14

Post by PowerShifter »

I'm searching for Recent Topics extension that supports phpbb version 3.3.14
User avatar
SpIdErPiGgY
Registered User
Posts: 328
Joined: Sun May 02, 2021 2:11 pm
Location: Erpe-Mere, Aalst, BE
Name: Andy Dm

Re: Recent Topics Extension for 3.3.14

Post by SpIdErPiGgY »

Image
User avatar
Steve
Registered User
Posts: 1620
Joined: Tue Apr 07, 2009 7:48 pm
Location: Co. Durham, England
Name: Steven Clark

Re: Recent Topics Extension for 3.3.14

Post by Steve »

wrong... delete
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
PowerShifter
Registered User
Posts: 24
Joined: Wed Nov 20, 2024 10:34 am

Re: Recent Topics Extension for 3.3.14

Post by PowerShifter »

SpIdErPiGgY wrote: Fri Nov 29, 2024 7:23 pm 5 seconds google search : https://github.com/IMC-GER/RecentTopics ... .2.15-pl10
I get this error
https://imgur.com/mw25NKg
User avatar
SpIdErPiGgY
Registered User
Posts: 328
Joined: Sun May 02, 2021 2:11 pm
Location: Erpe-Mere, Aalst, BE
Name: Andy Dm

Re: Recent Topics Extension for 3.3.14

Post by SpIdErPiGgY »

Open /ext/paybas/recenttopics/ext.php

Search:

Code: Select all

$valid_php = phpbb_version_compare(PHP_VERSION, '7.1.3', '>=') && phpbb_version_compare(PHP_VERSION, '8.3.0', '<');
Replace with:

Code: Select all

$valid_php = phpbb_version_compare(PHP_VERSION, '7.1.3', '>=') && phpbb_version_compare(PHP_VERSION, '8.4.1', '<');
Image
PowerShifter
Registered User
Posts: 24
Joined: Wed Nov 20, 2024 10:34 am

Re: Recent Topics Extension for 3.3.14

Post by PowerShifter »

SpIdErPiGgY wrote: Fri Nov 29, 2024 7:37 pm Open /ext/paybas/recenttopics/ext.php

Search:

Code: Select all

$valid_php = phpbb_version_compare(PHP_VERSION, '7.1.3', '>=') && phpbb_version_compare(PHP_VERSION, '8.3.0', '<');
Replace with:

Code: Select all

$valid_php = phpbb_version_compare(PHP_VERSION, '7.1.3', '>=') && phpbb_version_compare(PHP_VERSION, '8.4.1', '<');
Thank you!
It is now working
User avatar
SpIdErPiGgY
Registered User
Posts: 328
Joined: Sun May 02, 2021 2:11 pm
Location: Erpe-Mere, Aalst, BE
Name: Andy Dm

Re: Recent Topics Extension for 3.3.14

Post by SpIdErPiGgY »

Great 😁
Image

Return to “Extension Requests”