[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 • suddenly getting error 500
Something is broken I can't open topics. Main page still works.Looks like there’s a problem with this sitehttps://chevygmcvans.com/viewtopic.php?t=11086 might have a temporary problem or it could have...
View Article[3.3.x] Support Forum • Re: suddenly getting error 500
Look at the server error.logPost the last lines here.Statistics: Posted by SpIdErPiGgY — Sun Apr 27, 2025 10:59 pm
View Article[3.3.x] Support Forum • Re: Facebook integration with phpBB
OAuth Redirect URIs are links with oneall.com if I'm not mistaking... Take a look at the Facebook setup on oneall.Also, for extension support, you need to ask the author.Statistics: Posted by...
View ArticlephpBB Discussion • Re: Remove sid's dfrom URLs
I was looking at another discussion elsewhere and the OP found that adding a few extra rules to robots.txt helped with some bots. The phpBB equivalents would be:Code: Disallow: *sid=Disallow:...
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 • apache block crawlers
when I add this code to my htaccess file the forum breaks (error 500). Did I make a typo or something?Apache Version 2.4.62Code: SetEnvIfNoCase User-Agent "SemrushBot" bad_bot SetEnvIfNoCase...
View Article[3.3.x] Styles Support & Discussion • Help needed with dropdown animation
I hope someone can help me. I would like to animate the dropdown in a Prosilver style when it is expanding and collapsing. Something like this animation:Code: .dropdown-contents { max-height: 0;...
View Article[3.3.x] Styles Support & Discussion • Re: Help needed with dropdown...
Tried with clearing forum and browser cache?ctrl F5Statistics: Posted by SpIdErPiGgY — Tue Apr 29, 2025 12:30 am
View Article[3.3.x] Support Forum • Re: phpbb 3.3.15 posting issue
It looks your server doesn't have php running, maybe ask your host.Statistics: Posted by janus_zonstraal — Tue Apr 29, 2025 9:43 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 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] Support Forum • Re: Update issue
Sorry for the slow response. My hosting co was undergoing maintenance and I haven't been able to log on for a while. But back now... I am trying to sort the config.php file now. Currently, I get this...
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