This page highlights important changes in phpBB 3.3.3.
Improvements
Notable Changes
- Update to Composer 2 [8]
- Use Github Actions as CI [9]
Notable Bugfixes
- SQL error on empty data in numbers profile field [10]
- Dropdowns not working in mobile view [11]
Event changes
PHP Events (Hook Locations)
Identifier |
Placement |
Arguments |
Added in Release |
Explanation
|
core.acp_board_config_emoji_enabled |
includes/acp/acp_board.php |
config_name_ary |
3.3.3-RC1 |
Event to manage the array of emoji-enabled configurations
|
core.mcp_delete_topic_modify_hidden_fields |
includes/mcp/mcp_main.php |
forum_id, l_confirm, only_shadow, only_softdeleted, s_hidden_fields, topic_ids |
3.3.3-RC1 |
This event allows you to modify the hidden form fields when deleting topics
|
core.mcp_delete_topic_modify_permissions |
includes/mcp/mcp_main.php |
action, check_permission, forum_id, is_soft, soft_delete_reason, topic_ids |
3.3.3-RC1 |
This event allows you to modify the current user's checked permissions when deleting a topic
|
core.mcp_modify_permissions |
mcp.php |
allow_user, forum_id, quickmod, topic_id, user_quickmod_actions |
3.3.3-RC1 |
Allow modification of the permissions to access the mcp file
|
core.posting_modify_bbcode_status |
posting.php |
bbcode_status, flash_status, img_status, quote_status, smilies_status, url_status |
3.3.3-RC1 |
Event to override message BBCode status indications
|
core.ucp_pm_compose_modify_bbcode_status |
includes/ucp/ucp_pm_compose.php |
bbcode_status, flash_status, img_status, smilies_status, url_status |
3.3.3-RC1 |
Event to override private message BBCode status indications
|
Template Events
Identifier |
Prosilver Placement (If applicable) |
Added in Release |
Explanation
|
ucp_pm_viewmessage_author_full_after |
ucp_pm_viewmessage.html |
3.3.3-RC1 |
Add content right after the message author when viewing a private message
|
ucp_pm_viewmessage_author_full_before |
ucp_pm_viewmessage.html |
3.3.3-RC1 |
Add content right before the message author when viewing a private message
|
ACP Template Events
Identifier |
Placement |
Added in Release |
Explanation
|