[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] Support Forum • Re: How to add all members with 1 (or more) post to a...
In phpMyadmin select just the username where posts are equal too or greater than 1. Down the bottom of results there is export option for the results. On Export page switch from SQL to CSV, remove the...
View Article[3.3.x] Styles Support & Discussion • Who is online and Statistics font size
I went over every CSS file but I still cant find where I can change size of font in index page's 'Who is online and Statistics' sectionStatistics: Posted by dobermen — Sat May 17, 2025 9:51 pm
View Article[3.3.x] Styles Support & Discussion • Re: Who is online and Statistics...
I'll give you a golden tip.Right-click on your forum and select INSPECT. A page with all the CSS will open. Use the selector as shown in the image.Statistics: Posted by Chico Gois — Sat May 17, 2025...
View ArticleExtension Requests • Re: read 1 post, read reply must be logged in
ThanksStatistics: Posted by Chico Gois — Sun May 18, 2025 6:31 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 ArticleExtensions in Development • Re: [3.3][DEV] Wrap It BBCode
Hello everyoneUnfortunately, the downloads are no longer working. Is there a way to get them working again?Thank you very muchStatistics: Posted by bammerli — Sun May 18, 2025 8:28 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 Article[3.3.x] Support Forum • Re: Registration Request Email Question
Got it!Thank you again, I really appreciate the help. Statistics: Posted by honesteddy — Mon May 19, 2025 5:53 pm
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 ArticleExtension Requests • Re: Login via code sent via SMS or email
Have you tried searching for this? I believe I've seen a two factor authentication extension but not a no-password extension.Statistics: Posted by danieltj — Mon May 19, 2025 8:50 pm
View Article[3.3.x] Styles Support & Discussion • Avatar's location.
Prosilver style have avatar in the avatar box on the left side.Can it to be moved to centre and if yes, then how?Statistics: Posted by dobermen — Mon May 19, 2025 10:45 pm
View Article[3.3.x] Styles Support & Discussion • Re: Avatar's location.
viewtopic.php?p=15122996&hilit=avatar+r ... #p15122996Statistics: Posted by Chico Gois — Mon May 19, 2025 11:16 pm
View Article[3.3.x] Support Forum • Re: Picture issue on Iphone after update to 3.3.15
No. I just typed the address into the address bar. I do not normally use SafariStatistics: Posted by Brf — Tue May 20, 2025 2:30 pm
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.2][3.3][RC] PostReactions
The extension looks good but you should always try and match the interface of phpBB to ensure it looks correct on various boards that use different styles. The button that is next to the post buttons...
View ArticleExtensions in Development • [3.3][DEV] Advanced Post Image Uploader
Extension Name: Advanced Post Image UploaderAuthor: GalandasExtension Description: A phpBB extension that allows users to upload images directly into posts through a simple, modern, and...
View Article