[3.3.x] Support Forum • Who can see hidden groups?
.Statistics: Posted by Just_A_Alien — Thu Mar 13, 2025 10:57 am
View ArticlephpBB Custom Coding • Re: [DEV] Search Engine Bot Validation for PHPBB
phpBB3 already has entry for IP's for the bots but I don't know think they are blocked if there is mismatch between the IP and user agent. Soeone would have to test but I think they just get guest...
View Article[3.3.x] Support Forum • SQL Explain, how to disabled? PhpBB 3.1.14
Hi. For a long time i have in footer of forum this text Time: 0.275s | Peak Memory Usage: 14.32 MiB | GZIP: Off | Queries: 251 | SQL ExplainI want to remove it because anyone can acces SQL Explain and...
View Article[3.3.x] Support Forum • Re: SQL Explain, how to disabled? PhpBB 3.1.14
In the root directory, in the bottom of your config.php you will see these lines.Code: @define('PHPBB_INSTALLED', true);@define('PHPBB_ENVIRONMENT', 'production');@define('DEBUG_CONTAINER', true);You...
View Article[3.3.x] Styles Support & Discussion • Style template events
Hello again,Is there anything that could prevent template events from working? Do they need to be activated in some way? If I follow the instructions here: area51.phpBB documentation and here: phpBB...
View Article[3.3.x] Support Forum • PDF file becomes html file on iOS
HiWhen you click on the uploaded pdf files on iOS and iPadOS, the device sees it as an html file. A file like abc.pdf.html appears and opens as html in a corrupted way.What could be causing this? How...
View Article[3.3.x] Support Forum • Re: PDF file becomes html file on iOS
Where does this happen? Want to test this myself.Statistics: Posted by Just_A_Alien — Fri Mar 14, 2025 8:13 am
View Article[3.3.x] Styles Support & Discussion • Re: Style template events
Hello,Short answer: you can't use events to inject code into a style from another style, currently it's only possible to do this with an extension. :/Statistics: Posted by cabot — Fri Mar 14, 2025...
View Article[3.3.x] Support Forum • Re: Default Group
You want the Registered User Group as default and not the newly registered one?No. I want a better understanding of the relationship between Groups and Ranks. I think I'm getting there now!...
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
What the person above me said, I would love to see a darkmode by default.Also new emoji?Statistics: Posted by Just_A_Alien — Sat Mar 15, 2025 8:41 am
View Article[3.3.x] Support Forum • Re: URLs in local copy of live forum send to live forum
Concerning server settings... I guess you meant to check the Apache local server... well the config file doesn't seem to have the "Force server URL settings" parameter...That's in phpBB's ACP, When...
View ArticleExtension Writers Discussion • Re: Fatal error when trying to delete...
Pretty easy, just remove the superfluous array statement in your revert_data function:Code: public function revert_data(){return array(array('config.remove',...
View Article[3.3.x] Support Forum • Re: Registration activation link rarely sends
The message says what your problem is: your server is on the block list (black list). You can only bypass this by using SMTP, because then the sending server is different from the blocked server.So it...
View ArticleExtensions in Development • Re: [3.2][3.3][BETA] Advanced Polls
This looks nice, can this be default in phpBB 4?Statistics: Posted by Just_A_Alien — Sat Mar 15, 2025 10:04 am
View Article[3.3.x] Support Forum • Re: Any way to avoid Guest users entirely?
Ok, Thank you for the quick reply - I have sent a note to the forum admin... Although I was hoping there would be a "simpler" config way that I am just not seeing... (?)Statistics: Posted by trlenet —...
View ArticleExtension Requests • Re: Marking posts as read in the unreadposts-list
I get it, totally, I would LOVE this too.Statistics: Posted by nou nou — Sun Mar 16, 2025 12:10 am
View Article[3.3.x] Support Forum • Re: Can I run forums local?
Inbound traffic to ports 80 and 443 are usually blocked by your residential ISP, router and the computers firewall.Statistics: Posted by thecoalman — Sun Mar 16, 2025 5:07 am
View Article[3.3.x] Support Forum • Re: New user registration, no notification or email...
My problem continues - tonight tried 2 new test registrations, Admin did not get notification or email for either. New user got email saying account waiting Admin approval. I changed nothing in the...
View Article[3.3.x] Support Forum • Problem with field answer
Hello i have a problem witch answer filed, it's gone Cache refresh, database update. The problem also occurs on the prosilver style. Plase help Statistics: Posted by Tomy666 — Mon Mar 17, 2025 5:50 am
View Article[3.3.x] Convertors • Re: Vbulletin 4.2.5 to phpBB poll error.
I found all the bogus poll results and corrected them.The converter has got to, I'm assuming converting the users.I'm now getting the following error:Code: General ErrorUnknown column...
View Article