[3.3.x] Support Forum • Re: Imgur extension problem with uploading
For what it's worth: just now installed v 1.7.2 ( the first version to officially support PHP 8.0) on a testboard and it passed some quick testing (with PHP 7.4.27 and 8.0.30)Then also tried v 1.5.0...
View Article[3.3.x] Support Forum • Re: Forgotten Password No Email
Did you get your issue resolved? I had a similar problem recently and it was a bear to track and fix.I did not...Statistics: Posted by ithicaagain — Mon Mar 10, 2025 4:53 pm
View Article[3.3.x] Styles Support & Discussion • Re: Style skeleton for prosilver
You cannot include the overall_header.html in another overall_header.html, it makes no sense.If you want to modify this file, make a copy in your own style and modify it.Furthermore, when you call a...
View ArticlephpBB Discussion • Re: Is my forum's DDoS issue due to configuration or hosting?
Are there any other tools in either Cloudflare or cpanel that can help me find common traits of these bots, so that I can perhaps block them with rules under Cloudflare?Statistics: Posted by ttfan —...
View ArticleExtension Writers Discussion • Migration Code Problem
I have a Toggle Dark Style extension created but I'm having a problem getting the migration file to work. In the phpbb_users table, I have all the user_dark_style values set to 0 on all users. When...
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 Article[3.3.x] Support Forum • Re: video attachment ?
bit gutted then i was just opening they could upload them like when you attach a image to upload, yeah i got them working as a downloadable link but it wasnt what i was after so i guess people will...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional...
Seems something wrong on migration procedure. Steps are:1) Disable original extension2) Delete all files for old extension and upload new ones (on path ext/naguissa/thanksforposts )3) May be not...
View ArticlephpBB Discussion • Why are empty index.htm files in folders?
Hello,why are in some folders of phpbb empty index.htm files? Can I remove them without any issues? I have installed Error page mode, so if these empty index.htm files only for protect before indexing...
View ArticlephpBB Discussion • Re: Why are empty index.htm files in folders?
It's a minor security enhancement. For example if you tried example.com/files/ the .htaccess file will prevent access to that folder and they should get 403 forbidden, it's unlikely but that can fail....
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 ArticlephpBB Custom Coding • Re: [DEV] Search Engine Bot Validation for PHPBB
phpBB3 already has entry for IP's for the bots but I don't know think they are blocked if there is mismatch between the IP and user agent. Soeone would have to test but I think they just get guest...
View ArticlephpBB Discussion • Re: Forum markup
There is topic in Ideas forum where this was already brought up with a response from Marc the lead developer about implementing it. No idea about the when.Statistics: Posted by thecoalman — Wed Mar...
View ArticlephpBB Discussion • Stupidly deleted a long thread - can I redirect/point to...
Apologies for the dumbo query - own a largish free board, but sadly I am not tech minded at all - a PhpBB whizz in the USA generally was able to quickly sort things for us over many years, but he has...
View ArticlephpBB Discussion • Re: Stupidly deleted a long thread - can I redirect/point...
Can you recreate it using http://web.archive.org/web/202401142116 ... hp?t=97479Maybe someone with a bit more technical knowledge can point you in the direction of how it might be possible to recreate...
View ArticlephpBB Discussion • Re: Content is king, but....
Im not sure its a good idea to display different content for bots, unless it is less content.I will stick with the ad for guests and see what happens.I chose ads because they annoy everybody.But it...
View ArticleExtensions in Development • Re: [3.3][DEV] First & Last Post Avatar
I expect a version to test on Friday young man! Statistics: Posted by Stoker 4.0 — Thu Mar 13, 2025 7:43 am
View Article[3.3.x] Support Forum • Re: Default Group
The default group only sets the username colour so you could just set the registered users group to the default and that would sort it.Statistics: Posted by KevC — Thu Mar 13, 2025 3:45 pm
View Article[3.3.x] Support Forum • Re: Lost
No forums I can test it on. Once a board is created, there is an initial forum with an initial topic (and post). If one way or another you deleted those, you can create a new test post.phpBB core...
View Article[3.3.x] Support Forum • SQL Explain, how to disabled? PhpBB 3.1.14
Hi. For a long time i have in footer of forum this text Time: 0.275s | Peak Memory Usage: 14.32 MiB | GZIP: Off | Queries: 251 | SQL ExplainI want to remove it because anyone can acces SQL Explain and...
View Article