[3.3.x] Support Forum • Abort request when under high load?
So occasionally my phpBB forum gets slammed with a lot of requests that come in so fast the server gets really bogged down and the server load skyrockets. This not only affects phpBB but the rest of...
View Article[3.3.x] Support Forum • Re: Abort request when under high load?
Under load setting there is various settings to reduce load including:Limit system load:If the system’s 1-minute load average exceeds this value the board will automatically go offline. A value of 1.0...
View ArticleGeneral Discussion • Re: How can I block "AI"?
thx for the infoStatistics: Posted by inchescm — Sat Oct 26, 2024 3:25 pm
View Article[3.3.x] Support Forum • All new posts are being blocked...
A week ago, the message shown below appears when anyone on my forum tries to post anything except it will show their IP address. This happens to everyone."Your IP 75.43.140.254 has been blocked...
View Article[3.3.x] Support Forum • Re: All new posts are being blocked...
I did a search here and found this which fixed my issue:After investigating I found many posts here where members said to go into the ACP >General>Security Settings and turn off "Check IP...
View Article[3.3.x] Support Forum • Unable to send mass email
Support Request Template What version of phpBB are you using? phpBB 3.3.7 What is your board's URL? http://www,whowhenwheregenealogy.org.uk Who do you host your board with? n/a How did you install...
View Article[3.3.x] Support Forum • Re: Unable to send mass email
There are the Email settings page in ACP. Check "Maximum allowed email recipients" and "Email package size" options. However, if you have not received a special e-mail package, almost all companies...
View ArticleExtensions in Development • Re: [3.2.9-3.3.x][RC] Glossary 3.0.20
Hello,The dot is considered as a word boundary. That means that P.A.R. is considered as three words.The solution using spaces is a good one.Look in the folders named core and event.Statistics: Posted...
View ArticleGeneral Discussion • My favicon doesn't show up right in the google search
My favicon seems to be cut from it's outlines when you google my site i.e. reasonheads: https://www.google.com/search?q=reasonh ... e&ie=UTF-8It used to shop up right before. Anyone knows why it...
View ArticlephpBB Custom Coding • Re: Where is {L_LAST_POST} variable saved?
Ok, I maybe found a solution .Code: <dd class="lastpost"><span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}<span style="white-space: nowrap;"><a...
View Article[3.3.x] Styles Support & Discussion • Re: Banner image instead of board...
How big is that image you added? Since you want to add even more stuff It may be easier you replace everything found inside <div class="headerbar" role="banner"> in the overall_header.html file...
View ArticleCustom BBCode Development and Requests • Center Tables
Is there a way to center tables?i tried this:Code: [center][TABLE][TR][TD]Text1[/TD][TD]Text2[/TD][TD]Text3[/TD][TD]Text4[/TD][TD]Text5[/TD][TD]Text6[/TD][/TR][/TABLE][/center]But it doesn´t work....
View Article[3.3.x] Support Forum • How To Mark Single Post Thread as Answered
If a moderator posts a thread in a forum, let's say it is a sticky thread about rules, or some event that is happening, or whatever, and they lock the thread. When that happens, that thread will...
View Article[3.3.x] Support Forum • How To Set Boardwide Notify me upon replies by default
How do I change the "Notify me upon replies by default" setting for all new users to be on, by default?Statistics: Posted by Times Enemy — Mon Oct 28, 2024 3:22 am
View Article[3.3.x] Support Forum • Re: How To Set Boardwide Notify me upon replies by...
This extension : https://www.phpbb.com/customise/db/exte ... subscribe/Edit : The above is old.Here's what worked for me : https://phpbbdev.space/viewtopic.php?t=11Statistics: Posted by exemplary1 —...
View ArticleCustom BBCode Development and Requests • Re: Center Tables
You need to use <span style="display: block;width: 100%;text-align: center">{TEXT}</span> Statistics: Posted by Sniper_E — Mon Oct 28, 2024 5:34 am
View ArticleCustom BBCode Development and Requests • Re: Headers
Code: </h{INT}> is part of the HTML replacement. You can put anything you want in there. You do not put variables in the BBCode definition closing tag.Statistics: Posted by Brf — Mon Oct 28,...
View Article[3.3.x] Support Forum • Re: Unable to send mass email
And do you receive a mail when you click "send test mail"Also posting a image of your email settings here can help.Statistics: Posted by janus_zonstraal — Mon Oct 28, 2024 9:28 pm
View Article[3.3.x] Support Forum • What does {% and %} indicate about an event?
This is an example of an event.Code: <!-- EVENT index_body_forumlist_body_after -->What are these? Can you use them?Code: {% EVENT viewforum_body_online_list_before %} Code: {% EVENT...
View Article[3.3.x] Support Forum • Re: What does {% and %} indicate about an event?
They do the same thing, The first is for phpBB's custom template engine and the second is for Twig. I would presume at some point the phpBB syntax will disappear,Statistics: Posted by thecoalman — Mon...
View Article