phpBB Custom Coding • 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 Article[3.3.x] Support Forum • Re: SQL error involving custom fields
Just trying to bump this to the top. Having been assured that updating our forum from 3.3.10 to at least 3.3.11 would fix the SQL issue with new registrations custom fields causing a general error as...
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 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 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 Article[3.3.x] Support Forum • Re: Change in some forum icons
Nothing updates automatically from here.If you're using a host 1-click installed version of phpBB, like softaculous, we don't make that so they might have updated it for you. You ought to ask your...
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 Discussion • store attachments to remote ftp server
So i tried to mount storage server on files folder and nothing happends it dosent want to upload them there so anyone has idea how can i do this or what i need to useStatistics: Posted by SEKIZO — Fri...
View Article[3.3.x] Support Forum • No new messages but unread messages
We're experiencing some odd issues since the latest 3.3.12 update on some of our forums.If you don't visit for a few days, then on the "new posts" you won't be shown the new messages since last visit...
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?No particular steps. We use the fields to gather info when a new forum account...
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 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 • Would it be easy to add the user's From_IP_Address to...
I'm trying to save additional interaction steps with non-technical forum users, which is all of our forum users, when troubleshooting banned IPs. Each resolution usually takes several days just to...
View ArticlephpBB Custom Coding • Re: Would it be easy to add the user's From_IP_Address...
Just a thought, wouldn't that then give away to them the IP that has been banned and they'll then know that a simple router reboot or a VPN will bypass it with ease.And a second point, IP banning is...
View Article[3.3.x] Support Forum • Re: SMTP cannot connect to host
Have you spoken to smtp2go, if so, what did they say? Did you follow https://www.smtp2go.com/setupguide/phpbb/?Are you using a domain generated email, if not you can try this Easy setup (NOT...
View Article