phpBB 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 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: Non existent users posting?
Thank You Everyone. Yes, guest posting was turned on. Statistics: Posted by Tree Bones — Sun Sep 01, 2024 2:22 pm
View ArticleExtension Requests • Re: Bump EXT
I've looked into the core code to see if this can be done and unfortunately it can't.I managed to make an extension that works all the way up until the user needs to actually bump the topic and have...
View Article[3.3.x] Support Forum • Approving New Post issue after Update 3.3.13
Hello all, has anyone noticed if your getting a issue with approving New topics only ? after updating to the latest phpbb3.3.13 my moderator pointed out that there is a issue whereby when he clicks on...
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] Styles in Development • Re: [RC] Platinum for phpBB 3.3.13
Just out of curiosity, what are you using for validation?Statistics: Posted by jrolson — Mon Sep 02, 2024 7:16 pm
View Article[3.3.x] Support Forum • Re: HTTP ERROR 500 install
i get this error...The config setting "load_jquery_url" unexpectedly does not exist.It would be a lot easier if you tell us when you got that error.Statistics: Posted by janus_zonstraal — Mon Sep 02,...
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 • Avatars not showing after upgrade
I just upgraded from 3.2.1 to the latest 3.3.12. I installed into a new server and so far everything is working well. The only issue I have is that the avatars are not working. I from the forum page...
View Article[3.3.x] Support Forum • 3.3.12 - sudden issue with mail notifications stalling
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.12What is your board's URL? http://htmag.co.il/forumWho do you host your board with? -How did you install your board? Someone...
View Article[3.3.x] Support Forum • Sphinx - probably an attempt to do INJECTION
1. I'm not sure how many of you are using Sphinx, but it's AMAZING. It has been running for a few years for me, it's extremely fast, extremely resiliant and the results are amazing.2. Most...
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 Article[3.3.x] Support Forum • 3.3.12 The submitted form was invalid. Try submitting...
I have php 8.2, phpbb 3.3.12 (with the patch for the session update from 3.3.13)I noticed that recently I started getting the occasional Code: "The submitted form was invalid. Try submitting again."...
View ArticlephpBB Custom Coding • Re: Change the default backup folder
I'm assuming the reason you need to change it is so you can obscure it's location and remove .htaccess file making it publicly accessible? I can't think of any other reason you would need to move...
View Article[3.3.x] Support Forum • Re: [Solved] /install won't start, after update to...
Thanks again for the explanations. They have increased my understanding of the permissions aspect of phpbb files and folders.Statistics: Posted by RobKi — Tue Sep 03, 2024 7:13 pm
View Article[3.3.x] Support Forum • Re: 3.3.12 The submitted form was invalid. Try...
I believe the default for session length and form token is 3600 seconds or 60 minutes. Set them both to the same higher value if you want more time. There should be no need to disable the token, it's...
View ArticlephpBB Custom Coding • Re: Leftovers from Senky's Push Notifications
Thanks, going to try it!Statistics: Posted by deninho32 — Tue Sep 03, 2024 7:19 pm
View Article