Extensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
NL translation: https://www.myarea51secrets.com/viewtopic.php?t=120Statistics: Posted by SpIdErPiGgY — Wed Aug 21, 2024 5:37 pm
View ArticleExtension Writers Discussion • Re: [Tutorial] Convert to Twig Syntax
There's also Twig Converter extension which can do it automatically.I actually tried that. It left the IE part untouched.Code: {{ definition.STYLESHEETS }}Thanks. Twig Converter actually had the same...
View ArticleWanted! • Re: Paid service for phpbb upgrade
The user is posting in the Wanted forum which is exclusively for paid help. Please don't reply unless you intend on picking up the work.Statistics: Posted by Kailey — Wed Aug 21, 2024 5:43 pm
View Article[3.3.x] Support Forum • Moderators cannot delete or close topic using quick...
In our forum, moderators are able to delete posts, but when they try to delete or close the topic using the quick moderation tools nothing is happening. I checked all permissions, all is looking fine....
View Article[3.3.x] Support Forum • Re: Moderators cannot delete or close topic using...
There is no Quick Mod function for "close topic". What are they trying to do?Statistics: Posted by Brf — Thu Aug 22, 2024 1:33 pm
View ArticlephpBB Discussion • Re: .dropdown-trigger class and keyboard navigation
Yeah, it does seem like an oversight. Using a span for dropdown triggers isn’t accessible by default because spans don’t get focus like anchors do. Maybe it was just a mistake or an afterthought....
View Article[3.3.x] Translations • Re: How do I get "%2$.2f seconds" to show...
You can use the NumberFormatter class in PHP to format numbers with commas. Here’s a quick example of how to do it:$formatter = new NumberFormatter('en_US',...
View Article[3.3.x] Support Forum • Re: Unsubscribing a user from a forum
That table is for the forums and only tracks what forums they are subscribed too. Removing them from that table will also disable the on screen notifications . Note it doesn't disable topic, PM and...
View Article[3.3.x] Support Forum • Re: Change in some forum icons
We have no control over your forum. If it is being changed, it was either by you or your host.I didn't mean to change from you, maybe there is something that is updated automaticallyI checked the...
View ArticlephpBB Discussion • Hosting on Azure App Service
I would like to try to host a phpbb forum on Azure App Service.It seems possible, but I've not found any evidence that anyone's done it already.There's a good tutorial on how to get a Larvel Php app...
View ArticlephpBB Discussion • Re: Hosting on Azure App Service
If your installation meets the requirements in this document you should be good to go.Statistics: Posted by Mick — Fri Aug 23, 2024 4:12 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
OK vnm, Discord token had changed... all good now It's weird but half of my tokens expired last night, I swear I did not made any changes to those accounts so it must be Discord doing. Discord...
View ArticlephpBB Ideas • Improve default value for "My date format" in...
In profile > Board Preferences tab it says "My date format".It seems like there is not way for the user to see which is the default value.Like if the user wants to change it back to whatever is...
View ArticlephpBB Ideas • Re: Gather strings about date/time in common.php
Maybe this one should be gathered the same place too:Code: 'VARIANT_DATE_SEPARATOR'=> ' / ',// Used in date format dropdown, eg: "Today, 13:37 / 01 Jan 2007, 13:37" ... to join a relative date with...
View Article[3.3.x] Support Forum • Re: No new messages but unread messages
Great, thank you very much!Didn't find it before.Statistics: Posted by Blacktiger63 — Sat Aug 24, 2024 3:10 pm
View ArticlephpBB Discussion • Re: store attachments to remote ftp server
Maybe someone can update this to phpBB 3.3https://www.phpbb.com/customise/db/extension/aws_s3/Statistics: Posted by Kailey — Sat Aug 24, 2024 3:32 pm
View Article[3.3.x] Support Forum • Re: SQL Error after updating phpBB from 3.3.11 to 3.3.12
Trying to go from 3.3.9 to 3.3.12 by change files and same issue. And even if I update manually the database adding that missing column, I still can't run the update it redirects to the forum saying...
View ArticlephpBB Custom Coding • Re: Would it be easy to add the user's From_IP_Address...
But which forum file or files would I need to make that change??? That's the question and the whole reason why I'm asking it here on the PHPBB forum.Showing a user their IP isn't something they can't...
View Article[3.3.x] Support Forum • Re: SMTP cannot connect to host
SMTP server: mail.smtp2go.comSMTP port: 2525 (or 80, 25, 8025 or 587 if that doesn’t work).Username / Password: Turn on SMTP authentication and enter your account’s SMTP username and SMTP...
View Article[3.3.x] Support Forum • Banned IP, redux...
I just read through viewtopic.php?t=2655940 and I have a similar issue but a different question.If someone attempts to register from a banned IP, is that event logged anywhere in one of the admin log...
View Article