Extensions in Development • Re: [3.3][DEV] AnubisBB - proof-of-work bot defense
Interesting indeed! Scraper bots are getting ever worse.Statistics: Posted by nou nou — Sat May 17, 2025 6:56 pm
View Article[3.3.x] Support Forum • How to add all members with 1 (or more) post to a group?
Code: INSERT INTO phpbb_user_group (group_id, user_id, group_leader, user_pending) SELECT X, user_id, 0, 0 FROM phpbb_users WHERE user_id IN(SELECT user_id FROM phpbb_users WHERE user_lastpost_time...
View Article[3.3.x] Styles Support & Discussion • Re: Who is online and Statistics...
Simple as thatYes simple as giving the URL of your board when you are asked, it is simple but you refuse to do soStatistics: Posted by ssl — Sun May 18, 2025 4:33 pm
View ArticleExtension Writers Discussion • Re: [Info] Using Github Actions to Test...
The test framework makes this choice for you when you pick which test framework to use (also either 3.3.x or master) as explained here:Ah, I see. Line removed.The only time you would really want to...
View ArticleExtension Requests • read 1 post, read reply must be logged in
Hi, I searched first and didn't find it.Is there an extension or IF condition where you can read the first posts and replies and you have to be logged in?ThanksStatistics: Posted by Chico Gois — Sun...
View ArticleExtension Requests • Re: read 1 post, read reply must be logged in
https://www.dmzx-web.net/viewtopic.php?az_menu=&t=4365Statistics: Posted by SpIdErPiGgY — Sun May 18, 2025 6:25 pm
View Article[3.3.x] Support Forum • Re: Database Migration from 3.0.14 to 3.3.x
Hi FolksOK - The first thing I did was to try and login using the STK but although it authenticated me (I am listed as an Administrator) it says "Only Board Founders may access the Support Toolkit.Is...
View Article[3.3.x] Support Forum • Re: Registration Request Email Question
No, it's the full path from server root. If it's Cpanel host open the cron jobs page and it will give you examples of the path. It will be something like:Code: /usr/local/bin/php...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] PostReactions
"summary" in English, "résumé" in FrenchIt is better to have the term translated into the language used on the board, when you are FrenchStatistics: Posted by ssl — Mon May 19, 2025 4:33 pm
View Article[3.3.x] Support Forum • Re: Last visit was does not update
It should be updated once tidy_sessions cron task has been run.For immediate activity info, there's "Last active" field in a user's profile which updates on any user's board activity.Statistics:...
View ArticleExtension Requests • Login via code sent via SMS or email
Many websites have abandoned passwords in favor of email or SMS code login. I was surprised I could not find a feature similar to this in phpBB. Or perhaps I missed something. Do you think this is...
View Article[3.3.x] Support Forum • Re: newly registered users
Setting the post count threshold to zero will disable the NRU.Setting it to zero will prevent new users from being added to it. It does not disable the group for existing users.Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: Picture issue on Iphone after update to 3.3.15
You have Lightbox turned on right now and on an iPhone with Chrome or Safari, the lightbox overlay seems to be broken, because it is only displaying the image. I still have a back button in the...
View ArticleGeneral Discussion • How much AI do you use?
Speaking of phpBB, do you use AI to create and fix extensions?If so, could you tell me which AI?In my case, I had an extension that had an error in the backend but served its purpose in the frontend....
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Random Password Generator
Made the look a little better for me https://www.phpbbextnl.be/passwordStatistics: Posted by SpIdErPiGgY — Tue May 20, 2025 6:11 pm
View ArticleExtensions in Development • Re: [3.3][DEV] Wrap It BBCode
Yea, sorry about that. A big storm came through my area and ripped the cables out of the box on the poles.It took them 10 days to get around to sending someone out to fix that. My internet was down...
View ArticleGeneral Discussion • Re: How much AI do you use?
Not to create extensions or code. But mostly to clean up the code...Make it a little nicer.Like css, html, php...This banner is also created by AIStatistics: Posted by SpIdErPiGgY — Tue May 20, 2025...
View ArticleExtensions in Development • Re: [3.3][DEV] Advanced Post Image Uploader
yes you're right, the version with more incisive security is coming.Statistics: Posted by Galandas — Wed May 21, 2025 4:13 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] PostReactions
Tell us the difference with this ext: viewtopic.php?t=2615851i don't know wich is the difference between the steve ext! i asked steve few months ago the code (Apr 30, 2024 - when he was giving up for...
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions
Hello, it seems there is 2 ext for the same thing : viewtopic.php?t=2662960Statistics: Posted by Aurelienazerty — Wed May 21, 2025 4:18 pm
View Article