Search found 199 matches
- Sun Nov 24, 2024 8:01 pm
- Forum: [4.x] Style Development
- Topic: HiDPI smilies for phpBB
- Replies: 18
- Views: 89291
Re: HiDPI smilies for phpBB
FYI, these are active now on this board.
- Sat Oct 26, 2024 3:41 pm
- Forum: [4.x] Style Development
- Topic: HiDPI smilies for phpBB
- Replies: 18
- Views: 89291
Re: HiDPI smilies for phpBB
It is currently not planned to backport this to 3.3.x.
- Wed Oct 23, 2024 8:06 pm
- Forum: [4.x] Style Development
- Topic: HiDPI smilies for phpBB
- Replies: 18
- Views: 89291
Re: HiDPI smilies for phpBB
Thanks, I have created a PR to incorporate these:
https://github.com/phpbb/phpbb/pull/6740
I have opted to just go for the SVG version and have also removed the use of twemoji now that we no longer want to support IE.
https://github.com/phpbb/phpbb/pull/6740
I have opted to just go for the SVG version and have also removed the use of twemoji now that we no longer want to support IE.
- Tue Oct 22, 2024 6:31 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.14-RC1 released
- Replies: 4
- Views: 434
phpBB 3.3.14-RC1 released
Release highlights
Notable Improvements
Distinct disabled and not installed extensions in ACP: PHPBB-17359
Support force reparsing BBCodes via CLI: PHPBB-17402
Notable Bugfixes
AJAX error on deleting cookies: PHPBB-17398
Passing E_USER_ERROR to trigger_error in PHP 8.4: PHPBB ...
Notable Improvements
Distinct disabled and not installed extensions in ACP: PHPBB-17359
Support force reparsing BBCodes via CLI: PHPBB-17402
Notable Bugfixes
AJAX error on deleting cookies: PHPBB-17398
Passing E_USER_ERROR to trigger_error in PHP 8.4: PHPBB ...
- Tue Aug 06, 2024 7:35 pm
- Forum: [3.x] Discussion
- Topic: cache flush ultra slow query - index optimization fix
- Replies: 2
- Views: 406
Re: cache flush ultra slow query - index optimization fix
Thanks for bringing this up and looking into the issue. We'll have a look and will check on whether this can be integrated. As you might know, we typically don't aim at only MySQL and will also have to evaluate the effect on other DBMS types.
- Mon Aug 05, 2024 6:22 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.13-RC1 released
- Replies: 14
- Views: 1303
phpBB 3.3.13-RC1 - Event changes
Event changes
PHP Events
None
Template Events
ucp_group_settings_after
Prosilver Placement: ucp_groups_manage.html
Added in Release: 3.3.13-RC1
Explanation: Add content after options for managing a group in the UCP
ucp_group_settings_before
Prosilver Placement: ucp_groups ...
PHP Events
None
Template Events
ucp_group_settings_after
Prosilver Placement: ucp_groups_manage.html
Added in Release: 3.3.13-RC1
Explanation: Add content after options for managing a group in the UCP
ucp_group_settings_before
Prosilver Placement: ucp_groups ...
- Mon Aug 05, 2024 6:21 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.13-RC1 released
- Replies: 14
- Views: 1303
phpBB 3.3.13-RC1 released
Release highlights
Notable Improvements
Delete Users by ID via console: PHPBB-17347
Gravatar Avatar URL Update: PHPBB-17355
Enhanced PM Recipient Removal: PHPBB-17317
Better Error Handling in PHP 8: PHPBB-17356
Notable Bugfixes
User lastvisit update frequency: PHPBB-17375 ...
Notable Improvements
Delete Users by ID via console: PHPBB-17347
Gravatar Avatar URL Update: PHPBB-17355
Enhanced PM Recipient Removal: PHPBB-17317
Better Error Handling in PHP 8: PHPBB-17356
Notable Bugfixes
User lastvisit update frequency: PHPBB-17375 ...
- Sat May 18, 2024 6:24 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.12-RC1 released
- Replies: 8
- Views: 1099
Re: phpBB 3.3.12-RC1 released
No, there was no change there and it's only shown as a helper to find the correct section by the diff. The only change is changing this:
to this:
Code: Select all
.group-description ul {
{
list-style-position: inside;
}
Code: Select all
.group-description ol, .group-description ul {
list-style-position: inside;
}
- Mon May 13, 2024 6:16 pm
- Forum: Testing subforum
- Topic: Announcement Test
- Replies: 5
- Views: 42322
- Sun May 12, 2024 7:13 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.3.12-RC1 released
- Replies: 8
- Views: 1099
phpBB 3.3.12-RC1 released Event changes
Event changes
PHP Events
None
Template Events
ucp_footer_content_after
Prosilver Placement: ucp_footer.html
Added in Release: 3.3.12-RC1
Explanation: Add optional elements after tab panels content in UCP
ucp_header_content_before
Prosilver Placement: ucp_header.html
Added in ...
PHP Events
None
Template Events
ucp_footer_content_after
Prosilver Placement: ucp_footer.html
Added in Release: 3.3.12-RC1
Explanation: Add optional elements after tab panels content in UCP
ucp_header_content_before
Prosilver Placement: ucp_header.html
Added in ...