[3.3.x] Translations • Re: How do I get "%2$.2f seconds" to show...
Yes.Statistics: Posted by scootergrisen — Sun Aug 18, 2024 4:13 pm
View ArticleGeneral Discussion • hosting types
Currently running 3.3.10 It is a motorcycle forum with @ 17,000 members. LOTs of pics (20,000 plus) and how too's etc etc. Problem is that the 30 plus FB pages for the same bikes has really crippled...
View ArticleGeneral Discussion • Re: hosting types
Do you know how much bandwidth your site uses only a daily basis right now? If what you say is true regarding your forum having 3 to 4 users 'at a time' then you could easily move to shared hosting.I...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
Another question if you don't mind - I remember you saying something about an OpenAI API subscription that's very cheap - I'm using a "normal" OpenAI account that's 20/month - the API ones seem to be...
View Article[3.3.x] Styles in Development • Re: [RC] Zeina theme for phpBB 3.3.12
Awesome Theme, instantly went Pro.Is there an easy way to remove the Boardtitle/Threadtitle in the header?Hi Wvnderbar,We're honored by your confidence. You can use CSS codesAdd this code in your...
View ArticlephpBB Custom Coding • 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 ArticlephpBB Custom Coding • Re: changing post content over all sub-forum
First create a backup of the DB. Personally I would do this on test DB on local machine first. https://www.phpbb.com/support/docs/en/3 ... eb-server/Go into your hosting control panel and open...
View Article[3.3.x] Support Forum • Re: Leftovers from Senky's Push Notifications
Have you tried purging the cache?Statistics: Posted by thecoalman — Mon Aug 19, 2024 7:47 pm
View ArticlephpBB Discussion • Re: phpBB Docker images
Any recommendation which images should be used?For production sites, none. We always have and always will recommend you install phpBB on your own. Step-by-step instructions can be found in the...
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 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: Inflated view count
This would require extension or some custom coding and would be limited. You'd be able to count registered users views and remove views from recognized bots. Separating bots that do not identify...
View Article[3.3.x] Translations • Re: How do I get "%2$.2f seconds" to show...
I notice the translator is able to make the code/page fail if for example the translator changes "%2$.2f" to "%2$,2f".I don't like that.I guess the translation checker might catch it.But if there is...
View ArticlephpBB Ideas • Let programmers choose amount of decimals. Not translators
I noticed in some strings the translator is able to choose the amount of decimals in numbers.Like "%2$.2f" might become "1.23".If the number is always suppose to have the same amount of decimals maybe...
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 ArticleExtension Requests • Re: statistics of visitors and file downloads
please tell me where to publish this topic.Statistics: Posted by stunny — Wed Aug 21, 2024 5:45 pm
View ArticleExtension Writers Discussion • Re: [Tutorial] Convert to Twig Syntax
Twig converter should have modified like thisCode: <!--[if lte IE 9]> <link href="{{ T_THEME_PATH }}/tweaks.css?assets_version={{ T_ASSETS_VERSION }}"...
View Article[3.3.x] Support Forum • Re: Upgrade issue from 3.2 to 3.3
It really would be better if the author/s of subsilver could comment since I'm sure there will be an easy solution - my problem is I have no idea which php file does what in the style 'Board Index'...
View Article[3.3.x] Support Forum • Re: Moderators cannot delete or close topic using...
When I switch to ProSilver all is working fine.I checked the used CleanSilver version, and I see that there is an update available. I'll install this first to see if that is solving my issue,...
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