Page 1 of 1

Style phpBB WildWest

Posted: 12 December 2021, 14:13
by Codex
Bonjour, Hello all ;)

Voici le style WildWest pour forum phpBB 3.2.x - 3.3.x Proteus
/!\ Last update / mise à jour 27/05/2025

Nom du style: WildWest
Version finale du style : 3.7.4
Couleurs du style : Marron, beige
Version phpBB : 3.3.11 and 3.3.x
Validation phpbb : Style validé phpBB.com le 05/02/2019
Contributions phpbb.com: FanFanLaTuFlippe
MD5 CheckSum : 620b69a1bba8eb95b8db6388967d05b0
Téléchargement WildWest / official : Download WildWest v3.6.3

--------------------------------------------------------------------------------------
Téléchargement PSD Images / WildWest : Download PSD images
--------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------
INFO : 14/01/2026

- Updated all HTML files to Twig.
- New images
- Optimization colours.css
- Style version : 3.7.0

--------------------------------------------------------------------------------------
Image infos :
To use new images, simply right-click on the image and select “save as”. Then replace the image to wildwest/theme/images folder.

Thank you and have a nice day ;)
--------------------------------------------------------------------------------------

EDIT: 23/10/2023
Style Version : 3.5.1

Code: Select all

- Update phpBB 3.3.11
EDIT: 16/06/2024
Style Version : 3.5.4

Code: Select all

- Update phpBB 3.3.12

EDIT: 10/10/2024
Style Version : 3.5.5

Code: Select all

- Update phpBB 3.3.13
EDIT: 14/11/2024
Style Version : 3.5.6

Code: Select all

Fix position in overall_footer, link jquery. Improved positioning of avatar image on home and responsive page

EDIT: 30/11/2024
style version 3.5.9 :

Code: Select all

Fix position for <div class="header-login"><img class="saloon" src="{T_THEME_PATH}/images/saloon-login.jpg" alt="" />
style version 3.6.0 :

Code: Select all

Fix display to ucp_pm_history.html, ucp_pm_viewmessage.html, posting_topic_review, viewtopic.html - Fix responsive display
style version 3.6.1 :

Code: Select all

Fix error with the “EXPAND VIEW” function. New images
style version 3.6.2 :

Code: Select all

New images : top header, saloon and footer image
and fix online image on topic message and PM message
style version 3.6.3 :

Code: Select all

Update phpBB 3.3.15
style version 3.7.4 :
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_TITLE }} → {{ lang('TITLE') }}
{{ L_SITE_HOME }} / {{ L_INDEX }} → {{ lang('SITE_HOME') }} / {{ lang('INDEX') }}
{{ L_WATCHED_FORUMS }}, {{ L_LAST_POST }}, etc. → {{ lang('...') }}
{{ LA_EXPAND_VIEW|e('js') }} → {{ lang('EXPAND_VIEW')|e('js') }}
{{ LA_WROTE|e('js') }} → {{ lang('WROTE')|e('js') }} (JS escaping preserved)
Files updated (78 conversions across 12 files) :
ucp_main_subscribed.html
ucp_pm_history.html
ucp_resend.html
posting_topic_review.html
posting_pm_layout.html
mcp_post.html
mcp_topic.html
navbar_header.html
navbar_footer.html
ucp_main_bookmarks.html
ucp_main_front.html
ucp_register.html

Thank you so much ;) and be HAPPY :)

Merci à bientôt ;)