[3.3.x] Styles in Development • Re: [RC] Zeina - phpBB 3.3.13
All issues with white page and style settings are resolved. Many thanks to Leenoz for helping me resolve this issue.Thank you for your kind words. We're here for you. Statistics: Posted by Leenoz —...
View Article[3.3.x] Support Forum • Language
HiIve installed a good few languages, im english from uk. ive just registered using a new name and picked new language and its changed the language on the main parts but all the topics that ive put on...
View Article[3.3.x] Support Forum • Re: Language
HiIve installed a good few languages, im english from uk. ive just registered using a new name and picked new language and its changed the language on the main parts but all the topics that ive put on...
View Article[3.3.x] Support Forum • Re: Changing the name of a forum/url
Change the script location under server settings, rename the folder using FTP and purge phpBB's cache just in case there is any lingering URL's using old script path that are cached. Open phpMyadmin...
View Article[3.3.x] Support Forum • Re: Error in reparser after detecting problem in some...
You can try this SQL:Code: SELECT * FROM `phpbb_posts` WHERE `post_text` NOT RLIKE '<t>|<r>';Might also want to check the end tags separately, neither should return any results.Statistics:...
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 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 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