Voici le style Quantum Codex phpBB 3.3.x Proteus
Nom du style: Quantum Codex
Version finale: 1.6.3
Couleurs du style: Bleu, gris
Version phpBB: 3.2.9 and 3.3.x.x Proteus
Contributions phpbb.com: FanFanLaTuFlippe
Validation phpbb: Style validé phpBB.com le 23/12/2018
MD5 CheckSum: b3ab38d7eb14bc654f12d0b7484be2bd
*** This version is updated to phpbb 3.3.15 Proteus, and validated by phpbb.com
Téléchargement Quantum Codex: Download Quantum Codex v1.5.0
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/!\ INFO BUG : 27/05/2025
Hello all,
I've just noticed a small error in the forum_fn.js file located in the “template” folder.
Solution :
Open forum_fn.js
Line 778, find
Code: Select all
cell.prepend($("<dfn>").css('display', 'none').text(headers[column]));Code: Select all
cell.prepend($("<dfn>").css('display', 'none').text(headers[column]));
}Thank you and I apologize for the inconvenience.
Thank you and have a nice day
Patrice
--------------------------------------------------------------------------------------------------------------------------------------------------------------
EDIT: 04/05/2021
Code: Select all
Updatde phpbb 3.3.4Style version : 1.4.6
Code: Select all
Updatde phpbb 3.3.11Style version : 1.4.7
Code: Select all
Updatde phpbb 3.3.12Style version : 1.4.8
Code: Select all
Updatde phpbb 3.3.13Style version : 1.4.9
Code: Select all
Updatde phpbb 3.3.14Style version : 1.5.0
Code: Select all
Updatde phpbb 3.3.15What was changed
All occurrences of the deprecated {{ L_* }} and {{ LA_* }} template syntax have been converted to the correct Twig lang() function syntax. In the double-brace form these variables are undefined in the Twig context and render as empty strings — using lang() resolves the language keys correctly:
Code: Select all
{{ L_SITE_HOME }} → {{ lang('SITE_HOME') }}
{{ L_INDEX }} → {{ lang('INDEX') }}
{{ L_REG_COND }} → {{ lang('REG_COND') }}
{{ LA_EXPAND_VIEW|e('js') }} → {{ lang('EXPAND_VIEW')|e('js') }}
{{ LA_FONT_COLOR }} → {{ lang('FONT_COLOR')|e('js') }} (JS escaping preserved)
{{ LA_WROTE|e('js') }} → {{ lang('WROTE')|e('js') }}overall_header.html
mcp_post.html
mcp_topic.html
posting_buttons.html
posting_topic_review.html
ucp_pm_history.html
ucp_register.html
Tank you much and have a great day
Merci
