General 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[3.3.x] Support Forum • Rate Limiting GoogleBot?
I know people will refer me to Cloudflare, but that is a non-starter for me. I have tried it before, and it caused issues with forum members being logged out after one minute and people not being able...
View ArticleExtension Requests • Re: Show Users Browsing Topic
viewtopic.php?t=2259056 works with the 3.3.x branchIsnt that the one with queries running in loop?Statistics: Posted by Stoker 4.0 — Thu May 01, 2025 7:50 pm
View ArticlephpBB Custom Coding • Re: Facebook integration with phpBB
Yes, but if I eliminate OneAll - which I indicated I want to do (and therefore no need to speak to the extension developer) - what URI for my board should I use to satisfy the Facebook requirement,...
View Article[3.3.x] Support Forum • Re: My Board Won't Load
https://mysterymanro.net/forumtypo?Code: https://mysterymanor.net/worksbut Code: https://mysterymanor.net/forum/ returns 403 ForbiddenStatistics: Posted by warmweer — Fri May 02, 2025 8:05 pm
View Article[3.3.x] Support Forum • Re: Disable quote only one topic
Scroll quoted textStatistics: Posted by yandr — Fri May 02, 2025 8:11 pm
View Article[3.3.x] Styles Support & Discussion • Re: footer always at bottom
Yes that looks about right.Statistics: Posted by Gumboots — Fri May 02, 2025 8:11 pm
View Article[3.3.x] Support Forum • Re: Spambot countermeasures
Okay guys, how many more posts you are going to make before any of you will ask yourself "why"?I can read and yet I don't follow advise. You think C&P each other posts will change anything?...
View Article[3.3.x] Support Forum • Re: BEWARE - alibaba cloud llc Caused my forum to crash
i had a couple clients with same bots over 3k i blocked the ips cidr in .htaccessStatistics: Posted by Prosk8er — Sat May 03, 2025 12:14 am
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions
Issue 1:The Reactions email notification does not work. When an Reaction from another user is given to a user, the user who receives this reaction does not get an notification email from this...
View ArticleExtensions in Development • Re: [3.3][BETA] Editor Syntax Highlighter
for a moment I thought the extension did this: as you can see the code is colored and not greenhere and green: see imageCould you describe in more detail what you meant regarding the colors? I assume...
View ArticleExtension Requests • hides the member list of certain groups
Does anyone know of an extension that hides the member list of certain groups?I know there is a permission that does this, but it blocks groups and users too, in my case I want the user profile to be...
View Article[3.3.x] Support Forum • Guest replying to topic?
My site is suffering from excessive bot activity which is over-loading the server and has caused me to look at who is on line. I think all permissions for anonymous are correct, but some 'bots' are...
View Article[3.3.x] Styles Support & Discussion • Re: Banner not showing up on mobile
You can do that if you want to, but if you set max-width: 100%; on the image in your CSS it will scale to fit the width of the parent anchor.Code: .header-banner-container img {max-width: 100%;}Your...
View Article[3.3.x] Support Forum • Re: Rate Limiting GoogleBot?
The lines in question are not for phpBB syntax, but I added the phpBB equivalents to my robots.txt.Code: Disallow: *sid=Disallow: */index.php?p=Offhand I don't know how effective they are with Google...
View Article