Extension 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] 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 Article[3.3.x] Styles in Development • Re: [RC] Helion
Thanks for the feedback. As far as the login drop-down menu is concerned, I deliberately decided that it was just a visual gimmick with no added value and I didn't want to make it accessible because...
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 • Captcha before even accessing the contents of the board?
Hello,I am operating a phpBB powered forum for a project on Sourceforge. It seems that Sourceforge (and our forum) are currently the target of some kind of attack that scrapes the contents from the...
View ArticlephpBB Discussion • Re: What is the Future of phpBB?
Make the default tab attachments, problem solved and everyone is happy.Personally I use the "Do not parse URL's", "Lock post" and "Lock topic".Statistics: Posted by thecoalman — Wed Mar 26, 2025 10:48...
View Article[3.3.x] Support Forum • Re: Captcha before even accessing the contents of the...
Sooo - is there any chance to somehow configure phpBB to require a user to solve a captcha before being able to use the Forums even as a guest? The idea is to keep the bots from eating up all the...
View Article[3.3.x] Support Forum • Re: email template file
I can understand your words. What I have done is as an way out a legal quandary over here that is being promoted by SMS services. That is, on the website there should be contact form in which a user...
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[3.3.x] Support Forum • Updating to 3.3 from 3.0
I am trying to update from version 3.0 to 3.3 and have followed through the update process regards loading the files in to the correct directory.I have gone to the /install and the page loads but when...
View ArticleExtensions in Development • [3.3][DEV] 🎵 Audio and Video Attachment...
Extension Name: Audio and Video Attachment Player Author: GalandasExtension Version: Requirements: Extension Description: This Extension allows you to Play audio and video attachments with HTML5...
View ArticlephpBB Discussion • Re: Remove sid's dfrom URLs
Correct me if I'm wrong but this can be done with cookie alone.Again, true, but again, to track via cookies, some unique client identifier is needed, which is the SID as well. Having guest SID in any...
View Article[3.3.x] Support Forum • Re: Google Search Console problems
Please!! You didn't even read my post and the links presented. They'll explain how to maximize your image ALT= descriptions, but it's something that must be changed on the "post" level, as in...
View Article