Extension Requests • Passkey login
Passkeys are the latest in logins - I don't see any in progress or available for phpBB.Therefore this humble request.https://fidoalliance.org/passkeys/Statistics: Posted by fakeologist — Sun Aug 11,...
View Article[3.3.x] Support Forum • Re: PHP version 7.4 UpDate TO Newer?
Regarding the error encountered "Cannot modify header information" read this topic: https://www.phpbb.com/support/docs/en/3 ... thout-bom/Nope. That error is because of the error that happened before...
View ArticlephpBB Custom Coding • Re: Cron task
This is the full added code, comments welcomein /includes/ucp/ucp_profile.php after $vars = array('cp_data', 'data', 'sql_ary'); addCode: $TankDim = preg_replace("/\D+/",...
View ArticlephpBB Discussion • Re: phpBB.com Website Feedback
Trying to access posting page or pm I get this. After 2-3 mins submitted messages have disappeared.... Statistics: Posted by Steve — Mon Aug 12, 2024 2:40 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Obscure Registration Code...
I am surprised to hear you say that. A colour answer is one the spambots have programmed in by default. ... but if it works for you, then it works for you. There is no one universal answer to the SPAM...
View Article[3.3.x] Support Forum • Can Admin Unilaterally Register Users?
I am in a custom car and hot rod club, and have just created a discussion forum for our members. It is here:socrc.org/forumThe challenge I have is that a some of our members are older (80s to 90s) and...
View Article[3.3.x] Support Forum • Re: Can Admin Unilaterally Register Users?
Yep but you need an extensionhttps://www.phpbb.com/customise/db/exte ... add_user_2Statistics: Posted by KevC — Tue Aug 13, 2024 4:03 pm
View Article[3.3.x] Support Forum • Re: Can I recover a board with just the database intact?
edit the config file to point to our existing database ( not sure how to do that one)You can use this guide: https://www.phpbb.com/support/docs/en/3 ... gphp-file/Don't hesitate to ask questions if...
View Article[3.3.x] Support Forum • Re: Images rotated ??
We see this a lot more on our forum too. Thus far, it's always associated with smartphone images taken in the portrait orientation that get rotated 90 degrees. In portrait mode the orientation seems...
View ArticleExtension Requests • Re: Better Ranks Extension Request
check if isset204 could be:'GROUP_LIST' => isset($userGroups[$niddle]) ? $userGroups[$niddle] : ''Thanks for the information. This below helped fixed the errors.Encase anyone is still or interested...
View Article[3.3.x] Support Forum • Re: Submitted From is Invalid
Your cookie settings seem correct, have you asked your host about this problem?Do you have a test account to share?I have asked the host but no reply as yet. I can inject a test account into the users...
View ArticlephpBB Custom Coding • Re: Cron task
Nobody knows why the field remains empty ?Statistics: Posted by Hervé — Wed Aug 14, 2024 4:46 pm
View Article[3.3.x] Support Forum • Editing or Adding New Forum = Page not found
Hello. I have a brand new installation of phpbb3.3.12 and everything had been working fine up until the point I have tried to edit the default first forum name or add a new one.When I edit the...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
Was it my imagination or is useapi going to offer support for Runway3? Statistics: Posted by nou nou — Wed Aug 14, 2024 5:29 pm
View ArticleWanted! • Patreon - phpBB connection
Title/Job Description:Build a bridge between Patreon and phpBB that automatically adds/removes users to/from a group based on Patreon membership/tiers. Target audience: (e.g. professionals, hobbyists,...
View ArticleWanted! • Re: Hiring Extension Developer (Engagement with AI)
Look into viewtopic.php?t=2642534You can have it auto-respond to new topics and adopt personalities etc. It's a pretty amazing extension that you can tailor to do a LOT.Statistics: Posted by nou nou —...
View ArticleWanted! • Re: Patreon - phpBB connection
I’ll send you a PM later after I do some sanity checking to see what the Patreon API is like. Statistics: Posted by danieltj — Wed Aug 14, 2024 5:54 pm
View ArticlephpBB Ideas • Re: phpBB "safe mode"
Simple of course but not for a beginnerStatistics: Posted by ssl — Thu Aug 15, 2024 2:11 pm
View Article[3.3.x] Support Forum • Re: Editing or Adding New Forum = Page not found
This is probably being caused by the .htaccess file in the root of the domain used by whatever CMS you are using (not the phpBB .htaccess file). You can rename it .htaccessbak to test....
View ArticlephpBB Custom Coding • Re: Forum opening hours
I think it would be in your interest to keep the board read-only during closing hours, so as not to bore your users.Not necessary, I prefer to keep it as simple as possible. I would be very happy if...
View Article