Extension 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] Support Forum • Any current fix for the sideways image issue?
Finally got around to getting off a rather outdated 3.2 version and onto the latest 3.3.15. Only to realize somewhere back in 3.2.x they implemented a security fix that prevented the ImageMagick...
View ArticleExtension Writers Discussion • Re: Please help me understand the ( for loop )...
Thank you for the answer Anișor.So the loop is only when displaying more than one.Statistics: Posted by Stoker 4.0 — Wed Apr 16, 2025 5:32 pm
View ArticleExtension Writers Discussion • Re: Make current user ID globally available in...
Yup. Thanks. This becomes very easy then.If the PTB want to add the necessary variable to core, well and good, but in the absence of that I just write the extension and go ahead and use my variable in...
View Article[3.3.x] Styles Support & Discussion • Re: Add banner image at the top of...
Sure. Which style are you using? And exactly how do you want it to look?Statistics: Posted by Gumboots — Wed Apr 16, 2025 5:54 pm
View Article[3.3.x] Styles Support & Discussion • link visible with >0 posts
I want to add a link to navbar_header.html How do I make it visible to users who have posted at least one message?Statistics: Posted by reptileguy — Wed Apr 16, 2025 6:58 pm
View Article[3.3.x] Support Forum • Re: Odd little bug
I don't know how to implement an SQL query.Outdated a bit but still relevant: Knowledge Base - Executing SQL Queries in phpMyAdmin.Thanks! Someone else who had been experiencing the issue is also able...
View Article[3.3.x] Support Forum • Fatal error
Fatal error: Declaration of phpbb\di\extension\core::getAlias() must be compatible with Symfony\Component\DependencyInjection\Extension\Extension::getAlias(): string in...
View ArticlephpBB Ideas • Disable version check in ACP
Would be nice to do a disable version check after maybe 5 secs when login ACP.When phpbb.com servers are down it takes forever to login to ACPAbout 36 seconds - thats too muchStatistics: Posted by...
View Article[3.3.x] Styles Support & Discussion • Re: link visible with >0 posts
Thank you. It works now. This is what I did:Code: <li><!-- IF not S_USER_NEW -->Something<!-- ELSE IF S_REGISTERED_USER -->Something else<!-- ENDIF --></li>Statistics:...
View Article[3.3.x] Support Forum • Search excluding BBCodes - possible?
Is it possible to have Search skip specific BBCodes?I have a forum that contains a LOT of code. So much that it muddies up the search result because of keywords, comments etc. I have several users...
View Article[3.3.x] Support Forum • Re: Search excluding BBCodes - possible?
What I've done on my own forum is edit the template so the default search is for first post so you aren't getting all the replies. If sphinx is option you ca add stopwords instead of using the...
View ArticlephpBB Ideas • Re: Disable version check in ACP
Yes indeed. I had to go to user profile, and edit account to get into acp Statistics: Posted by SpIdErPiGgY — Thu Apr 17, 2025 6:40 pm
View Article[3.3.x] Support Forum • PHP 8.1 supported?
Hi,The system requirements list PHP 7.2.0+. My target environment offers PHP 8.1 as the oldest version. My first guess Is that phpBB 3.3 is not compatible with PHP 8.1. Glad if you'd...
View Article[3.3.x] Support Forum • Re: Fatal error
What were you doing before that happened? Errors don't usually occur without something changing.Good question, I don't know anymore.Statistics: Posted by Just an Alien — Thu Apr 17, 2025 6:47 pm
View Article[3.3.x] Support Forum • Re: PHP 8.1 supported?
It's working fine. I am running it on 8.4 with no issues.Statistics: Posted by Anișor — Thu Apr 17, 2025 7:00 pm
View Article[3.3.x] Support Forum • Re: Admin Approval of new users
I've never used google recaptcha but a good Q&A question that you cannot google the answer to works fine.Statistics: Posted by KevC — Fri Apr 18, 2025 11:08 am
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Hide Foe Topics
If you really want to totally hide any trace of the ignored posts you can do that, but it will require templates edits too.Lol, yes, if they ask for it, then there is a need to have a real blacklist...
View Article