Extensions in Development • Re: [3.3][BETA] Major 2025 overhaul of RH Topic...
phpBB 3.3.14, PHP 8.4.1. Got the following fatal error on the extension (v.3.0.2 beta) enabling step:Code: Fatal error: Uncaught TypeError: robertheim\topictags\service\tags_manager::__construct():...
View ArticleExtension Writers Discussion • How to replace a text in language/xx/mail with...
Hi,several pages and here in the forum describe how to edit the .txt files in the Language folder. This is an unsatisfactory solution because the language files are overwritten during an update. If...
View ArticleExtension Writers Discussion • Re: How to replace a text in language/xx/mail...
That's hackish a bit.Using core.twig_environment_render_template_before, it is possible to redefine template filename in event listener, likeCode: $filename = $event['name'];$filename = ($filename ==...
View ArticlephpBB Custom Coding • Re: Calling more specific body classes
The basic list of global template variables in common.php doesn't cover this,There is usually a list of template variables at the end of each main file specific to that file. Others are scattered...
View Article[3.3.x] Support Forum • Re: Upgrading from 3.3.13 to 3.3.14
https://victoria.org.in/I think I had replaced config.php with the earlier one.I did not see any mention of a database update on Install. However, I will follow the instructions, after some...
View Article[3.3.x] Styles in Development • Re: [RC] Helion
The login drop menu is not keyboard-accessible. It's also still lacking keyboard access to things like "Display and sorting options" and the "Jump to" (not that I think anyone ever uses the jumpbox).I...
View Article[3.3.x] Support Forum • Re: Google Search Console problems
Not anymore, but several years back, before installing PHPBB rich content extensions, we did.The first one (missing field author), you can basically ignore. But both of them fall under items that...
View ArticlephpBB Custom Coding • Re: Dealing with bot traffic
To textkit, thanks for pointing out the HTTP status code issue; I have also added it.The sid-traffic on my site has definitely gone down, but when I think it had completely stopped it goes up again...
View ArticleExtension Writers Discussion • Migrations problem - old migration file wants...
In re-developing RH Topic Tags for phpBB 3.3.x compatibility and a bunch of improvements, I've run into the following problem:The migrations/release_0_0_8.php file (very old, from the phpBB 3.1.x era)...
View Article[3.3.x] Support Forum • Automatically resize avatar when upload
Do i need imagemagick for the procedure to happen? Whenever i upload a file that is larger than 9px, it will automatically resize to the maximum limit i chose either 10px or whatever px i...
View ArticleExtension Writers Discussion • Re: Migrations problem - old migration file...
Just discussed the policy statements with Matt, and it should be possible to can fix errors, add protections (like depends on or effectively installed). The prohoboted changes are those which affect...
View Article[3.3.x] Support Forum • Re: when in phpBB install i get this error and it...
I am getting the same error message and having the same 15% issue as the original poster.I am trying to install a fresh copy of phpBB3.3.0 on my desktop so that I can practice processing an upgrade to...
View ArticleExtensions in Development • Re: [3.3][BETA] 2025 overhaul of 3D-I Top Poster...
Installed with no problems on phpBB 3.3.15-RC1 using php 8.2.28Anything specific you want testet?In view topic I see a loading indicator next to the text in post profile: Top Poster of the Month...
View Article[3.3.x] Convertors • Re: IPB 1.3 to phpBB 3.3.x
He's not talking about staying on 3.0.14.It's about getting it to a version you can then work with to get you to 3.3.xStatistics: Posted by KevC — Tue Mar 25, 2025 9:57 am
View Article[3.3.x] Support Forum • Re: email template file
Yep.Statistics: Posted by stevemaury — Tue Mar 25, 2025 8:57 pm
View Article[3.3.x] Support Forum • Re: Cron error exception_subscriber
From \phpbb\lock\db.php -> public function acquire() docblock:Code: /*** Tries to acquire the lock by updating* the configuration variable in the database.** As a lock may only be held by one...
View ArticlephpBB Discussion • Re: What is the Future of phpBB?
It'd probably make more sense to start with something more current (SCEditor ??) and adapt that to phpBB.You're right. I think you first need a good base and people who keep the extension uptodate....
View ArticlephpBB Discussion • Re: Remove sid's dfrom URLs
Considering this post viewtopic.php?t=2659822 it can also create DDoS-like traffic from "stupid" non-identifiable bots.It doesn't seem that getting rid of sid in URL can prevent those bots from...
View ArticleWanted! • Re: Patreon - phpBB connection
I absolutely need this. Most of what I'm building my phpbb for is designed by people with heavily trafficked Patreon accounts. They're going to want to be able to let their clients authenticate here...
View Article[3.3.x] Support Forum • Tried to redirect to potentially insecure url from...
Support Request Template What version of phpBB are you using? phpBB 3.3.14 What is your board's URL? https://dev.scalefour.org Who do you host your board with? Ionos How did you install your board? I...
View Article