[3.3.x] Styles Support & Discussion • Re: Style skeleton for prosilver
Note the HTML comment like syntax is phpBB's custom template engine syntax which is being replaced by Twig syntax. You can still use either but I would use Twig for future proofing. I poked around a...
View ArticlephpBB Discussion • Re: Is my forum's DDoS issue due to configuration or hosting?
You can try the Rate limiting section in CF. Haven't used it but you are going to want to specify requests for index.php, viewtopic.php and viewforum.php. e.g. don't add file.php because that can...
View ArticleExtension Writers Discussion • Migration Code Problem
I have a Toggle Dark Style extension created but I'm having a problem getting the migration file to work. In the phpbb_users table, I have all the user_dark_style values set to 0 on all users. When...
View ArticleExtension Writers Discussion • Re: Migration Code Problem
If you need to update column values, you'd need to perform update_data() using custom method in it.update_schema() only updates column properties (type/default value/etc).Statistics: Posted by rxu —...
View Article[3.3.x] Support Forum • ? Language variables outside common.php
Good evening to the community.I have created custom pages according to the instructions i found within the community and within them i have incorporated language variables for some of the languages...
View Article[3.3.x] Support Forum • Re: Imgur extension problem with uploading
Thanks for testing, I opened a new Imgur account and validated it, and it works again. Statistics: Posted by deninho32 — Tue Mar 11, 2025 11:12 am
View ArticlephpBB Discussion • Re: Why are empty index.htm files in folders?
It's a minor security enhancement. For example if you tried example.com/files/ the .htaccess file will prevent access to that folder and they should get 403 forbidden, it's unlikely but that can fail....
View ArticleExtension Writers Discussion • Event related to user post counter?
How can I get an event when user posts counter is changing?Statistics: Posted by serek — Wed Mar 12, 2025 5:41 am
View Article[3.3.x] Support Forum • Re: CANNOT_REMOVE_MODULE error while upgrading from...
I've hacked into the code to try and print more info. The CANNOT_REMOVE_MODULE happens when attempting to remove module ID 202, module class is "acp", and it's due the fact that executing...
View ArticleExtension Writers Discussion • Re: Event related to user post counter?
core.submit_post_modify_sql_data if it's about posting process. There's a couple more of places but there're no core events there.Statistics: Posted by rxu — Wed Mar 12, 2025 10:11 am
View Article[3.3.x] Support Forum • Re: Already read posts are showing « unread »
Thanks.It works.Problems solved !Statistics: Posted by kuri2004 — Wed Mar 12, 2025 10:24 am
View Article[3.3.x] Support Forum • AI
Hi,Is anyone else experiencing interference from AI agents posting content on forum boards? Statistics: Posted by Harewood — Thu Mar 13, 2025 8:42 am
View Article[3.3.x] Support Forum • Re: AI
It's been going on for quite a while now. We see 'sleeper spam AI' accounts on here too. There quite easy to identify though.Bit more chat about it hereviewtopic.php?t=2657743Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: Lost
Also if you have just installed your forum, you will need to delete or rename the install folder from your root directory. In acp > general there also will be a red alert box on that screen with...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional...
I resigned and updated the mod with the last revision of the original by gfksx.ThanksOK! Cheers!Statistics: Posted by Naguissa — Thu Mar 13, 2025 9:37 am
View Article[3.3.x] Support Forum • Who can see hidden groups?
.Statistics: Posted by Just_A_Alien — Thu Mar 13, 2025 10:57 am
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