General Discussion • Contributors and Moderators, where did you discover phpbb?
Just asking since you all worked since 2000s I was wondering where did you discover phpbb?Statistics: Posted by PersuasiveMedia — Sun Apr 27, 2025 4:23 pm
View Article[3.3.x] Styles Support & Discussion • Re: Board's Size
You're missing my post's point bratco. I know where 'wrap' is but changing that number wouldn't change size of board to 900px Making simple. 20" and 4 X 3 or 1024 X 786px screen size is too small to...
View Article[3.3.x] Support Forum • Facebook integration with phpBB
I'm currently using OneAll Social Login for Facebook integration with my phpBB forum, but I'd like to do a direct integration between Facebook and phpBB. In my test environment, I've set the Facebook...
View Article[3.3.x] Support Forum • Re: Google search console difficulty
The forum permissions for the bots are not set. This will give you overview of all permissions:Permissions tab >> Forum permissions link on left >> Check next to "All Forums" and submit....
View Article[3.3.x] Support Forum • Re: Out of range value for column 'post_id' at row 1...
Use phpmyadmin to look at the settings for that posts table. There should be an autoincrement number in there somewhere....and...Backup DB and try (XYZ needs to be edited to number greater than last...
View ArticlephpBB Custom Coding • Re: Using Varnish with phpBB for bot / guest traffic
Thank you for sharing this! We have had very similar problems, and hopefully varnish will help.Some of your other tips may also prove very helpful for us.Statistics: Posted by JacobM — Mon Apr 28,...
View ArticlephpBB Discussion • Re: Is Cloudflare the only solution?
It's companies trying to harvest data to load into their AI chatbots.I know. They are still damned pesky blighters. I haven't had issues with Tencent yet, but AliBaba bots seem to have fallen in love...
View Article[3.3.x] Support Forum • Re: phpbb 3.3.15 posting issue
Did you overwrite the .htaccess file?If yes, upload the old one from the backup back to the server.Statistics: Posted by janus_zonstraal — Tue Apr 29, 2025 8:50 pm
View ArticleExtension Writers Discussion • Re: [Info] Using Github Actions to Test...
Updates:EPV (@dev-master) now works with PHP 8, and can work with phpBB's master branch (for users experimenting/developing for phpBB4)We've put together a reusable GitHub Action Workflow test runner...
View ArticleGeneral Discussion • What Linux distro you use and why?
I used Arch Linux in my other old laptop because it runs smoothlyStatistics: Posted by PersuasiveMedia — Wed Apr 30, 2025 4:54 pm
View Article[3.3.x] Support Forum • Re: This is not a bug ... perhaps it is a...
Thanks. should I copy and re-post the above? Statistics: Posted by D. K — Wed Apr 30, 2025 4:56 pm
View Article[3.3.x] Support Forum • Send a post
When I click on a post it sends about 5-10 seconds until the post has been sent. Is this the cause of the problem? How can I quickly fix the problem? So that the posts are sent immediately.Statistics:...
View Article[3.3.x] Support Forum • Re: Send a post
Duplicate ofviewtopic.php?t=2654284We told you months ago to ask your hosts and you never replied to that.Statistics: Posted by KevC — Wed Apr 30, 2025 6:09 pm
View ArticleGeneral Discussion • Re: What Linux distro you use and why?
Debian, and only Debian! That includes clients and servers.Statistics: Posted by Kailey — Wed Apr 30, 2025 6:25 pm
View ArticleExtension Requests • Re: social media login
A very quick search returned this: https://www.phpbb.com/customise/db/exte ... uth_login/Statistics: Posted by danieltj — Wed Apr 30, 2025 8:57 pm
View Article[3.3.x] Styles Support & Discussion • Re: Help needed with dropdown...
Handy to know. I admit I didn't test it on mobile, only desktop (which I was logged in with at the time).I'm now curious to see if this technique can also be applied to closing animations. I'm going...
View ArticleExtension Writers Discussion • Re: [Info] Using Github Actions to Test...
If I may offer my 2 cents on the PR... PHP_VERSION and PHP_VERSIONS, although that very similar naming might be confusing.Thanks for the effort on this though!Statistics: Posted by Kailey — Thu May...
View ArticleExtensions in Development • Re: [3.3][BETA] 2025 overhaul of 3D-I Top Poster...
When Include Admins and Moderators as TPotM candidates is set to no:Code: Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, string given in...
View ArticlephpBB Custom Coding • Is my customized code secure?
I have made some changes to template files for translations to member ranks and i would like you to see the sample code if it is safe.viewtopic_body.htmlCode: <!-- IF postrow.RANK_TITLE ==...
View ArticlephpBB Custom Coding • Re: Is my customized code secure?
It's easier if you target the element with javascript and replace the text with translations.You can even target the alt and title attributes to replace them for the images.Statistics: Posted by...
View Article