Extension Writers Discussion • Re: Passing data array to custom function in...
In theory (never tested myself) it should work like thatCode: public function update_data(){$args = ['data' => ['var_1'=> 1,'var_2'=> 1,'var_3'=> 0,]];return [// Call a custom callable...
View Article[3.3.x] Support Forum • Disable Automatic Registration Email
Hello, I have set up the forum registration to require approval from the administrator. Now, I would like to disable the automatic email sent after registration, as I personally contact each new...
View Article[3.3.x] Support Forum • Re: Disable Automatic Registration Email
You can turn it off in the notification settingsStatistics: Posted by KevC — Fri Apr 11, 2025 2:23 pm
View Article[3.3.x] Support Forum • Re: Weird Problem - Images folder missing ?
Kind of the panic being over, for some reason the images folder ended up in the phpbb folder Also I lost my adm folder Not sure what`s going on but I replaced the missing adm folder and moved the...
View Article[3.3.x] Styles Support & Discussion • Browser test
Hello,Back in the good old days.... There was a site where you could test your design in different browsers.How an where is this possible?Prefer something freeStatistics: Posted by Stoker 4.0 — Sat...
View ArticlephpBB Custom Coding • Re: [SOLVED] Does anyone understand Twig macros?
Ok, I'll test that then. Might as well. All the buggers on Stack and elsewhere were saying it had to be done with macros though, which is why I went with macros.There's nothing really wrong with...
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 ArticlephpBB Custom Coding • Re: Android style CP menu (quick and easy)
Can't be bothered right now. Gonna watch a crappy movie with lots of explosions, then go to sleep. Will use the menu tomorrow and find out what annoys me about it. Statistics: Posted by Gumboots — Sun...
View ArticlephpBB Discussion • Re: Discuss: phpBB 3.3.15 Release
Great job updating the forum! I'm posting AI-generated content on the forum!Statistics: Posted by Molchanov — Sun Apr 13, 2025 12:59 pm
View ArticleExtensions in Development • Re: [3.3][DEV] Custom HTML Inserter
I have custom code for ads on my own site. It displays one ad after first post with less than 7 posts on page. 7 to 14 posts get two ads splitting the posts into three sections. e.g posts 1-4 Ad posts...
View ArticleExtension Requests • Add comments like from stackoverflow
When someone posted a issue from stackoverflow there is like a comment body down the issue where you can post like sub replies on the topic body textlike this Is there an extension for that (sorry...
View ArticleExtension Requests • Re: Add comments like from stackoverflow
The term is threaded topics and is fundamentally different than topic based forum since each reply can be it's own topic. I don't know if there is extension for this but just be aware it's something...
View Article[3.3.x] Support Forum • Re: Newly Registered User and SPAMBOTs
They should be on NEVER rather than NO.Are you sure the accounts registered after you made the setting = 1 ?Statistics: Posted by KevC — Sun Apr 13, 2025 2:34 pm
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 Article[3.3.x] Support Forum • Re: How to change Forum URL?
From what to what?Statistics: Posted by KevC — Mon Apr 14, 2025 11:08 am
View ArticleExtensions in Development • Re: [3.3][DEV] Topic Moderator
change topic authormove topicI don't know how it will work if it will use permissions, or if it will be the user's own if the extension is activated, but it would be cool to have a permission,...
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.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 Article