[3.3.x] Support Forum • Re: Periodic tasks have stopped running
Well what seems to have fixed it is this:in cPanel changed the current PHP version for my site to 7.4changed the cron job command to: export PATH=/usr/bin:$PATH && cd...
View ArticleWanted! • Re: Patreon - phpBB connection
I looked into this for nou nou and the Patreon API is intentionally poor to try and keep people on-platform so I decided that it’s not worth it as it would be a sub-par experience. My payments...
View Article[3.3.x] Styles Support & Discussion • Re: When a message has an image...
Hello,In css file, you can do this:Code: dl.thumbnail > dt {max-width: 600px;max-height: 400px;}Statistics: Posted by sylver35 — Wed Jan 08, 2025 6:51 pm
View ArticleExtension Writers Discussion • My block adblock script doesnt work anymore
Looks like the adblockers got smarter.Mine stopped working some years ago.Does anybody have a solution?Code: <!-- IF (U_SEE_ADS and ENABLE_ADBLOCK_WARN or S_ADSENSEADS) and not...
View Article[3.3.x] Support Forum • Re: BBCode generates wrong link
What forum owner would want to return that URL because of a user's input error? It would be a 404 Frenze.Statistics: Posted by Steve — Thu Jan 09, 2025 7:44 pm
View ArticleExtension Writers Discussion • Re: Howto? Add a panel to the post editor page
Event: <!-- EVENT posting_layout_include_panel_body -->Statistics: Posted by Steve — Thu Jan 09, 2025 8:01 pm
View Article[3.3.x] Support Forum • Re: Can we show post counts next to usernames on the...
Instead I would suggest a stronger spam protection.like what PLZ?Statistics: Posted by saavannah — Thu Jan 09, 2025 8:16 pm
View Article[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 Article[3.3.x] Styles Database Releases • Re: FarmingPro
Style Updated to version 3.3.14See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Jan 09, 2025 10:20 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 Article