Page 1 of 1

Style phpBB Quantum Codex

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

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]));
Replace by

Code: Select all

cell.prepend($("<dfn>").css('display', 'none').text(headers[column]));
	 }
PS : Don't forget to refresh the cache to ACP panel

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.4
EDIT: 23/10/2023
Style version : 1.4.6

Code: Select all

Updatde phpbb 3.3.11
EDIT: 16/06/2024
Style version : 1.4.7

Code: Select all

Updatde phpbb 3.3.12
EDIT: 03/10/2024
Style version : 1.4.8

Code: Select all

Updatde phpbb 3.3.13
EDIT: 23/12/2024
Style version : 1.4.9

Code: Select all

Updatde phpbb 3.3.14
EDIT: 27/05/2025
Style version : 1.5.0

Code: Select all

Updatde phpbb 3.3.15
uodate style version : 1.6.3
What 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') }}
Files updated (25 conversions across 7 files):
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 ;)