[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: 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.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: 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[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[3.3.x] Support Forum • Re: Odd little bug
Probably ask those users to copy that SQL error full text and send it to you (and may be an URL used and a screenshot additionally).This was received by at least three users.Statistics: Posted by...
View ArticleExtension Writers Discussion • Please help me understand the ( for loop ) in...
Hello,I need some help to understand the {% for something in loops.something %}xxx{% endfor %} used in the templates.Can it be used twice, like this:Code: <div class="forabg" role="row"><div...
View Article