Extension Writers Discussion • Re: Problem sending POST data to my controller
As said before, you will need to get the raw post data, and decode that yourself. You cant use the phpBB request class as that requires you sending normal post data.Statistics: Posted by Paul — Tue...
View Article[3.3.x] Support Forum • My board reload too fast
Hello PHPBB,i noticed that my forum reload too fastfor people who are not in Bulgaria, but for peoplewho are in Bulgaria reaload normal.These are my...
View Article[3.3.x] Support Forum • Re: My board reload too fast
Also see in .htaccessStatistics: Posted by SpIdErPiGgY — Tue Apr 09, 2024 4:42 pm
View Article[3.3.x] Support Forum • 504 Gateway Time-out with Mass Email
When i try to send out emails to my subscribers using the mass email feature, some emails get out, but then it crashes with "504 Gateway Time-out nginx" If i send a small number of emails, it works.I...
View ArticleGeneral Discussion • Anyone here still using PHPBB2?
Just doing a roll call to see who out there still has an active PHPBB2 board? If you are out there, how long has your board been active and how is it running? Any current issues that you are dealing...
View Article[3.3.x] Support Forum • Blocking 'guests' from the 'Who is online'...
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.11What is your board's URL? https://www.saintfrancispipeband.com/thebandterWho do you host your board with? seanic.netHow did you...
View Article[3.3.x] Support Forum • Re: Blocking 'guests' from the 'Who is online'...
Guest don't see anything on your board, only the login/register screen, not the "who is online"So don't understand your question.Statistics: Posted by janus_zonstraal — Wed Apr 10, 2024 6:51 am
View Article[3.3.x] Support Forum • Media Embed plugin no installed as it should be
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.11What is your board's URL? https://www.saintfrancispipeband.com/thebandterWho do you host your board with? seanic.netHow did you...
View Article[3.3.x] Support Forum • Re: Media Embed plugin no installed as it should be
It does not appear in the list of BBcodes on the Posting/BBCodes page. (See attachment)The [media] [/media] tags are not custom BBCodes so will not appear there. See the text at the top. In your...
View ArticlephpBB Discussion • Re: Hi! Haven't used phpBB in years, need advice on old DB...
Ugh. Ok, so I uninstalled XAMPP and re-installed the version with php 5.6.Imported the database again (took way longer this time, about 1 hour).Finally got the phpBB installation page working....
View Article[3.3.x] Support Forum • Conversion from phpBB2 (2.0.21) to 3.3 not working
I had phpBB2 (2.0.21) running in an EC2 Amazon Linux server with PostgreSQL for several years. I was recently informed that the Amazon Linux was now an unsupported OS and I needed to rebuild using a...
View ArticleGeneral Discussion • Re: Anyone here still using PHPBB2?
I think this topic could interest you: viewtopic.php?t=2652544Statistics: Posted by ssl — Thu Apr 11, 2024 7:45 am
View Article[3.3.x] Support Forum • Re: updating php from 7.4.33 to 8.2.12
many thanks for the info i feel more confident in going ahead with the change now, fingers crossed all goes well when the time comes to change Statistics: Posted by focp — Thu Apr 11, 2024 5:54 pm
View Article[3.3.x] Styles Support & Discussion • Re: Can I add a link to the Quick...
if the file you want to edit doesn't exist in your custom style it gets inherited from prosilver so in 99% of cases you should be fineStatistics: Posted by Mannix_ — Thu Apr 11, 2024 6:19 pm
View Article[3.3.x] Support Forum • Re: 504 Gateway Time-out with Mass Email
Assuming you havn’t changed anything in phpBB that could cause this maybe AWS has? Have you asked them? Searching I found this which doesn’t mean a whole lot to me but it might to you?Statistics:...
View Article[3.3.x] Support Forum • Re: Full editor & Preview
Very good but I don't use this extension and I noticed the problem with Safari on this board.Even so, your way of going back during a Message Preview is unconventional and even unnecessary.Statistics:...
View Article[3.3.x] Support Forum • Re: How to bulk change links in posts after moving a...
...I'm just a bit of an advanced user, not a coder, so this advice didn't help me.Assuming you have MySQL/mariadb access, here's the SQL:Code: UPDATE phpbb3_posts set post_text = REPLACE(post_text,...
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Hangman - Resurrected
Not off the top of my head. Let me look into this.Great, thank you.Statistics: Posted by paulie — Sun Apr 14, 2024 5:22 pm
View Article[3.3.x] Support Forum • Re: Ban all gmail "multiple dot" users
I'm a fan of the Sortables Captcha. But I was curious if there were any "gmail dupes" in my forum, so I wrote this script:Code: <?php// standard hack preventdefine('IN_PHPBB',...
View Article[3.3.x] Support Forum • Re: Board Index issue
Are you sure you installed the correct version of your style? I've seen that before and it's usually someone using a style designed for 3.2 on a 3.3 board. Download and install version 2.7.2 from the...
View Article