phpBB Custom Coding • Re: Board index: set a.subforum url to unread posts in...
MWAHAHAHA! Devious bastardry FTW. Not knowing anything at all about Twig, I did some digging. Naturally, none of the answers or docs I could find told me exactly what I wanted to know, but by trying a...
View ArticlephpBB Custom Coding • Re: [SOLVED] viewtopic-body.html - IF user is viewing...
After figuring this one out - viewtopic.php?t=2655820 - I tried an alternative method of dealing with the lack of a CURRENT_USER_ID variable. This also works...Code: {% set currentUserId =...
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 ArticlephpBB Discussion • Re: phpBB Docker images
And if you are looking to set things up on a Synology NAS, you definitely don't need Docker.Statistics: Posted by dbrewood — Tue Aug 20, 2024 6:34 pm
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 ArticleExtension Writers Discussion • Re: [Tutorial] Convert to Twig Syntax
How to convert these? I'm working on a custom style and these are in overall_header.html.Code: {$STYLESHEETS}Code: <!--[if lte IE 9]><link...
View ArticlephpBB Discussion • Re: A basic privacy and cookie question
...only 2484And the MediaEmbed extension has been downloaded 86,708 times which goes to show if there were a legal angle concerning embedding YT videos it would have been brought up here before and it...
View ArticleExtension Requests • Re: statistics of visitors and file downloads
please tell me where to publish this topic.Extension Requests probably.I'll report this topic and let a Moderator decide where to move it to.Statistics: Posted by warmweer — Wed Aug 21, 2024 6:42 pm
View ArticleWanted! • Re: Paid service for phpbb upgrade
I will do the job for 10$.nice one (not making fun of the 10$, I truly like the inventiveness )Statistics: Posted by warmweer — Wed Aug 21, 2024 6:51 pm
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] Translations • Re: How do I get "%2$.2f seconds" to show...
I may be mistaken but official translations can't have php added.Statistics: Posted by thecoalman — Thu Aug 22, 2024 6:27 pm
View ArticlephpBB Custom Coding • Re: [SOLVED] Board index: set a.subforum url to unread...
You can do it with php edits, is that acceptable?Statistics: Posted by thecoalman — Thu Aug 22, 2024 6:35 pm
View Article[3.3.x] Styles in Development • Re: [RC] Zeina theme for phpBB 3.3.12
Hi there,Zeina theme has been updated.Reasons:Fixed the issue of the login dialog box disappearing on the mobile screen.Fixed the formatting issue when leaving the description empty in the forum...
View ArticlephpBB Discussion • Re: .dropdown-trigger class and keyboard navigation
True, but if the general feeling on the team is "Meh, leave it for 4" there's no point me wasting everyone's time with a pull request. That's why I thought I'd float the idea here. I can understand if...
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
Is this ext will work for Opera GX?Statistics: Posted by ivailo95 — Thu Aug 22, 2024 9:54 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
NL translation: https://www.myarea51secrets.com/viewtopic.php?t=120Dank je! Ik voeg het toe voor de volgende release.Statistics: Posted by privet.fun — Thu Aug 22, 2024 10:56 pm
View Article[3.3.x] Support Forum • Re: No new messages but unread messages
It is a known problem with 3.3.12. See viewtopic.php?p=16024567#p16024567Statistics: Posted by P_I — Fri Aug 23, 2024 11:18 pm
View ArticlephpBB Discussion • Re: store attachments to remote ftp server
There is currently no way to do this I'm aware of. You can check for extension.Just be aware the script needs to access the files, not the public.Statistics: Posted by thecoalman — Sat Aug 24, 2024...
View Article[3.3.x] Support Forum • Re: SQL error involving custom fields
person who was tasked to upgrade from I think 3.0 to 3.3 could not initially get the upgrade process to completeIt seems that there was a fix for similar bug back in phpBB 3.1.0-RC1 so I'd check if...
View Article