phpBB Discussion • What happened to my topic?
I posted a topic yesterday asking for help as I was having problems with my extensions, the topic got replies, but now the topic has vanished with no explanation and I can't find it.The only way I can...
View Article[3.3.x] Styles Support & Discussion • Re: nav tab icon
Don't think such thing exist but it should not be hard to remove/hide an icon but we need to see the code for that Okay this can be re-created in a number of ways with different tabs. (I'm embarrassed...
View ArticleExtension Writers Discussion • Re: Migration Code Problem
If you need to update column values, you'd need to perform update_data() using custom method in it.update_schema() only updates column properties (type/default value/etc).Statistics: Posted by rxu —...
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 ArticleExtension Writers Discussion • Event related to user post counter?
How can I get an event when user posts counter is changing?Statistics: Posted by serek — Wed Mar 12, 2025 5:41 am
View Article[3.3.x] Support Forum • Re: CANNOT_REMOVE_MODULE error while upgrading from...
I've hacked into the code to try and print more info. The CANNOT_REMOVE_MODULE happens when attempting to remove module ID 202, module class is "acp", and it's due the fact that executing...
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: Can I run forums local?
That's something you would need to ask them.Works perfectly fine for me (on a Macbook).I'll find out that, I know at least that I can run it local and will find out the rest later. You may mark this...
View ArticleGeneral Discussion • Re: Can someone resize an image?
You can do it on a Mac in the standard preview app.Tools>adjust sizeI think I miss something, but I can't find it.Statistics: Posted by Just_A_Alien — Sat Mar 15, 2025 1:56 pm
View Article[3.3.x] Support Forum • Re: Any way to avoid Guest users entirely?
Eh, yes, had that idea myself and it does unfortunately not do the trick. While indeed any "user/guest" visiting the forum site would see a login screen now and no forums, they STILL do "consume" a...
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
By the time phpBB 4 comes out, it will be outdated and you will need to think about phpBB 5. Statistics: Posted by RomaamoR — Sun Mar 16, 2025 8:33 am
View Article[3.3.x] Support Forum • Re: Registration activation link rarely sends
Nobody has explained why the SMTP password in the ACP Email settings gets stripped down to a max of 8 characters though. I had to change my password to get around this.My password is not stripped...
View Article[3.3.x] Support Forum • Dealing with Brazilian botnet scanners
My site has been having issues with scanners for some months now, with the unfiltered traffic bringing it down in just a few seconds. Cloudflare is (unfortunately) not currently an option for...
View Article