[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 Article[3.3.x] Support Forum • Re: New Host - New domain extension
All you need to do is transfer the phpbb files via ftp, and create new database, then upload the database backup.Also you will have to edit the config.php file with the new settings (database...
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: Question About phpBB's Early History: How Long was...
For the interested: phpBB FilesphpBB is the world's leading open source discussion forum software.Brought to you by: acydburn, marshalrusty, naderman, noxwizard979...
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-17410I found a minor bug in phpBB 3.3.13If you test out another user's permissions and try to look at the...
View ArticleExtension Requests • Re: Best extensions to Improve phpBB's SEO?
Hello,I have a list like this:https://phpbbgroup.com/t34In fact, SEO is not achieved by installing extensions, but by writing quality content. Otherwise, quality content that has not installed any...
View ArticleExtension Requests • Re: Fingerprint login
Well, why not FaceID or facial recognition? Statistics: Posted by halil16 — Wed Oct 09, 2024 2:11 am
View ArticleExtension Requests • Bump interval by groups
Hi,By default, the bump interval is the same for each group with bump permission. However, I think that choosing specific bump spacing for groups can be very useful and useful in different usage...
View Article[3.3.x] Support Forum • Backup / restore without MySQLDumper
(3.3.2 test board) I've been using MySQLDumper for years. Loved it. Now that we are on new hosting, I installed it and got a white screen, not sure why. It may be because we are on PHP 8.1.29, but I...
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 ArticleExtension Requests • Re: Auto resize attachments images
Install the Attached JPG/PNG to WEBP Image Convert extension.Now it automatically converts uploaded JPG and PNG to WEBP format.https://www.phpbbguru.net/community/vie ... 1&start=15Statistics:...
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: Help moving to a new server
Im not familiar with v3.3 error reporting but this should work. OPENroot/common.phpFINDCode: if (!defined('IN_PHPBB')){exit;}AFTER ADDCode: ini_set('display_startup_errors',1);...
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 Article