Extension 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 ArticlephpBB Discussion • Re: Why are the Support Team and Customizations Team the...
When there is a darker background (it looks weird on attached screenshot) I can see the colour difference better. Would it be possible to get a dark mode?Statistics: Posted by Just an Alien — Sun Mar...
View ArticleExtension Requests • Re: Markdown code support.
A few seconds of Google search https://www.phpbb.com/customise/db/extension/markdown/Statistics: Posted by halil16 — Sun Mar 23, 2025 11:41 am
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 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 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[3.3.x] Support Forum • Re: Odd little bug
I now have get the following (at times):phpBB Debug] PHP Warning: in file [ROOT]/viewforum.php on line 628: Undefined array key "b"[phpBB Debug] PHP Warning: in file [ROOT]/viewforum.php on line 634:...
View Article