Page 1 of 1

Style phpBB BlackBoard

Posted: 12 December 2021, 14:15
by Codex
Bonjour,

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

Nom du style: BlackBoard
Version finale du style: 3.6.0
Couleurs du style: gris foncé, rouge
Version phpBB: 3.3.x Proteus
Contributions phpbb.com: FanFanLaTuFlippe
Validation phpbb: Validé le 13/05/2019
CheckSum SHA1: 194ef9fafed573491d0dd4270c5e7051</span><br />
T&Eacute;L&Eacute;CHARGER/DOWNLOAD: <span class="arrow-right">&#9658;</s

Téléchargement : Download style BlackBoard v3.4.7

Styles Support : Style BlackBoard Support

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

* * * How to change icon on link social club

/!\ Google+ stops on April 2, 2019

Open BlackBoard/template/index_body.html file (lines 84 to 96 and Find)

Code: Select all

<li class="hvr-sweep-to-top"><a href="#" title="Google+"><i class="fa fa-google-plus-square fs28"></i></a></li>
Replace by your choice, example for" Linkedin". Find your icon on fontawesome.com and copy "fa fa-linkedin-square" and paste like below, and change title="Linkedin".

Code: Select all

<li class="hvr-sweep-to-top"><a href="#" title="Linkedin"><i class="fa fa-linkedin-square fs28"></i></a></li>
///////////////=========================------------------------------------------========================\\\\\\\\\\\\\\\\\\\
============================================================================================================

EDIT: 23/10/2023

Code: Select all

- Update for phpBB 3.3.11
EDIT: 16/06/2024

Code: Select all

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

Code: Select all

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

Code: Select all

- Update for phpBB 3.3.14
Update style version : 3.6.0
- 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 ;)