4.0.0-a1
Last updated 03.03.2025
97.08% complete 10 open 332 closed
Search found 12 matches
- Wed Mar 26, 2025 7:55 pm
- Forum: [4.x] Discussion
- Topic: phpbb 4
- Replies: 61
- Views: 757668
- Wed Jan 29, 2025 4:02 pm
- Forum: Chit Chat
- Topic: What are ya listening to?
- Replies: 27
- Views: 101388
Re: What are ya listening to?
The wife moaning.
- Fri May 05, 2023 11:47 pm
- Forum: Chit Chat
- Topic: What are ya listening to?
- Replies: 27
- Views: 101388
Re: What are ya listening to?
The wife moaning.
- Mon Oct 03, 2022 8:37 am
- Forum: [3.x] Discussion
- Topic: Will phpbb 3.3.9 be html valid ?
- Replies: 11
- Views: 128963
Re: Will phpbb 3.3.9 be html valid ?
I thought that self closing tags were depreciated in HTML5 and were only allowed for older browsers.
That's what i also thought but it seems code validation as taken a turn check any website they all now fail even this one :lol:
It seems the times have moved on but phpbb has stood still joomla ...
- Sun Oct 02, 2022 8:14 pm
- Forum: [3.x] Discussion
- Topic: Will phpbb 3.3.9 be html valid ?
- Replies: 11
- Views: 128963
Re: Will phpbb 3.3.9 be html valid ?
It's not a bug html has changed the way it works if you took the time to click the link in the first post or read the other link i posted your find it changed over night all sites now fail.
- Sun Oct 02, 2022 7:14 pm
- Forum: [3.x] Discussion
- Topic: Will phpbb 3.3.9 be html valid ?
- Replies: 11
- Views: 128963
Re: Will phpbb 3.3.9 be html valid ?
It's been reported here https://stackoverflow.com/questions/738 ... -documents
- Sun Oct 02, 2022 3:24 pm
- Forum: [3.x] Discussion
- Topic: Will phpbb 3.3.9 be html valid ?
- Replies: 11
- Views: 128963
Will phpbb 3.3.9 be html valid ?
Phpbb can no longer pass html validation see here https://validator.w3.org/nu/?showsource=yes&doc=https%3A%2F%2Fwww.phpbb.com%2Fcommunity%2F
<meta charset="UTF-8" />
is now
<meta charset="UTF-8" >
Phpbb is auto inserting the "/" some where in its code will this be removed at all ?
<meta charset="UTF-8" />
is now
<meta charset="UTF-8" >
Phpbb is auto inserting the "/" some where in its code will this be removed at all ?
- Tue Dec 14, 2021 4:24 pm
- Forum: [3.x] Style Development
- Topic: Ideas. Standard Style Improvements.
- Replies: 48
- Views: 245369
Re: Ideas. Standard Style Improvements.
limited and obsolete ?? Not obsolete and far from limited it can style via css also html changes and php changes with out touching a single core file wink
- Sat Dec 11, 2021 10:12 pm
- Forum: [3.x] Style Development
- Topic: Ideas. Standard Style Improvements.
- Replies: 48
- Views: 245369
Re: Ideas. Standard Style Improvements.
Old news there is an ext that does just this using prosilver no edits are made to any core file.
- Tue Jun 30, 2020 12:58 pm
- Forum: [4.x] Style Development
- Topic: Iconify
- Replies: 13
- Views: 73125
Re: phpBB 3.3.1-RC1 released
Ok so for icons i guess thats sorted live with it :lol: how about the view more smilies is there an sql that can be run to fix the issue ?
It's a syntax error in SQL query so not MySQL 8 specific. That's a blocker for 3.3.1 release I guess.
Here https://github.com/phpbb/phpbb/blob ...
It's a syntax error in SQL query so not MySQL 8 specific. That's a blocker for 3.3.1 release I guess.
Here https://github.com/phpbb/phpbb/blob ...