[3.3.x] Support Forum • Groups and Ranks
HelloI added a Moderator Group to the list of Groups and matched the Permissions to that of the existing Global Moderators.Then I made Moderator the Default group for one of my Users.The User now...
View Article[3.3.x] Support Forum • When to update
Is there a fixed date for when new versions of phpBB arrives? So i don't have to update much, and also avoid update complications.Statistics: Posted by lunarious87 — Wed Feb 19, 2025 2:08 am
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
Can you ever get away from prosilver?Statistics: Posted by Steve — Wed Feb 19, 2025 10:22 pm
View ArticleExtension Writers Discussion • Re: My extension causes a 500 server error in...
Try Code: $donnnees = $this->db->sql_fetchrow($resultat);Statistics: Posted by Kailey — Wed Feb 19, 2025 11:03 pm
View Article[3.3.x] Support Forum • Re: When to update
Is there a fixed date for when new versions of phpBB arrives? So i don't have to update much, and also avoid update complications.If you want & can to wait until phpBB 3.3.15 is being released,...
View ArticlephpBB Discussion • Re: 3.3 upgrade question
Hi,I'm hosted on GoDaddy and usually use the installatron to do the upgades.Each and everytime I use this method, I loose my site logo and countless other files need to be edited. For example, the...
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 ArticleExtension Writers Discussion • Re: Creating a permission to edit first post...
The article is telling you how to create a permission. It would be up to you to create the code to use it. There is no need to "clone" anything, since the permission itself is just a row in a...
View Article[3.3.x] Styles in Development • Re: [RC] DarkFire
My 2c: just set background-size: cover in your CSS. Solves the main background image problem, on any screen.Thanks. I've just done it so is updated! Statistics: Posted by NecheB — Thu Feb 20, 2025...
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 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 ArticleGeneral Discussion • Re: When will phpBB 4.0.0 final version be released?
3.0 to 3.1 was the death sentence for mods, but guess what : extensions replaced modsMODs technically still exist as "Custom Coding."Though anything that can be done via an Extension as opposed to...
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 EnglishStatistics: Posted by ssl — Sat Feb 22, 2025 9:11 pm
View Article[3.3.x] Support Forum • Re: Various SQL Errors After Server Migration
You are correct again! The ACP main dashboard shows 64965 attachments but when I extracted the files folder from the zip file there are only 9,998 files. I will try using Filezilla Pro to copy over...
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 ArticleExtension Requests • Re: Voting or Idea system?
This appears to be the only thread regarding the "Ideas" poll system.So instead of starting a new thread, I'd like to voice my opinion/request.The polling for the Ideas threads is exactly what I'm...
View Article[3.3.x] Support Forum • Re: Who-is-online Whois lookups all from Amsterdam?
The Whois data is accurate but it's not geolocation, e.g. Whois for my IP is an entirely different state. Geolocation from the site you posted may or may not be accurate. If you want such a feature it...
View Article