[3.3.x] Support Forum • Re: Image re-sizing on upload
The resizing is done client side, one way you would get that message is if the user has JS disabled. If they have JS disabled thy will need to resize the image themselves before uploading.Statistics:...
View Article[3.3.x] Support Forum • Re: Not working anymore after update to 3.3.13
I use 3 forums (since 2015) and they are instaled thru Softaculous interface automatically.Never use these one click installations!After automatic update to 3.3.13 Don't use that Sometimes it helps...
View Article[3.3.x] Support Forum • Foes and private messages
I have a rising number of users being bothered by PMs by certain other others and wanting to disable those - I thought the Friends/Foe system would be a solution to this but apparently defining...
View ArticleExtensions in Development • Re: [ABD] phpBB Topic/Post Reactions, Thanks, Like
Back up and running, download of version 0.9.0 added to 1st post. Statistics: Posted by Steve — Mon Oct 07, 2024 5:27 pm
View Article[3.3.x] Support Forum • Re: Foes and private messages
Private Message rules can make use of the Friend and Foes list for filtering incoming PMs.Statistics: Posted by warmweer — Mon Oct 07, 2024 7:49 pm
View Article[3.3.x] Support Forum • Re: Email Server setup - ssl / tls - issues
I have the same problem with Hetzner / KonsoleH for SMTP-Server mail.your-server.de:587.Does maybe updating phpBB help?[Edit:]Using STARTTLS (no tls:// or ssl:// in server address) on Port 587 did it....
View Article[3.3.x] Support Forum • New Host - New domain extension
Hi guys,As detailed elsewhere, I will be moving my existing forum to a New Server / host, ... along with a necessary change of Domain extension.It is currently name.com.au and it will become name.auMy...
View ArticleGeneral Discussion • Re: Can I Still Profit from a Forum Like phpBB Today?
Wait, what happened to the OP?Statistics: Posted by [Dimetrodon] — Tue Oct 08, 2024 12:25 am
View ArticlephpBB Discussion • Question About phpBB's Early History: How Long was phpBB1...
Just a personal curiosity of mine since it is way before my time, but how long was phpBB1 the main used branch of phpBB? Since I find topics in the phpBB2 Support Forums that date back to 2001, which...
View ArticlephpBB Discussion • Re: Question About phpBB's Early History: How Long was...
Also there's a bit of the history info here https://www.phpbb.com/about/history/.Statistics: Posted by rxu — Tue Oct 08, 2024 5:21 pm
View Article[3.3.x] Support Forum • [ACP]select a post/thread NOT show in recent
would it be possible to add this function to ACP? thanks!Statistics: Posted by Hof — Tue Oct 08, 2024 5:41 pm
View Article[3.3.x] Support Forum • Re: Help moving to a new server
Do you have a error log? Or can you add error logs?Statistics: Posted by janus_zonstraal — Tue Oct 08, 2024 7:13 pm
View ArticlephpBB Discussion • Re: Discuss: phpBB 3.3.13 Release
I'm going to report this on the bug tracker. Edit: Done https://tracker.phpbb.com/browse/PHPBB-17410Just posting to let people know that I found a minor bug in phpBB 3.3.13If you test out another...
View ArticleExtension Requests • Re: Auto resize attachments images
If you set the max dimensions image files will be resized automatically client sized assuming they have JS enabled. There is nothing standard for filesizes to try and hit some specific fie size in...
View ArticleGeneral Discussion • Re: Backup / restore without MySQLDumper
Why not stick to the ACP, phpMyAdmin, or SSH as this is how everybody else seems to be doing it and it works? Sure you can try some 3rd party solution but it's always going to be more difficult to...
View Article[3.3.x] Support Forum • Problem with unread posts and wrong last post in...
Hi! I have a problem with unread posts (unread posts are set to be stored on the server in database, not in user sessions cookie). It was working fine until a few days ago, since then multiple users...
View Article[3.3.x] Support Forum • Re: Problem with unread posts and wrong last post in...
For the unread posts turn off Speed brain in Cloudflare, it's new feature they added on Sept. 25 and deployed on as default. There is topic I started about it here:viewtopic.php?t=2657146Another...
View ArticleExtension Requests • Re: Fingerprint login
any update all these years later? how about passkey support?I know it's relevant to the topic but generally try not to bump super old topics. You can create a new one instead.However, your point about...
View Article[3.3.x] Support Forum • Re: How to redirect all domain.com requests to...
Try following :Code: # Redirect non-www to wwwRewriteCond %{HTTP_HOST} !^www\. [NC]RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [L,R=301]# Redirect http to httpsRewriteCond %{HTTPS} offRewriteRule...
View ArticleGeneral Discussion • Re: AppleWebKit - Preventing "Users Online"...
That is part of the user agent used by Chrome.Statistics: Posted by Brf — Fri Oct 11, 2024 6:51 pm
View Article