[3.3.x] Styles Support & Discussion • Re: Style skeleton for prosilver
Thanks for your answer!If you intend to modify all or the vast majority of the colours, then the best thing to do is to refer to the documentation to create a child style that loads all the prosilver...
View ArticlephpBB Ideas • Improvements to Topic Tracking
A lot of users never use the "Mark forums read" or "Mark topics read" link which can lead to a lot of bloat in the topics_track table and to some degree the forums_track table. Especially with...
View ArticlephpBB Discussion • Re: What happened to my topic?
See my PM. In the future, please reach out to myself or another Community Team member if you have questions about moderation of a topic or post. Statistics: Posted by Kailey — Sun Mar 09, 2025 3:24 pm
View Article[3.3.x] Styles Support & Discussion • Re: nav tab icon
Like the Quick links dropdown the icon is created with html code, <i class="icon fa-bars fa-fw" aria-hidden="true"></i>The class used in that code determines what font awesome icon shows....
View ArticleExtensions in Development • Re: [3.3][DEV] First & Last Post Avatar
No problem! I just wanted to help and make you aware that there is already an extension available if you want it.And you might save yourself some work.This wouldn't help much. I want to publish it for...
View ArticlephpBB Custom Coding • Re: Topics with tabs
@ pxdetroit, that post was made last year in April. I'm sure this topic has been dead for awhile. Like a forum having subforums, which we understand... A topic having subtopics makes no since. Thus,...
View ArticleExtension Writers Discussion • Re: Migration Code Problem
Thank you rxu for the guidance and link, I'll work on that right away.Eidt: 2 hours later, and I couldn't figure that out or even get close to it. I'm not much of a programmer.And I could not find an...
View ArticlephpBB Custom Coding • ? Language variables outside common.php
Good evening to the community.I have created custom pages according to the instructions i found within the community and within them i have incorporated language variables for some of the languages...
View ArticlephpBB Discussion • Re: Is my forum's DDoS issue due to configuration or hosting?
You can try the Rate limiting section in CF. Haven't used it but you are going to want to specify requests for index.php, viewtopic.php and viewforum.php. e.g. don't add file.php because that can...
View Article[3.3.x] Support Forum • Re: Imgur extension problem with uploading
Thanks for testing, I opened a new Imgur account and validated it, and it works again. Statistics: Posted by deninho32 — Tue Mar 11, 2025 11:12 am
View Article[3.3.x] Support Forum • CANNOT_REMOVE_MODULE error while upgrading from 3.1.4
Hello. My server was upgraded to PHP 7.4 and MySQL 5.7 recently so we've decided to upgrade from 3.1 to the lastes PHPBB 3.3I've followed the guide at https://www.phpbb.com/support/docs/en/3 ......
View ArticlephpBB 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 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 Article[3.3.x] Support Forum • Re: CANNOT_REMOVE_MODULE error while upgrading from...
That would mean ACP_SEND_STATISTICS module has/had a child module of ACP_MANAGE_FORUMS which shouldn't be the case. If this is the case, it also mean left/right Ids structure is broken and requires...
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