[3.3.x] Styles Database Releases • Re: Allan Style - ShadowGlow
Style Updated to version 3.3.2See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Jan 09, 2025 9:29 pm
View Article[3.3.x] Styles Database Releases • Re: Allan Style - SUBSILVER
Style Updated to version 3.3.2See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Jan 09, 2025 9:37 pm
View Article[3.3.x] Styles Database Releases • Re: League Of Legends
Style Updated to version 3.3.14See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Jan 09, 2025 9:49 pm
View Article[3.3.x] Styles Database Releases • Re: ColoredLight
Style Updated to version 3.3.14See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Jan 09, 2025 10:04 pm
View ArticleExtension Requests • Re: Sortables Captcha
Best to ask in phpBB • Sortables Captcha - Discussion/SupportStatistics: Posted by P_I — Fri Jan 10, 2025 5:26 pm
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 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 Article[3.3.x] Support Forum • Re: Issue with User Registration Verification Email...
What method do you use for sending e-mails? The built-in PHP method or SMTP? And what are your e-mail settings?Statistics: Posted by Mike-on-Tour — Sat Jan 11, 2025 10:43 am
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 Article[3.3.x] Support Forum • Re: Disallow OpenAI boots
Code: User-agent: GPTBotDisallow: /Madalin10 JUST this?Statistics: Posted by saavannah — Sun Jan 12, 2025 2:18 pm
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: 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 ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Thanks. Will get translated for next version.Statistics: Posted by Steve — Sun Jan 12, 2025 4:14 pm
View Article[3.3.x] Support Forum • The Founder setting not select
Hi,There is something I can't figure out. The Founder setting is being disabled on a board by itself. It doesn't happen all the time, but it happened to me 3 times at long intervals. What could be the...
View Article[3.3.x] Support Forum • Active Topics ?
We have recently migrated from phpbb 3.0.4 to 3.3.14Nothing appear under "Active Topics". Is there any special setting to have them back ? The upgraded forums have been working for a week or...
View Article