General Discussion • Re: hosting types
I locked in a year ago for 24 months at just under $50 a month. Now they are bumping the rate up to 95 a month. That is what is pushing me toward rehosting. Site is run on donations. I have a query...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
That sounds like an awful lot of hassle, no matter how good it is. If it's easy to set up, sure let's do it and I'll set it up too and test - happy to chip in on an unlimited account too if there are...
View Article[3.3.x] Support Forum • changing post content over all sub-forum
Greetings --Perhaps an mySQL question, but, given the context...thought I'd ask. Decent sized phpBB board (3.x.x, 2500 members, 15000+ posts). A large proportion of the traffic (posting) to the forum...
View Article[3.3.x] Support Forum • Re: A basic privacy and cookie question
this could mean that it didn't solve the problem.I suspect it's because no one actually bothers with what you're wanting to do.They've almost certainly been to the youtube site before so they've...
View ArticlephpBB Discussion • Re: phpBB Docker images
What is this for?Statistics: Posted by ssl — Tue Aug 20, 2024 1:41 pm
View ArticleExtension Requests • Re: Push Notifications
Thanks for that Warmweer.I'll go and install it on my Test Forum now and give it a try.RegardsGraemeStatistics: Posted by Graeme1858-01 — Tue Aug 20, 2024 1:42 pm
View Article[3.3.x] Support Forum • Re: SQL error involving custom fields
brucefenster, tried to reproduce the issue on phpBB 3.3.12 for no avail.Do you have particular steps to reproduce the bug?Statistics: Posted by rxu — Tue Aug 20, 2024 2:24 pm
View Article[3.3.x] Support Forum • Inflated view count
I have a new implementation of PHPBB3 3.3.12. Posts are showing view counts jumping more or less in increments of 40. I know these are not humans because the board stats show a max of 8 users online...
View Article[3.3.x] Support Forum • Re: Help with AllanSubsilver style
Firstly support for custom styles is given in the styles discussion area. Secondly, we don't allow use of the PM system to ask support questions unless asked to do...
View Article[3.3.x] Support Forum • Re: Upgrade issue from 3.2 to 3.3
Host has now restored a site backup and I show 3.3.12 and PHP 7.4. But even more serious confusion for me now! I have been getting weird issues in the restored site like the reply box misbehaving, PMs...
View ArticleCustom BBCode Development and Requests • statistics of visitors and file...
hello, gentlemen...There is an integrated hit counter for every topic, but I would really like something more detailed (at least country), and for downloaded files too. Tried to search for such tools,...
View ArticleCustom BBCode Development and Requests • Re: statistics of visitors and file...
hello, gentlemen...There is an integrated hit counter for every topic, but I would really like something more detailed (at least country), and for downloaded files too. Tried to search for such tools,...
View ArticleExtensions 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 • Re: Unsubscribing a user from a forum
The short answer is no. What are you trying to accomplish? Stop emails from going out for topic notifications?Statistics: Posted by thecoalman — Thu Aug 22, 2024 12:25 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