Extension Writers Discussion • Re: parsing text. enable and...
Take a look at the documentation which describes how BBCode data should be saved to the database and then how to manipulate the data once you've taken it from the database for display.Tutorial:...
View ArticleExtensions in Development • Re: [3.3][BETA] Local Time
Change of plan. I can't add the local time to the member list page without writing non-performant code because there isn't an event I can use to insert the data efficiently. I've created a PR for this...
View Article[3.3.x] Support Forum • Re: A few questions regarding a Tapatalk db.
Hi, sorry for the late response, but I figured that I'd post back with an update..The code I edited my last post with a link, DID the trick.. it actually fixed both the topic and the reply subjects.....
View ArticleExtensions in Development • Re: [3.3][DEV] AdBlock Detector
Extension updated!Update Instructions:You may want to copy the text for the custom page before proceeding.- Disable in ACP- Delete data in ACP- Delete folder via FTP- Upload the new folder- Enable...
View Article[3.3.x] Support Forum • Newest PHP version which phpBB should work?
Should phpBB 3.3.15 work on PHP 8.1 or 8.3 versions?My hosting server is changing to newer PHP version because 7.4 and 8.0 are vulnerable.Statistics: Posted by tapi0 — Fri Jun 06, 2025 6:40 pm
View Article[3.3.x] Support Forum • Re: Newest PHP version which phpBB should work?
Yes, it will work with these php versions.Statistics: Posted by Madalin10 — Fri Jun 06, 2025 6:54 pm
View Article[3.3.x] Support Forum • Re: Password recovery email do not work, mail test...
Thank you all and apologies for the late reply. I was on a business trip and had no time to look into it.@thecoalman - I don't see any errors in the log, nothing from the last months anyway. I am...
View ArticleGeneral Discussion • Re: How much AI do you use?
I dont believe AI can create extensions, yet.But it can help you with code pieces and maybe correct some errors.Thats the php part.CSS/HTML it can do. Nice actually.Statistics: Posted by Stoker 4.0 —...
View ArticleExtension Writers Discussion • Thumbnail in ACP
Hello everyone.I'm writing an extension where you choose an image in ACP from a drop-down menu and a thumbnail should appear below.However, in ACP, the image appears corrupted, but in the index, what...
View Article[3.3.x] Support Forum • Re: How are the ads. rotated ?
Can the admin move this thread to there or do I need to repost ?Statistics: Posted by 4mpb5 — Sun Jun 08, 2025 1:46 am
View Article[3.3.x] Support Forum • Re: A ban has been issued on your IP address ??
Under server settings is "Check IP against DNS Blackhole List:" set to yes?Statistics: Posted by thecoalman — Sun Jun 08, 2025 2:48 am
View Article[3.3.x] Support Forum • Redis cache
I installed Redis cache on my Debian 12 server.I followed some instructions, and they say I need to add this in config.php:Code: // --- Redis cache configuration for phpBB ---if (!isset($cache)) {...
View ArticleExtensions in Development • [3.3][BETA] Custom 404
FunctionalityThe extension provides the following core functionalities:Customizable 404 Page:- Replaces the default phpBB 404 error page with a custom template (custom404.html) that displays a...
View ArticleExtensions in Development • Re: [3.3][DEV] Link 2 Topic Name
Ok, I did some massive testing as both versions throw out various Warning Messages and keep my morning in checking between what got broken and what got fixed in the latest release and what still is...
View ArticleExtensions in Development • Re: [3.3][DEV] Links
No, you understood that wrong sorry:I asked if there is permission for the links to define who can see and browse those links. As a guest, not should see those by default. That Admins and special user...
View ArticleExtensions in Development • Re: [3.3][DEV] Topic Statistics
Are you still developing this extension?Yes.Statistics: Posted by Anișor — Sun Jun 08, 2025 7:43 am
View ArticleExtensions in Development • Re: [3.3][RC] Pageloader
I can remember this and using something similar for my WordPress page. This back button was really a problem in the past and maybe a reason we removed it. Perhaps I should give it a new try and see if...
View ArticleExtensions in Development • Re: [3.3][DEV] Wrap It BBCode
Have you tested the Wrap It Codes to use inside a Table? The Images got split into visible pieces with lines. I also struggle sometime a bit with the width of it, as I use a bigger size of it....
View Article[3.3.x] Styles Support & Discussion • Re: Image (banner) in header
OK I seeStatistics: Posted by ssl — Sun Jun 08, 2025 4:41 pm
View Article[3.3.x] Support Forum • Re: Problem with recurring notifications
I seem to have solved the problem.My WEB site is running under its own user account, but phpBB ignores this, even the fact that the parent cache directory is under a different user and the cache...
View Article