Extension Writers Discussion • Re: use php to add extra css class to existing...
I didn't know about this (unused) template variable eitherWell, in fact it is used on all the pages of the board by returning section-foo. I also use it to return the name of the current style...
View Article[3.3.x] Support Forum • Re: Notification options
AFAIK, yes you can just delete them.Statistics: Posted by thecoalman — Fri Jan 31, 2025 9:46 pm
View Article[3.3.x] Support Forum • SMTP
I have installed phpBB tree days ago.After that i have try to get SMTP functionality to working.My host provider is disabled PHP mail command.I have change...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional...
Nice mod. But the Dislike option/add-on would be great.Statistics: Posted by SuperFedya — Sat Feb 01, 2025 2:05 am
View Article[3.3.x] Support Forum • Re: SMTP
I have change config/production/config.ymlIf you're comfortable with core file edits, could you try changing the folowing line in file [ROOT]/includes/functions_messenger.php:Code: $crypto =...
View Article[3.3.x] Styles Support & Discussion • Re: Banner/Logo Size
your issue is that the image u used is smaller then width of the header so even if make it cover whole header it will look bad/pixaleted. You should make your image match the width of the header the...
View Article[3.3.x] Support Forum • Giving Moderators access to emails?
Is there a permission or other tool that will allow Global Moderators to see members' email address? I can't seem to find it. If not, any work around?Statistics: Posted by CPTOM — Sat Feb 01, 2025...
View Article[3.3.x] Support Forum • Re: Giving Moderators access to emails?
If you have sending email though the board disabled it should be on the users profile. Alternatively you can can give moderators limited access to the ACP. This is useful for other things,...
View Article[3.3.x] Support Forum • Re: random logout issue
Enhanced Tracking Protection (ETP) is enabled by default on both Firefox Desktop and mobile APP versions, but it can be disabled, selectively or completely; so it doesn't interfere with trusted Web...
View ArticlephpBB Discussion • 23 years with the phpBB, no idea about the forum's future
Hello,I've been working with phpBB since version 2 — 23 years already! Over time, I really liked phpBB2 compared to other bulletin boards; it was modern, progressive, and fast. But today, the project...
View ArticlephpBB Discussion • Re: 23 years with the phpBB, no idea about the forum's future
6 of the mentioned functions exist here.I know there are a few extensions for those.Statistics: Posted by SpIdErPiGgY — Sun Feb 02, 2025 6:44 am
View ArticleExtensions in Development • Re: [3.3][RC] Top Stats
Statistics: Posted by Uz_Michel — Sun Feb 02, 2025 10:22 pm
View Article[3.3.x] Support Forum • Re: [split] "forgot password" URL...
I found right config.Looks like nginx/1.26.2 behaves differently from previous versionsSo finally, this is what I have working for my nginx/1.26.2 and phpBB 3.3.14 Shortly, no rewrites: try_files $uri...
View Article[3.3.x] Support Forum • Update 3.3.13 to 3.3.14 "installer detected a...
Hello, I am trying to update 3.3.13 to 3.3.14 but this is what I get:Code: The installer detected a timeoutThe installer has detected a timeout, you may try to refresh the page, which may lead to data...
View Article[3.3.x] Support Forum • Re: Update 3.3.13 to 3.3.14 "installer detected...
Your host is just making a complete guess. Check out this article and tell us which one applies to your situation: Knowledge Base - Debugging "The installer detected a timeout"Statistics: Posted by...
View ArticlephpBB Custom Coding • create a page external: Serialization of...
Hello everyone.I'm trying to create a page external to phpbb 3.3.14, to update via forms. However, I'm having no success.The following error has been returned:Code: Fatal error: Uncaught Exception:...
View ArticleExtension Requests • Re: Allow users to fully ignore/hide other users
I have these features implemented on my forum since mid-2023:1. Global ignore: thread in Russian. It is basically a script running in the browser that hides all foes' replies (for some reason, phpBB...
View ArticleExtension Writers Discussion • In Javascript in browser, I have a user_id....
In my MCP, I know a user's ID. Is there a built-in controller/REST API I can call from JS to get the user_name?Or would I need to write my own controller?Statistics: Posted by tig_ — Mon Feb 03, 2025...
View Article[3.3.x] Support Forum • Please: How to get in when locked out?
Please tell me again how to access my board when I"m locked out, due to hackers I suppose.Searched my hard drives and it looks like I didn't make a note and I don't remember.I vaguely think I go to...
View Article[3.3.x] Support Forum • Re: Multiple installations on a partial shared database
Nothing is impossible but that would require significant modification/extension. Nothing I'm aware of. Just an FYI, you can apply different styles to individual forums creating the illusion of...
View Article