[3.3.x] Support Forum • Re: Deleting Cookies on FAQ/other pages
I believe that’s how it works but I’m willing to be corrected. If you think you’ve found a bug you should post in the Bug tracker.Statistics: Posted by Mick — Thu Jul 11, 2024 10:52 am
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Topic Bookmark Count
There is an archive error. Can you update the file upload?Statistics: Posted by exUBert — Thu Jul 11, 2024 1:06 pm
View ArticleGeneral Discussion • Re: phpbb.com Showcase
The Team are aware of this.Statistics: Posted by KevC — Fri Jul 12, 2024 9:27 am
View Article[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 Article[3.3.x] Support Forum • Re: Problems with registration
Clear your browser cache, maybe that will fix ut.Or use private mode or a other browser.Statistics: Posted by janus_zonstraal — Fri Jul 12, 2024 1:13 pm
View Article[3.3.x] Styles Support & Discussion • Re: What is the best way to add a...
My favicon only works in Administration Control Panel.No idea how to fix it.Please help?https://www.southernhighlandsnsw.org/Statistics: Posted by Spartan1 — Fri Jul 12, 2024 3:54 pm
View Article[3.3.x] Styles Support & Discussion • Favicon only shows in...
Hi Team,My favicon only shows when I am in the Administration Control Panel.Any ideas how to fix this.Thank you.https://www.southernhighlandsnsw.org/Statistics: Posted by Spartan1 — Fri Jul 12, 2024...
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 topic 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] Support Forum • Re: Error building the container.
What update method and FTP software did you use to upload the phpBB 3.3.12 files? And what mode was that software set to? FileZilla for example uses the text mode as default to upload files which can...
View Article[3.3.x] Support Forum • Re: Cron task
In order to start your own cron jobs through phpBB you need to write an extension which holds the skript with the cron task.Statistics: Posted by Mike-on-Tour — Sat Jul 13, 2024 3:23 pm
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 Article