[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 Article[3.3.x] Support Forum • Re: Information The requested page could not be...
how do i go about that? sorry..Statistics: Posted by bunderdog — Sat Oct 26, 2024 8:53 am
View ArticlephpBB Discussion • Re: [Discuss] phpBB 3.3.14-RC1 available for testing
HelloA local test board with 3.3.13/8.3 upgraded to 3.3.14-rc1 without any problems.I have a small objection regarding PHPBB-17359: Distinct disabled and not installed extensions in the list. Can I...
View Article[3.3.x] Styles Support & Discussion • Banner image instead of board name...
I've read lots of tutorials on how to edit the header but something so simple seems to mess up all the formatting. I opened overall_header.html and replaced <h1>{SITE_TITLE}</h1> with a...
View Article[3.3.x] Styles Support & Discussion • How to disable underlined links?
I want do disable posted links to be underlined in PHPBB 3.3.13. Style= Prosilver (Standart) To solve this optical problem i´ve red trough different Threads about this case, but without success. I´ve...
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 Article[3.3.x] Styles Support & Discussion • Re: Banner image instead of board...
Just install and configure Header BannerStatistics: Posted by HiFiKabin — Sun Oct 27, 2024 8:05 am
View Article[3.3.x] Styles Support & Discussion • Re: How to disable underlined links?
postlinks are using border property instead of text-decoration for the styling more about it you can read here viewtopic.php?t=2656045Statistics: Posted by Mannix_ — Sun Oct 27, 2024 8:26 am
View Article[3.3.x] Support Forum • How To Mark Single Topic as Answered
If a moderator posts a topic in a forum, let's say it is a sticky topic about rules, or some event that is happening, or whatever, and they lock the topic. When that happens, that topic will eternally...
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 Article[3.3.x] Support Forum • Re: My favicon doesn't show up right in the google...
I can see your favicon ok, what’s it supposed to look like? Have you tried the default prosilver?Statistics: Posted by Mick — Mon Oct 28, 2024 8:26 am
View Article[3.3.x] Support Forum • Re: How To Mark Single Topic as Answered
You can't: technically unanswered topics are all those who have exactly one approved post in them. Your options: manipulate the database table phpbb_topics.topic_posts_approved to anything else than 1...
View ArticlephpBB Discussion • Re: How to make sure user reads rules?
What @halil16 said - that's the very core of running a forum and building a community. Forums are not supposed to be "install and sit back".Statistics: Posted by nou nou — Mon Oct 28, 2024 11:34 am
View Article[3.3.x] Styles Support & Discussion • What does {% and %} indicate about...
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] Styles Support & Discussion • Re: What does {% and %} indicate...
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 ArticleExtensions in Development • [3.3][DEV] Hide Memberlist
Extension Name: Hide MemberlistAuthor: [Dimetrodon]Extension Description:This is an early development build. Please do NOT install this on a live board!This extension prevents the viewing of the whole...
View ArticleCustom BBCode Development and Requests • Re: Headers
Hmm…Hr = horizontal lineH = headerEdit:Sorry, Steve is right.Statistics: Posted by Anișor — Tue Oct 29, 2024 6:43 am
View Article[3.3.x] Support Forum • Re: Unable to send mass email
I have tried setting the email package size to 10,then 9; also the maximum allowed email reciepients to 20.After I changed the maximum allowed email reciepients from 50 to 20 I got the error...
View Article