[3.3.x] Support Forum • Re: upgrade 3.3.0->3.3.12 issue with new posts...
"New" and "Unread" are two completely different searches.Statistics: Posted by Brf — Fri Jul 12, 2024 5:46 pm
View Article[3.3.x] Styles Support & Discussion • Re: Favicon only shows in...
In your style's overall_header you are missing the r in your southenhighlandsnsw address. Just a typo try this.Code: <link rel="shortcut icon"...
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 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 ArticlephpBB Custom Coding • Re: Cron task
The ideal would be each time a member modifies a specific profile field, at least each time a member logs inThat's not something you would do with cron task, that's something you would do in the...
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[3.3.x] Support Forum • How to enter a new topic maximum per hour?
Hello, everyone,On my forum, I find some users posting new topics in bursts, of low quality. I would therefore like to try to put a limit, so that a user can open a maximum of one new topic per hour,...
View Article[3.3.x] Support Forum • Re: 3.3.12 slow start after cache purge
thanks for the notes:1. I'll update the relevant forums as well, but since I saw people on this forum who have this issue, I started here first.2. Good point about the template, I see this problem...
View ArticleWanted! • Re: Looking for. A phpBB expert for revival of an old Hindi Forum
Update : We have managed to install the forum. However, we could not found its backup and so we have to create new content for it.We are still looking for someone who can:Add Google transliteration...
View Article[3.3.x] Support Forum • Re: Database restored but not showing on the new server
YES. I used the step by step all through.Statistics: Posted by Kaycee — Mon Jul 15, 2024 3:29 pm
View Article[3.3.x] Support Forum • Force reactivation question
Hi,I just wander if force reactivation means that all posts someone made before reactivation are lost for that member, or if that member reactivate he, or she, can simply continue with old profile...
View Article[3.3.x] Support Forum • Re: Force reactivation question
Deactivating a user does not automatically delete their posts, it just makes them inaccessible until the user is reactivated.Statistics: Posted by Brf — Mon Jul 15, 2024 4:28 pm
View Article[3.3.x] Support Forum • Re: Using URL instead of IP for localhost/intranet
Setting up a server (including DNS and other required software) is slightly out of scope for this board. The community here can certainly try to assist you, but you may have better luck asking at a...
View Article[3.3.x] Support Forum • Bypass ACP login.
I would like my admins to be able to login in ACP just by clicking on the link in Navbar, without having to type in a password.I know it can be a security risk but I'm willing to take...
View Article[3.3.x] Support Forum • Re: Bypass ACP login.
Maybe thisviewtopic.php?p=13341607#p13341607Code is 10 years old btwStatistics: Posted by SpIdErPiGgY — Mon Jul 15, 2024 6:45 pm
View Article