Extension 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 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: 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 ArticleExtension Requests • Re: Text-templates for moderation
Yes I believe so but it's easy to check if you just sign in with a test account.Statistics: Posted by KevC — Wed Apr 16, 2025 12:00 pm
View ArticleExtensions in Development • [3.3][RC] Random Quotes
Extension Name: Random QuotesAuthor: StokerExtension Version: Requirements: From my old phpBB 3.0.X ModExtension Description: The Random Quote Extension adds a random quote on forum indexNew quote...
View Article[3.3.x] Styles Support & Discussion • Add banner image at the top of the...
Is there a way to manually add a banner image at the top of the headerbar? I don't want extensions but is there a manual code?Statistics: Posted by PersuasiveMedia — Wed Apr 16, 2025 1:28 pm
View ArticlephpBB Discussion • Re: Is Cloudflare the only solution?
What you say?Try this .htaccess method: https://phpbb.hifikabin.me.uk/viewtopic.php?t=110Statistics: Posted by [Dimetrodon] — Wed Apr 16, 2025 2:09 pm
View ArticleExtension Writers Discussion • Re: Make current user ID globally available in...
I'm still interested in the general question though, because it could be handy for something else. Is there a non-insane way of checking for a custom variable?Usually, phpBB ignores undefined template...
View Article