phpBB Custom Coding • Re: ? Language variables outside common.php
Specify the name of your new language file in your user->setup:Code: $user->setup('info');Statistics: Posted by Brf — Tue Mar 11, 2025 12:34 pm
View ArticleExtensions in Development • [3.3][RC] Quick Reply Extended
Extension Name: Quick Reply ExtendedAuthor: Steve Extension Description: This extension simply adds bbcodes and smilies to quick reply.Extension Version: Requirements: Features: Displays BBcodes...
View Article[3.3.x] Support Forum • Re: CANNOT_REMOVE_MODULE error while upgrading from...
I ended reverse-engineering the installing process until I identified the failing class:Code: <?php/**** This file is part of the phpBB Forum Software package.** @copyright (c) phpBB Limited...
View ArticlephpBB Discussion • Re: Why are empty index.htm files in folders?
Yes, I want 403 Error page instead of blank index.htm (ex. https://manhetn.info/poradna/download/ ) . My hosting provider have already set 403 for folders without index. So, the solution is detele...
View ArticleExtension Writers Discussion • Re: Event related to user post counter?
core.submit_post_modify_sql_data if it's about posting process. There's a couple more of places but there're no core events there.Statistics: Posted by rxu — Wed Mar 12, 2025 10:11 am
View Article[3.3.x] Support Forum • Re: Already read posts are showing « unread »
Thanks.It works.Problems solved !Statistics: Posted by kuri2004 — Wed Mar 12, 2025 10:24 am
View Article[3.3.x] Support Forum • Re: Dealing with bot traffic
I am also experiencing this problem.The requests have these properties:They do not have a bot-identificationThey do not respect robots.txtThey have a sid in the urlEach request comes from a "new" IP...
View ArticlephpBB Discussion • Re: Blocking bots that flood my phpBB with requests
I've now set up Cloudflare for my forum but I'm afraid it didn't solve the problem. The site is still being hammered by bots from South America and AFAICS I can't geoblock South America on Cloudflare...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional...
It seems any kind of internal problem. Can you see any more info? Like server logs or ACP --> Maintenance ---> Errors registryThat error message doesn't tell me anything, so I cannot know what...
View Article[3.3.x] Support Forum • Who can see hidden groups?
.Statistics: Posted by Just_A_Alien — Thu Mar 13, 2025 10:57 am
View Article[3.3.x] Support Forum • Re: Lost
Also if you have just installed your forum, you will need to delete or rename the install folder from your root directory. In acp > general there also will be a red alert box on that screen with...
View ArticlephpBB Discussion • Re: Stupidly deleted a long thread - can I redirect/point...
Many thanks as usual for the good advice - the re-direction issue is now resolved - much appreciated!Statistics: Posted by ozstamps — Thu Mar 13, 2025 12:52 pm
View Article[3.3.x] Support Forum • Default Group
Hello I've set up Ranks to match my Groups and to change a Newly Registered User to a Registered User after 3 posts. The Member gets the Registered Group added to their profile and their Rank...
View Article[3.3.x] Support Forum • Re: Default Group
I don't know of any extension with that feature ... BUt I suspect it can be done by extending the AutoGroups extension: see https://www.phpbb.com/extensions/official-extensions/ and...
View Article[3.3.x] Support Forum • Re: SQL Explain, how to disabled? PhpBB 3.1.14
Not everyone can see the Sql Explain. Only the load time.Sql explain is only visible to founders OR admins that can see sql info in ACPStatistics: Posted by SpIdErPiGgY — Fri Mar 14, 2025 1:18 am
View Article[3.3.x] Support Forum • PDF file becomes html file on iOS
HiWhen you click on the uploaded pdf files on iOS and iPadOS, the device sees it as an html file. A file like abc.pdf.html appears and opens as html in a corrupted way.What could be causing this? How...
View Article[3.3.x] Support Forum • Re: PDF file becomes html file on iOS
Where does this happen? Want to test this myself.Statistics: Posted by Just_A_Alien — Fri Mar 14, 2025 8:13 am
View Article[3.3.x] Styles Support & Discussion • Re: Style template events
Hello,Short answer: you can't use events to inject code into a style from another style, currently it's only possible to do this with an extension. :/Statistics: Posted by cabot — Fri Mar 14, 2025...
View ArticleExtensions in Development • Re: [3.3][DEV] Topic Statistics
It's a shame there isn't a button to display this information only in certain forums, but it looks really nice CONGRATULATIONS!Statistics: Posted by eunaumtenhoid — Fri Mar 14, 2025 12:40 pm
View Article[3.3.x] Support Forum • Re: Who can see hidden groups?
Members of the hidden group and the group leader.Statistics: Posted by stevemaury — Fri Mar 14, 2025 2:52 pm
View Article