[3.3.x] Styles Support & Discussion • Re: Anyone developing arty's styles...
Health and personal problems have kept me away from the internet for a while, but I'll try to get back into the swing of things as I go along.Have you updated the styles (parent and child aka "Black"...
View ArticleWanted! • Re: Looking for. A phpBB expert for revival of an old Hindi Forum
I’ve sent an email to you. Cheers.Statistics: Posted by Madalin10 — Fri Jul 12, 2024 10:32 am
View ArticleExtension Writers Discussion • How to access file uploads in form submissions
I'm trying to upload a file (an image, specifically) but I'm running into some issues. Namely I can't get a hold of the file after the form is submitted.I have this and am trying to contain the file...
View ArticleExtension Writers Discussion • Re: How to access file uploads in form...
I fixed it.I needed to use the file method rather than the variable method. Updated code that works:Code: $file_upload = $request->file( 'my_uploaded_file' );Silly me.Statistics: Posted by danieltj...
View ArticlephpBB Ideas • Re: Update phpBB from ACP
I really can’t think of anything that you could remove from the core to ‘free up space’ and make it lighter.There is a lot that can be migrated into extensions (it would make life easier for many).For...
View Article[3.3.x] Support Forum • Not editable profile field
Hi,I would like to add a profile field which would be automatically filled by program but couldn't be edited by user : is it possible ?Thanks in advance for your helpStatistics: Posted by Hervé — Sat...
View Article[3.3.x] Support Forum • Cron task
Hi,In phpBB there is a Cron directory, I suppose it allows some tasks to be started automatically.How can I add a php script to be executed in certain circumstances ?Thanks in advance for your...
View ArticleGeneral Discussion • Re: Bots eating up all the bandwidth
I used to run a forum with similar issues. Here’s what worked for me:Added CAPTCHA: I put CAPTCHA on sign-ups and comments. It helped cut down on bot activity.Tweaked Cloudflare: I went into...
View Article[3.3.x] Support Forum • Re: Not editable profile field
In the meantime I found in the personalized fields (sorry if the translation is not correct : my board is in French)☑ Show in user panel : Member can edit this profile field in user panel.but if I...
View ArticleGeneral Discussion • Re: Forum as a graduation project
For building a forum, start by focusing on the core features: user registration, posting, and thread management. You don't have to dive into the admin panel or complex features right away.Frameworks...
View ArticlephpBB Discussion • Re: [Split] updating php from 7.4.33 to 8.2.12
Take a look at PHP Benchmarks: Speed Tests for Versions 8.1, 8.2, and 8.3 although there is no testing of phpBB. More importantly take a look at PHP: Supported Versions and you will see that PHP 7.4...
View Article[3.3.x] Extensions Database Releases • Re: Jumpbox on Index
Extension Updated to version 1.1.0See first post for Download LinkStatistics: Posted by Paul — Sun Jul 14, 2024 9:17 am
View Article[3.3.x] Extensions Database Releases • Re: Quick Title Edition
Extension Updated to version 1.0.1See first post for Download LinkStatistics: Posted by Paul — Sun Jul 14, 2024 9:17 am
View Article[3.3.x] Extensions Database Releases • Re: Board Announcements
Extension Updated to version 1.3.0See first post for Download LinkStatistics: Posted by Paul — Sun Jul 14, 2024 9:18 am
View Article[3.3.x] Extensions Database Releases • Moods
Extension name: MoodsAuthor: GalandasExtension description: This Extension Adds the ability for users to set their current mood which is then displayed in profile.Features:UCP: Choice of moodChoice of...
View Article[3.2.x] Extensions Database Releases • Re: Moods
Extension Updated to version 1.0.1See first post for Download LinkStatistics: Posted by Paul — Sun Jul 14, 2024 9:19 am
View Article[3.3.x] Extensions Database Releases • Re: Moods
Extension validated/releasedStatistics: Posted by Paul — Sun Jul 14, 2024 9:19 am
View ArticlephpBB Custom Coding • Re: Cron task
Since a cron job that is running every time a member is modifying a profile field (which isn't strictly a cron job) is not part of phpBB's core code there is no alternative but write an extension. And...
View ArticleExtensions in Development • Re: [CDB] Delete Inactive Members
This extension has been validated and is now available from the CDB.Please post future further support issues here.Statistics: Posted by Mike-on-Tour — Sun Jul 14, 2024 11:49 am
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
Why? The whole purpose of this extension is notification/alerts.As on iOS a lot of notifications are handled that way and it gives immediate visibility without having to pay attention to the...
View Article