Topic

Style Blackboard Max

Forum: Styles BlackBoard, ChesterBlue, Earth, ForgeBoard, Quantum Codex, WildWest · Moderators: cabot, Quantum

Styles BlackBoard, ChesterBlue, Earth, ForgeBoard, Quantum Codex, WildWest
User avatar
Codex
Administrateur
Administrateur
Posts: 60
Joined: 12 December 2021, 13:33

Style Blackboard Max

Post by Codex »

Bonjour,

Voici le style BlackBoard Max pour forum phpbb 3.3.x Proteus
/!\ Last Update / mise à jour 27/05/2025

Nom du style: BlackBoard Max
Version finale du style : 1.2.7
Couleurs du style : gris foncé, rouge
Version phpBB : 3.3.x Proteus
Taille écran : Plein écran / full screen
Contributions phpbb.com : FanFanLaTuFlippe
Validation phpbb : Validé le 13/05/2019
CheckSum SHA1 : e8da217c9c0d540dd71f780766f40d3d
Téléchargement BlackBoard-Max : Download BlackBoard-Max v1.1.0

Styles Support : Style BlackBoard Support

==========================================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

EDIT: 23/10/2023
version : 1.0.3

Code: Select all

- Update for phpBB 3.3.11
EDIT: 24/12/2023
version : 1.0.5

Code: Select all

- fix image statut online memberlist_view - change image logo
EDIT: 16/06/2024
version : 1.0.6

Code: Select all

- Update for phpBB 3.3.12
EDIT: 10/10/2024
version : 1.0.8

Code: Select all

- Update for phpBB 3.3.13
EDIT: 23/12/2024
version : 1.0.9

Code: Select all

- Update for phpBB 3.3.14
EDIT: 27/05/2025
version : 1.1.0

Code: Select all

- Update for phpBB 3.3.15
Update style version : 1.2.7
- Update for phpBB 3.3.17
All occurrences of the deprecated {{ L_* }} and {{ LA_* }} template syntax have been converted to the correct Twig lang() function syntax across the entire template/ folder :

Code: Select all

{{ L_MANAGE_GROUP }} → {{ lang('MANAGE_GROUP') }}
{{ L_AJAX_ERROR_TITLE }} → {{ lang('AJAX_ERROR_TITLE') }}
{{ LA_EXPAND_VIEW|e('js') }} → {{ lang('EXPAND_VIEW')|e('js') }}
{{ LA_WROTE }} → {{ lang('WROTE')|e('js') }} (JS escaping preserved)
Thank you, merci ;)