[3.3.x] Support Forum • Re: [split from] Discuss: phpBB 3.3.13 Release
The ACP states (I already mentioned it in my first post): Current version 3.1.3Latest version 3.0.14And doesn't this raise questions ? How can a current version be more recent than the latest...
View ArticlephpBB Custom Coding • Re: Usage of submit_post, with tags = wrong recording...
Code: generate_text_for_storage($my_text, $uid, $bitfield, $options, false, false, false); If you want to enable BBCode then don't give FALSE on its parameter. Why haven't you looked at the function's...
View Article[3.3.x] Support Forum • Re: I have a few questions that I'm unable to find...
Sorry for delay (I had to go out!) Yay that's more like it. Well done.Yeah maybe try 150px wide max and see how it looks.They look just how I want them to look now. Great stuff! Thanks. Now, I need to...
View ArticleExtension Writers Discussion • Re: Inquiry Regarding Extension Approval Timeline
It sux because in case it’s denied and it takes seconds to fix, you have to wait again a month (or more) to probably get it rejected again. If I remember correctly some extensions are approved with...
View Article[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 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] Support Forum • Re: Abort request when under high load?
Using Cloudflare to block counties is much easier.I have no idea how that works but have thought about looking into Cloudflare because it seems a lot of sites use them to prevent the bots and attacks...
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 ArticlephpBB Custom Coding • Re: Where is {L_LAST_POST} variable saved?
Yes, as I said, now I need to find this code in all prosilver and my theme files. Thank you for the list .The best solution would be joint/connect {L_LAST_POST} {L_POST_BY_AUTHOR}...
View Article[3.3.x] Styles Support & Discussion • Re: Banner image instead of board...
Just install and configure Header BannerThat added banner between the top header and the forums. I want to replace the text of the board name with the banner logo and add other items to the page...
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 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 ArticleCustom BBCode Development and Requests • Re: Headers
For this to work, your BBcode usage would have to be [h={INT}]{TEXT}[/h={INT}], What? Why would you need a variable in the closing tag?Statistics: Posted by Brf — Mon Oct 28, 2024 7:48 pm
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