[3.3.x] Support Forum • Re: How To Delete queue.php Email Notifications
Just to add to this. I was digging around for a solution because there were other weird things going on such as over 200,000 sql files in the cache folder, which was caused by the phpbb_sessions table...
View ArticleGeneral Discussion • Re: Happy New Year
Happy new year to allStatistics: Posted by halil16 — Wed Jan 01, 2025 8:46 pm
View ArticleGeneral Discussion • Re: NIS 2 EU Directive (cybersecurity)
For context, I'm not a solicitor.I Googled NIS 2 EU and it returned an AI overview of what it is, which it said:The NIS2 Directive, or the Network and Information Systems Directive 2, is a European...
View ArticleCustom BBCode Development and Requests • Re: BBCode to greet New User
You cannot do that with a bbcode directly. A bbcode cannot "look up" a user to see what color they should be. All a bbcode does is take your "TEXT" parameter and replace it with the text you type into...
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Hangman - Resurrected
I have a question, to play this hangman, I need to put several terms in the extension first, could you give a practical example of how I could do this, could I have previously installed terms or could...
View Article[3.3.x] Support Forum • Re: [split from] MYSQL groups error PLEASE HELP!
But I am curious: Even though I indicated $acm_type = 'memcached' Which version of phpBB are you are using? The reason I'm asking is that would be outdated config.php but that doesn't necessarily mean...
View ArticleExtensions in Development • Re: [3.3][DEV] Styles Page 1.0.3
I downloaded Styles_Page_1.0.3-dev.zip just now. (haven't installed it yetcomposer.json effectively states "version": "1.0.3-dev", which AFAIAC is fine as it's strictly speaking a development version...
View Article[3.3.x] Styles Support & Discussion • Re: When a message has an image...
Thanks for moving the discussion, thecoalman.I am not using thumbnails, so the proposed solution will not work.What about the Style/CSS edits you mention? Do you have any doc that I could read about...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Extension Version: Features Implemented:have the option to add events via ACP, for special dates (i.e. add real world dates, such as Christmas, New Year's, etc.)........world dates: will be displayed...
View ArticleExtension Requests • Re: convert this mod to extension (custom header logo)
Nothing to do with the extension sought, in addition to adding a logo you can add a header image per forumyes, and change according to the forumStatistics: Posted by eunaumtenhoid — Fri Jan 03, 2025...
View ArticleGeneral Discussion • Re: Happy New Year
++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>++.>---.+++++++++++++++..+++++++++.<<++.++++++++++++++++++.--.++.+++.--------------------.Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: Upgrade procedure on PostgreSQL is broken
Tickets can be submitted to bug tracker: https://tracker.phpbb.com/secure/Dashboard.jspaStatistics: Posted by thecoalman — Sat Jan 04, 2025 2:47 pm
View ArticleCustom BBCode Development and Requests • Re: Modal BBCode....Almost...
Hi All, This is a bit of longshot but thought I would post to get some feedback and some insight. Using the W3Schools Modal example, I've hacked together something that almost works for phpbb, but not...
View ArticleExtension Requests • Re: Infracion
https://github.com/rfdy/infractions/blo ... _0_0_1.phpThat extension is made for 3.1 and based on the OP, doesn’t work. Please add context in future rather than just pasting a link without any...
View ArticleExtension Requests • Re: Allow users to fully ignore/hide other users
First of all: phpBB uses flat view. It's not threaded and as such doesn't have threads, nor thread topics (whatever that is).It's common for people to refer to topics as "threads", even in flat view....
View ArticleExtensions in Development • Re: [3.3][RC] Toggle Password
I checked some common sites with those features. Shouldn't this eye slash appear inside the input box as outside of it? It takes up room for password length and can obscure the password.But it seems...
View Article[3.3.x] Support Forum • phpbb_version column is missing in my database
When installing the Styles Page extension I encountered an SQL errorThis error comes from the fact that the phpbb_version column is missing in the phpbb_styles table, how to add it?Statistics: Posted...
View Article[3.3.x] Support Forum • Re: phpbb_version column is missing in my database
It's not present on my clean installation of 3.3.14 either...Statistics: Posted by Steve — Sun Jan 05, 2025 3:49 pm
View ArticleExtensions in Development • Re: [3.3][DEV] Styles Page 1.0.4
the `phpbb_version` column is actually missing. Maybe the migration was not done correctly? I don't know, as soon as I get back I'll do a test on phpbb 3.3.14 locally on a clean install.Statistics:...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Extension Version: Features Implemented: monthly birthdays Mark events as attended Toggle columns on index Starts in xx days, Lasts xx days Add event end time optionsBugs Fixed: SQL error on...
View Article