phpBB Custom Coding • Re: [SOLVED] Does anyone understand Twig macros?
By the way, if you are going to use an include, couldn't you just do the syntax like this?You can also provide a list of templates that are checked for existence before inclusion. The first template...
View Article[3.3.x] Support Forum • Re: Links stopped being clickable
I don't know why I can't click the post links anymore but I tried disabling all extensions but that didn't helpAn extension isn't the problem in this case, but rather your changes to Prosilver (Dark...
View Article[3.3.x] Support Forum • 3.3.15 Update issue - forum not loading
Just updated from 3.3.11 to 3.3.15. Database updated 100%, ACP works but the main page is not loading. I followed all the upgrade steps.Disabled all extentions, no effect.log table in the database has...
View ArticlephpBB Discussion • Re: Discuss: phpBB 3.3.15 Release
I'm posting AI-generated content on the forum!Considering there are no AI features in a default install of phpBB, your most likely using an extension or something. I took a look at your board and it...
View Article[3.3.x] Support Forum • Re: Newly Registered User and SPAMBOTs
Those are the global permissions, you need to set the forum permissions.Statistics: Posted by thecoalman — Sun Apr 13, 2025 3:09 pm
View ArticleExtensions in Development • Re: [3.3][DEV] Custom HTML Inserter
After disabling the extension, I can't delete the data. Here's the error -Code: SQL ERROR [ mysqli ]Data too long for column 'config_value' at row 125 [1406]SQLALTER TABLE `phpbb_config` CHANGE...
View Article[3.3.x] Support Forum • Re: 3.3.15 Update issue - forum not loading
Hi,You get an white Page for the Main Page?If yes, please check the PHP errorlogs.RegardsPS: and you might want to hard delete the cache/Statistics: Posted by Crizzo — Sun Apr 13, 2025 4:31 pm
View ArticleExtensions in Development • Re: [3.2][RC] Topic Template
I would like to include emoji in the topic template.Now I get:Code: SQL ERROR [ mysqli ]Incorrect string value: '\xF0\x9F\x93\xA6 E...' for column `admin_phpbbextnl`.`phpbb_config_text`.`config_value`...
View Article[3.3.x] Styles Support & Discussion • Re: #variant_switch button:active
@bennybernaer Rather than writing each button in the file, you can store the colours in an array, then iterate over it to generate the corresponding button.Replace:Code: <button id="html_default"...
View ArticleExtensions in Development • Re: [3.3][DEV] Topic Moderator
Nah, you just went off track with all of that. Moderators can do that stuff.This extension is about allowing topic authors to moderate their topics. Not change the author or move their...
View ArticleExtensions in Development • Re: [3.2][DEV] Log Search v1.0.1
Consider restructuring your repo for this extension. Currently you're just keeping a ZIP file of the extension there when it should just be the files of the extension like it is in most extension...
View ArticleExtension Requests • Re: "One click ban" or "Ban Hummer"...
You're right!Even I'm an owner and Administrator on the forum, it doesn't show this link.But when I added myself to super-moderator, the link appearedI am close to 20 years with phpBB and still...
View ArticleExtension Requests • social media login
hello, i was wondering if anyone could point me in the direct of adding social media signing up and loggin in pleaseStatistics: Posted by lvlasked — Mon Apr 14, 2025 3:27 pm
View ArticleExtension Requests • Re: social media login
hello, i was wondering if anyone could point me in the direct of adding social media signing up and loggin in pleasewww.oneall.comStatistics: Posted by RomaamoR — Mon Apr 14, 2025 3:38 pm
View Article[3.3.x] Support Forum • Re: How to change Forum URL?
from: community.phpbb.comto: phpbb.com/communityStatistics: Posted by siân — Mon Apr 14, 2025 3:46 pm
View Article[3.3.x] Support Forum • Re: An idiots guide to build a forum
Sorry for the massively late reply, I have had some health issues preventing me from doing anything!Essentially I have downloaded phpbb and extracted it into a folder on my laptop. That's Essentially...
View Article[3.3.x] Support Forum • Re: Update to 3.3.15 success, but PHP errors, my site...
That apparently did it, my board is back online (thefogbow.com/forum), but I will check everything I can for a while to make sure.Statistics: Posted by Fogbow_Foggy — Tue Apr 15, 2025 10:53 am
View ArticleExtension Writers Discussion • Re: vchar size
From what I've read in the past, the only difference between TEXT and VARCHAR(2550) is that you can limit the maximum length of a VARCHAR column. In your example, that limit is 2550. Personally, if...
View Article[3.3.x] Support Forum • Re: Update to 3.3.15 success, but PHP errors, my site...
You need to transfer files with FileZilla using the binary mode otherwise you can get random errors such as the one you experienced.Statistics: Posted by Mike-on-Tour — Tue Apr 15, 2025 1:04 pm
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Recent Topics Extension for...
Tested it on 3.3.15 but it marks every topic as new, regardless of my settings (image below for a setting of max days = 8)I would also like to see icons displayed on the index page (in the Last Post...
View Article