1/ Envoyez cette archive dans le dossier /style de votre forum
2/ Extraire l'archive
Après l'extraction vous aurez un dossier nommé style_perso, renommez le du nom de votre propre style
À l'intérieur de ce dossier se trouve, 2 dossiers et 1 fichier :
- template
- theme
- style.cfg
Le fichier style.cfg
Ouvrir ce fichier afin de le modifier.
En l'état il ressemble à ceci :
Code: Tout sélectionner
#
# phpBB Style Configuration File
#
# This file is part of the phpBB Forum Software package.
#
# @copyright (c) phpBB Limited <https://www.phpbb.com>
# @license GNU General Public License, version 2 (GPL-2.0)
#
# For full copyright and license information, please see
# the docs/CREDITS.txt file.
#
# At the left is the name, please do not change this
# At the right the value is entered
#
# Values get trimmed, if you want to add a space in front or at the end of
# the value, then enclose the value with single or double quotes.
# Single and double quotes do not need to be escaped.
#
#
# General Information about this style
name = style perso
copyright = © votre nom ici
style_version = 1.0.8
phpbb_version = 3.2.8
# Defining a different template bitfield
# template_bitfield = //g=
# Parent style
# Set value to empty or to this style's name if this style does not have a parent style
parent = prosilver
Code: Tout sélectionner
# General Information about this style
name = style perso
copyright = © votre nom ici
style_version = 1.0.8
phpbb_version = 3.2.8
copyright = © votre nom ici remplacez votre nom ici par votre nom, ou autre
style_version = 1.0.8 remplacez 1.0.8 par la version de votre style
phpbb_version = 3.2.8 c'est la version de votre forum (ex 3.2.8 - 3.2.9 - 3.3.0)
Enregistrez et fermez
Le dossier thème
Ce dossier, entre autre, contient la CSS de votre style, le fichier est style_perso.css. Pour l'instant il n'y a aucun code
Renommer style_perso par le nom de votre style (ce sera la CSS de votre thème)
Le dossier templates
Il va falloir apporter une modification aux 2 templates overall_header.html et simple_header.html
1/ Le template overall_header.html
Code: Tout sélectionner
<link href="{T_THEME_PATH}/style_perso.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
Enregistrez et fermez
2/ Le template simple_header.html
Code: Tout sélectionner
<link href="{T_THEME_PATH}/style_perso.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
Enregistrez et fermez
Après les modifications il ne reste plus qu'à installer le style personnalisé sur le forum.
Bonne personnalisation...