Extension Writers Discussion • Re: My extension causes a 500 server error in...
Kailey: I tried your suggestion, there's no change.Statistics: Posted by cactux — Thu Feb 20, 2025 12:28 am
View Article[3.3.x] Support Forum • 3.0 to 3.3 - help with database search/replace
HiI wanted to upgrade from 3.0 to 3.3 after 11 years. The upgrade went well, the new forum is running without problems so far, but there is one issue. On the old version, i had to install a mod in...
View Article[3.3.x] Support Forum • Re: 3.0 to 3.3 - help with database search/replace
If currently the only limitation is the database upload size, you could use the CLI to upload the database.Statistics: Posted by invenio — Thu Feb 20, 2025 2:53 am
View ArticleExtensions in Development • [3.3][DEV] Enable Debug & Display Load Time
Extension Name: Enable Debug & Display Load TimeAuthor: StokerExtension Version: Requirements: Extension Description:Enable Debug & Display Load Time without editing core files.More...
View ArticleExtensions in Development • [3.3][RC] Board Copyright
Extension Name: Board CopyrightAuthor: StokerExtension Version: Requirements: Extension Description:An update of my old 3.1 EXTDisplay board copyright in the footer with site name, board start year...
View ArticlephpBB Discussion • Re: 3.3 upgrade question
Minor Updates Within 3.3.xIf you have file edits, use the Changed Files package to avoid having to edit files that haven't changed between your current and the new phpBB version.Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: Admin Main Tab is blank
I found this post about 3.3.0 is not compatible with PHP8viewtopic.php?t=2652760my board is 3.3.0 and PHP Version is 8.2.20I guess I am updating the board to current version.One error log say 500...
View Article[3.3.x] Support Forum • Re: Changed URL broke forums help!
Run this SQL, change the prefix phpbb_ if yours is different. Code: UPDATE `phpbb_config` SET `config_value` = '0' WHERE `phpbb_config`.`config_name` = 'force_server_vars'; Afterward you may also have...
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
Do you think Twig could strip the HTML from prosilver and just reveal template variables? Skeleton of prosilver?I’m not really sure to be honest. Every template needs to be completely rewritten though...
View ArticleExtension Writers Discussion • Re: Creating a permission to edit first post...
The code to edit heading and tags isn't anywhere. If you can edit the post, you can edit those fields; if you cannot edit the post you cannot edit those fields. (In other words, no code exists in...
View ArticleExtension Writers Discussion • Re: use php to add extra css class to existing...
If you want it to be secure, you can also use S&R via event here. Alternatively, you could simply set the template variable NEWEST_USER to an empty string (or to false). Both methods would be...
View Article[3.3.x] Styles Support & Discussion • Hexgon Reborn - different bg color...
Hi, I've been playing around with the colors of Hexgon Reborn style. Why does the bg color vary in Firefox? In Chrome it's dark grey (which I want), but in Firefox it's dark blue. Forum link in the...
View Article[3.3.x] Styles Support & Discussion • Re: Hexgon Reborn - different bg...
Firefox mobile AndroidDesktopStatistics: Posted by SpIdErPiGgY — Fri Feb 21, 2025 6:01 am
View ArticlephpBB Ideas • Re: Request: logo change according to schedule
icon; can be logo:Code: const MORNING = 7;const MIDDAY = 12;const AFTERNOON = 17;const EVENING = 21;//const PARTY = 22/6;public function timed_(){ $time = $this->user->format_date(time(), "H",...
View ArticleExtensions in Development • Re: [3.3][DEV] Topic Statistics
Thanks for this ext.When translating to French, the date of the last answer is still displayed in Englishlast.pngThank you. I was using the wrong function. Now it should be good. Please check the...
View Article[3.3.x] Support Forum • Re: PHP warnings when I search myself in permissions
Hi,I know the topic is old but there was no solution and I had the same issue. 7 is "ROLE_USER_LIMITED" in phpbb_acl_roles. That seems to be left over in some changes. When you select your settings...
View ArticleExtension Requests • Re: MCP link on all pages
That sure is a funny looking extension. Well done Steve.Statistics: Posted by Sniper_E — Sun Feb 23, 2025 4:43 am
View Article[3.3.x] Support Forum • Re: Various SQL Errors After Server Migration
Taking a look at your forum and the post about old missing images...This happened when I did a large system upgrade and something happened in that process that corrupted the database. Fortunately, it...
View Article[3.3.x] Support Forum • Who-is-online Whois lookups all from Amsterdam?
Is anyone else experiencing registered user and guest Whois locations (second block in reverse lookup) all pointing to Amsterdam, Netherlands, now?OrgName: RIPE Network Coordination CentreOrgId:...
View Article[3.3.x] Support Forum • Re: 3.0 to 3.3 - help with database search/replace
I will try these suggestions early next month. I'm pushing my bandwidth quota right now.Statistics: Posted by ozfunghi — Mon Feb 24, 2025 1:08 am
View Article