phpBB Discussion • Re: Let's compile the CloudFlare settings
Overall if you are using the default settings in CL the only thing you should need to do to get phpBB to work correctly is either using remote_ip to restore the users IP or use one of the the...
View Article[3.3.x] Styles in Development • Re: [RC] ProsilverSlide-Edition 3.3.14
style now in phpbb cdbStatistics: Posted by Prosk8er — Thu Jan 09, 2025 10:39 pm
View Article[3.3.x] Styles in Development • Re: [RC] PhonicsExcerpts 3.3.14
style now in phpbb cdbStatistics: Posted by Prosk8er — Thu Jan 09, 2025 10:40 pm
View Article[3.3.x] Styles in Development • Re: [RC] CommunityChild 3.3.14
style now in phpbb cdbStatistics: Posted by Prosk8er — Thu Jan 09, 2025 10:40 pm
View ArticlephpBB Custom Coding • Re: How to enable "Expand code" on 3.3.14 ?
That wasn't an extension, it was part of core features. That's actually a built in php function but it produces a massive amount of HTML. I would presume it was canned with new text formatting used...
View Article[3.3.x] Support Forum • Re: BBCode generates wrong link
Unable to reproduce this on a clean phpBB 3.3.14 install on localhost though. There should be something else affecting that behavior.Sorry, totally missed that it's about wrapping the link into...
View ArticleExtension Writers Discussion • Creating a controller that handles POST
I have:routing.ymlCode: tig_blobuploader_blobuploader: path: /blobuploader defaults: { _controller: tig.blobuploader.controller.blobuploader::handle_request } methods: [POST]services.ymlCode:...
View ArticlephpBB Custom Coding • Re: [SOLVED] viewtopic-body.html - IF user is viewing...
Doing it with the spaghetti means all the hacks are in one place. No need for another pile of files.Statistics: Posted by Gumboots — Fri Jan 10, 2025 8:51 pm
View ArticleExtension Requests • Re: Allow users to fully ignore/hide other users
It's already done for posts, so doing it for quotes should not be particularly difficult. It's easy to do it for posts because you have direct reference for the user id. That's not the case for quotes...
View ArticleWanted! • Re: Need upgrade and fixing
Madalin10:It's now 11:14. My PM app didn't receive the reply with the instructions. Please email me at kerry@comcom121.org.Aloha, KerryStatistics: Posted by Kerrith — Fri Jan 10, 2025 9:17 pm
View ArticleExtensions in Development • [3.3][DEV] Username History
Extension Name: Username HistoryAuthor: AnișorExtension Description: Once enabled, all username changes will be stored and displayed for each user on their profile. The extension will not display...
View ArticleExtensions in Development • Re: [3.3][DEV] Username History
//reservedBefore the dev version, I will make the following adjustments: The field will be displayed only if the user has changed their username at least once. A counter will be displayed: Previous...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1
Updated extension v1.0.1 Added the ability to display the player in a popup window, you can decide whether to enable only in the index, or only in the popup window, see screenshots and demo....
View ArticlephpBB Custom Coding • Re: Some useful SQL
Disable email notifications for a user. This will also disable the email contact if they have it set to yes. 123456 need to edited to the users IDCode: SET @user_id = 123456;UPDATE...
View ArticleExtensions in Development • Re: [3.3][RC] phpBB Countdown Prime
So we need to put in fa fa-icon. Normal we got used to just writing the name without any FA tags. I know a countdown might used only one time a year, but shouldn't 2024 / 2025 days extension use a...
View ArticlephpBB Custom Coding • Re: An error what redirecting to the non-www version
When I tried this code, it worked. It worked instantly in the incognito tab, but it took a while for the normal one.Code: RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]RewriteRule ^(.*)$...
View ArticleCustom BBCode Development and Requests • Create Game server acounts in...
I am a novice at php coding I used to do it a lot years ago.I have 5 game server emulators that use msql for the accounts, I would love to sync phpbb accounts to these databases.If someone could let...
View Article[3.3.x] Support Forum • Re: Disallow OpenAI bots
I have followed the instructions provided in other discussions to implement a blocking code for users who are overloading our server. There are many different instructions that can be found via...
View Article[3.3.x] Support Forum • Re: Disallow OpenAI boots
Code: User-agent: GPTBotDisallow: /That's all you should need. Each bot has it's own identifier that will be found on their site, look them up as needed. The string used for the bots group in phpBB is...
View Article[3.3.x] Support Forum • Re: Fatal error: Uncaught Error: mysqli object is not...
If the MySQL server is not starting for XAMPP then it has nothing to do with phpBB.XAMPP will sometimes not shut down the apache.exe and mysqld.exe processes correctly in which case the MySQL will not...
View Article