Extensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Events only shown by those small icons in the current day? At my calendar we currently use, we can color each event and show as a colored line from the start to the end of the event. This is more...
View Article[3.3.x] Support Forum • Re: SQL ERROR [ mysqli ] Unknown column...
Hello Coalman,You wrote "When you are updating you are directed to "Using your web browser, visit install/ in your board's root"I'm not understanding this or where to find this when I'm updating. When...
View Article[3.3.x] Support Forum • Re: Standard links don’t work
Under server settings set "Enable URL Rewriting:" to no -OR- enable mod_rewrite assuming it's Apache serer.I have now both disabled and everything is working. Thanks!Guess I need to take a look at the...
View Article[3.3.x] Support Forum • How To Delete queue.php Email Notifications
Over a year ago I moved my site to a new server. The move was successful but email notification stopped. This includes emails such as "Active User Account" messages sent to admins, as well as "Forum X...
View Article[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