[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 Article[3.3.x] Support Forum • Re: BBCode generates wrong link
You are missing something.The first post is using [url]www.site.com[/url] not the magic www.site.comStatistics: Posted by Brf — Thu Jan 09, 2025 5:01 pm
View Article[3.3.x] Support Forum • Re: Posting in large forum takes time with email enabled
One additional thought which came to mind, and I don't think was already mentioned: If there are legitimate subscribers still, could it be because the notifications are not being allowed to queue, and...
View Article[3.3.x] Support Forum • Can we show post counts next to usernames on the...
Hello… Is it possible to display the number of posts made by members next to their usernames on the homepage?Currently, this information is only shown in individual topics. Having it directly on the...
View Article[3.3.x] Support Forum • Re: Can we show post counts next to usernames on the...
phpBB doesn't have this feature by default.You will need to ask this in Custom Coding or Extension Requests forums.IMHO I don't see the point. If user X is a spammer and after him user Y will post in...
View Article[3.3.x] Support Forum • Re: Adding Plugins has Broken my Forum
delete the cache/'production' folderThis scares me.Don’t worry, nothing gonna happen if you delete the production folder! Or you could also rename it “production1” and a new folder will automatically...
View ArticleExtension Writers Discussion • Re: Howto? Add a panel to the post editor page
Will it be shown if you remove <!-- IF S_UPLOADER_PANEL --> ... <!-- ENDIF --> wrapper condition from the posting_layout_include_panel_body.html? if so, ensure S_UPLOADER_PANEL is...
View ArticleExtension Requests • Sortables Captcha
Could someone please tell me where I find the 'Questions' file for this extension? (3.3.12)Statistics: Posted by jensenp — Fri Jan 10, 2025 5:13 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 ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
There is a problem with the translation into French when displaying events on the index27th in French is displayed as 27èmeStatistics: Posted by ssl — Sat Jan 11, 2025 9:19 am
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1
I was thinking about how to this into MChat as it perfects plays our radio stations and people can switch between. But a popup window or open in tab windows seems a perfect solution to place a link...
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 ArticleExtensions in Development • Re: [3.3][DEV] Username History
Are you going to include php events and template events for this extension?Statistics: Posted by danieltj — Sat Jan 11, 2025 11:47 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 Article[3.3.x] Support Forum • 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 ArticleExtension Writers Discussion • Re: My block adblock script doesnt work anymore
Just found this solution and thought I would post it here for those of you that use adsense.Read this article: https://optad360.com/blog/ad-blocking-r ... ock-users/You need at least 1 adsense ad to...
View Article