Announcements • phpBB 3.3.13 Release - Release Highlights
Release highlightsNotable ImprovementsDelete Users by ID via console: PHPBB-17347Gravatar Avatar URL Update: PHPBB-17355Enhanced PM Recipient Removal: PHPBB-17317Better Error Handling in PHP 8:...
View ArticleAnnouncements • phpBB 3.3.13 Release - Event Changes
Event changesPHP EventsNoneTemplate Eventsucp_group_settings_afterProsilver Placement: ucp_groups_manage.htmlAdded in Release: 3.3.13-RC1Explanation: Add content after options for managing a group in...
View Article[3.3.x] Styles Database Releases • Re: prosilver
Style Updated to version 3.3.13See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Aug 29, 2024 6:59 pm
View Article[3.3.x] Styles Database Releases • Re: prosilver Special Edition
Style Updated to version 3.3.13See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Aug 29, 2024 7:01 pm
View ArticlephpBB Custom Coding • Re: Set language to custom text on registration page
The error is that will appear under any under conditions. If you switch how registration is done remember to remove that line from the template. It's possible to make it conditional using the...
View ArticlephpBB Discussion • Re: Discuss: phpBB 3.3.13 Release
Thank you to everyone who has helped here. Statistics: Posted by Crizzo — Thu Aug 29, 2024 8:22 pm
View Article[3.3.x] Support Forum • Re: Forum offline after update to 3.3.13
Thanks guys, I've copied back all the files and:- I get the 500 error trying to access the ACP, so no way to restore the old database backup.- I've put the script into place to view the PHP info, what...
View Article[3.3.x] Styles in Development • Re: [RC] Zeina theme for phpBB 3.3.12
Woah, thank you very much, now i see the extension tab and was able to change it there and it works perfectly. Now my question is, if i purchase the Pro version, how long is the support? and how long...
View ArticlephpBB Custom Coding • Re: Hide ONLY memberlist
Code: if (!in_array($user->data['group_id'], array(10,12)))Statistics: Posted by thecoalman — Sat Aug 31, 2024 4:15 pm
View ArticleExtension Requests • Re: Adding tags to topics
Re-upload the vendor folder from the phpbb packageStatistics: Posted by SpIdErPiGgY — Sat Aug 31, 2024 4:21 pm
View Article[3.3.x] Support Forum • Re: gmail smtp server
It varies depending on the settings and the host. Most properly configured SMTP servers that support tls:// should be using port 587.Statistics: Posted by Noxwizard — Sat Aug 31, 2024 4:24 pm
View Article[3.3.x] Support Forum • /install won't start, after update to 3.3.13, 403 error
Sorry, I know there's a standard list of info items that needs to come before a support question, but I can't find it. Please bear with me anyway. Upgrade: from 3.3.4 to 3.3.13Uploaded everything...
View Article[3.3.x] Support Forum • Re: /install won't start, after update to 3.3.13, 403...
Ask your hosts to check their mod_security.It may be that they've seen a lot of files being uploaded and the security settings have kicked in and blocked anything from being run.Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: Approving New Post issue after Update 3.3.13
If the moderator has the correct permissions, all messages to be approved can be found by clicking on the MCP link in the navbarStatistics: Posted by ssl — Sun Sep 01, 2024 4:47 pm
View Article[3.3.x] Support Forum • Re: [Solved] /install won't start, after update to...
phpBB has no control over folder/file permissions. As I already stated 755 for folders and 644 for files were already correct and should be changed back. The exception for this are for the folders...
View Article[3.3.x] Support Forum • Re: phpbb 3.3.13 SMTP
Thanks @Mick, I'm using the code tag now sueggestionsviewtopic.php?p=16026568#p16026568Well, i went through the whole topic and noticed: in my error log:Code: # EHLOLINE: 1557 <- 501-5.5.4 Empty...
View Article[3.3.x] Support Forum • Re: 3.3.13 "Unable to generate a URL for the...
I was able to manually update the forum using the following command: Code: php ./bin/phpbbcli.php db:migrate --safe-modeStatistics: Posted by GIK-Team — Mon Sep 02, 2024 8:53 pm
View ArticlephpBB Discussion • Re: Discuss: phpBB 3.3.13 Release
Heads up to all on a new issue introduced with the 3.3.13 release, see viewtopic.php?t=2656150 for details.Statistics: Posted by P_I — Mon Sep 02, 2024 9:32 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
Feature request - would it be at all possible to implement a button in the ACP that would download all the images from the Discord CDN for local backup?This can probably be done with a simple bash...
View Article[3.3.x] Support Forum • Re: Sphinx - probably an attempt to do INJECTION
ok, I see that this needs to be added to phpbb/phpbb/search/fulltext_sphinx.php public function sphinx_clean_search_string($search_string)there's some cleanups there, but it's missing...
View Article