phpBB Ideas • Re: Attachment's In Database
My understanding is that it's very expensive to store images in a database. As far as security to the best of my knowledge phpBB's file upload system has been rock solid since 2007.Statistics: Posted...
View ArticlephpBB Ideas • Built-in Karma System
The majority of the other forum software has some kind of karma/reputation system. This would provide a good framework for the community to extend the feature with extensions. This should be a core...
View ArticlephpBB Ideas • Re: Built-in Karma System
An extension exists and offers this, there is no point in offering this in the phpBB code in my humble opinion.Statistics: Posted by ssl — Tue Jun 11, 2024 5:14 pm
View ArticlephpBB Ideas • Re: Log failures for Q&A captcha
As this has had fairly positive reactions from people I've made a ticket here: https://tracker.phpbb.com/browse/PHPBB-17349I fancy the challenge and might try and work on this feature soon and propose...
View ArticlephpBB Ideas • Re: Remove non-functioning CAPTCHA’s from package.
This is implemented in masterStatistics: Posted by rubencm — Wed Jun 26, 2024 7:29 pm
View ArticlephpBB Ideas • Re: Push Notifications
This is implemented in masterStatistics: Posted by rubencm — Wed Jun 26, 2024 7:32 pm
View ArticlephpBB Ideas • Re: Like WordPress
WordPress is basically the web script's world gold standard, as far as one-click-upgrades go.This feature alone would propel phpBB into a league of its own, forumwise.Thanks for considering...
View ArticlephpBB Ideas • Re: Update phpBB from ACP
This should be in core but I think it should be an extension first so it can beta tested and refined first before suddenly landing into the core project at a major milestone. It also means people...
View ArticlephpBB Ideas • More user friendly/simple switching of the PHPBB styles
Based on this topic: viewtopic.php?p=16025383#p16025383Issue:After updating/installing the PHPBB, you are going to usually install a style, this process is relatively intuitive, yet when you end up on...
View ArticlephpBB Ideas • Re: More user friendly/simple switching of the PHPBB styles
The "default style" only applies to new users. That is why the description says "The default style for new users".If you want to override the styles the users have selected, it is intuitive that you...
View ArticlephpBB Ideas • Re: phpBB "safe mode"
u would simply need to have some kind of check in the initialisation of the forum to check for a defined constant and if it's not there, then don't do anything. If the constant is present, then you'd...
View ArticlephpBB Ideas • Make Yes/No consistent during installation
I suggest making Yes and No appear the same and with same spacing both in the installer and ACP and perhaps other places so it's consistent.I also wrote about it in viewtopic.php?p=16026619Statistics:...
View ArticlephpBB Ideas • Re: Make Yes/No consistent during installation
100% agree. It should be consistent throughout the software.I would suggest that it's presented as Yes first, No second mainly because it's more logical and also because it's that way round in core so...
View ArticlephpBB Ideas • Re: Markdown
I would love to see Markdown added to core. I understand that BBCodes are a core part of phpBB's identity when it comes to posting but sometimes it's so difficult to format posts when you just want to...
View ArticlephpBB Ideas • Let programmers choose amount of decimals. Not translators
I noticed in some strings the translator is able to choose the amount of decimals in numbers.Like "%2$.2f" might become "1.23".If the number is always suppose to have the same amount of decimals maybe...
View ArticlephpBB Ideas • Gather strings about date/time in common.php
In language\en\common.php there are some strings for translators about date/time.Some of strings are near the top of the file:Code: 'DATE_FORMAT'=> '|d M Y|',// 01 Jan 2007 (with Relative days...
View ArticlephpBB Ideas • Improve default value for "My date format" in...
In profile > Board Preferences tab it says "My date format".It seems like there is not way for the user to see which is the default value.Like if the user wants to change it back to whatever is...
View ArticlephpBB Ideas • Re: Gather strings about date/time in common.php
Maybe this one should be gathered the same place too:Code: 'VARIANT_DATE_SEPARATOR'=> ' / ',// Used in date format dropdown, eg: "Today, 13:37 / 01 Jan 2007, 13:37" ... to join a relative date with...
View ArticlephpBB Ideas • Re: phpBB "safe mode"
One obvious question: what's the fallback if someone is dumb enough to remove Prosilver and/or english_gb?There wouldn't be any but they would only need to upload the files if they deleted them. This...
View ArticlephpBB Ideas • Improve the rating system a bit
Maybe improve the rating system on the site a little.Slovak have a rating of 5.01 out of 5.Guess that should not be possible.If I go danish translation it shows 4 star icons but then "(5)" to the...
View Article