<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Wed, 29 Apr 2026 04:39:25 +0200 -->
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Wiki]]></title>
		<atom:link href="https://www.phpboost.com/syndication/rss/wiki/4" rel="self" type="application/rss+xml"/>
		<link>https://www.phpboost.com</link>
		<description><![CDATA[Derniers articles de la catégorie IV. Design et interface]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[Installer un thème]]></title>
                <link>https://www.phpboost.com/wiki/installer-un-theme</link>
                <guid>https://www.phpboost.com/wiki/installer-un-theme</guid>
                <description><![CDATA[<div id="" class="page-path" style=""><br />
<ul class="formatter-ul">
<li class="formatter-li">Panneau d'administration
</li><li class="formatter-li">Administration
</li><li class="formatter-li">Thèmes
</li><li class="formatter-li">Ajouter<br />
</li></ul><br />
</div><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-via-ftp">Via ftp</h2><br />

<ul class="formatter-ul">
    <li class="formatter-li">Télécharger le thème sur PHPBoost.com
    </li><li class="formatter-li">Décompresser l'archive
    </li><li class="formatter-li">Envoyer le dossier du thème à la racine du dossier <pre style="display:inline;">templates</pre> du site
    </li><li class="formatter-li">Accéder à l'<pre style="display:inline;">ajout des thèmes</pre> sur le site
    </li><li class="formatter-li">Le thème apparait dans la liste des <pre style="display:inline;">thèmes disponibles</pre>
        </li><li class="formatter-li">Cliquer sur le bouton <pre style="display:inline;">Installer</pre> de la fiche du thème<br />
</li></ul><br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-via-l-interface-d-ajout-de-themes">Via l'interface d'ajout de thèmes</h2><br />

<ul class="formatter-ul">
    <li class="formatter-li">Télécharger le thème sur PHPBoost.com
    </li><li class="formatter-li">Accéder à l'<pre style="display:inline;">ajout des thèmes</pre> sur le site
    </li><li class="formatter-li">Glisser/déposer l'archive dans l'interface <pre style="display:inline;">Uploader un thème</pre>
    </li><li class="formatter-li">Cliquer sur le bouton <pre style="display:inline;">Valider</pre><br />
</li></ul><br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-configuration-du-site-apres-installation-du-theme">Configuration du site après installation du thème</h2><br />

<div id="" class="page-path" style=""><br />
<ul class="formatter-ul">
<li class="formatter-li">Panneau d'administration
</li><li class="formatter-li">Administration
</li><li class="formatter-li">Thèmes
</li><li class="formatter-li">Gestion<br />
</li></ul><br />
</div><br />
<br />
Pour que le nouveau thème soit pris en compte pour tous les utilisateurs non connecté, il faut le basculer en <pre style="display:inline;">Thème par défaut</pre> depuis le menu <pre style="display:inline;">Actions</pre> du thème.<br />
<br />
Pour que le nouveau thème soit pris en compte pour tous les membres connectés, 2 choix sont possibles<br />
<ul class="formatter-ul">
    <li class="formatter-li">vous voulez forcer le thème pour tous et il faut désactiver les autres thèmes depuis leur menu <pre style="display:inline;">Actions</pre>
    </li><li class="formatter-li">vous voulez laisser libre choix à vos membres et il faut leur communiquer qu'un nouveau thème est accessible dans leur profil<br />
</li></ul>]]></description>
                <pubDate>Tue, 14 Feb 2023 06:56:44 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Remplacer les icones FA par des images]]></title>
                <link>https://www.phpboost.com/wiki/remplacer-les-icones-fa-par-des-images</link>
                <guid>https://www.phpboost.com/wiki/remplacer-les-icones-fa-par-des-images</guid>
                <description><![CDATA[<h2 class="formatter-title wiki-paragraph-2" id="paragraph-introduction">Introduction</h2><br />
<br />
Depuis la version 4.0 de PHPBoost, nous avons choisis de remplacer les icônes .jpg / .png / .gif par la police d&#8217;icônes <a class="offload" href="https://fortawesome.github.io/Font-Awesome/">Font Awesome</a>.<br />
<br />
Font Awesome fournit des icônes évolutifs vectoriels qui peuvent très facilement être personnalisés. Toutes les propriétés classiques CSS peuvent être utilisées sur Font-Awesome (la taille, la couleur, l'ombre portée, etc...)<br />
<br />
Les avantages sont notamment les suivants : <ul class="formatter-ul">
<li class="formatter-li"> Avec un seul fichier, 605 icônes sont disponibles. (gain en taille, nombre de fichiers)
</li><li class="formatter-li"> Avec un seul fichier, tous les icônes sont étirables à l'infini. (gain en taille, nombre de fichiers)
</li><li class="formatter-li"> Très léger et pas de soucis de compatibilité car Font Awesome ne demande aucune surcouche supplémentaire (pas de Javascript).
</li><li class="formatter-li"> L'aspect graphique est géré par des propriété CSS. (modifications très simples)</li></ul><br />
Malgré les nombreux avantages, il est possible que certaines personnes souhaitent conserver des images particulières dans certains cas. Nous allons voir dans les paragraphes qui suivent que la modification reste très simple et vous permet avec une grande simplicité d'adapter les icônes à votre guise.<br />
<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-l-utilisation-des-icones-font-awesome">L'utilisation des icônes Font-Awesome</h2><br />
<br />
Afin d'afficher un icône Font-Awesome, nous utilisons la balise <pre style="display:inline;"><span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_i.asp"><span style="color: #000000; font-weight: bold;">i</span></a>></span></pre> et les classes CSS <pre style="display:inline;">.fa</pre>.<br />
<br />
Cela nous donne par exemple l&#8217;icône <i class="fa fa-fort-awesome" aria-hidden="true"></i> avec le code <pre style="display:inline;"><span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_i.asp"><span style="color: #000000; font-weight: bold;">i</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"fab fa-fort-awesome"</span>><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_i.asp"><span style="color: #000000; font-weight: bold;">i</span></a>></span></pre><br />
<br />
Comme pour une police classique, la classe <pre style="display:inline;">.fa-fort-awesome</pre>, nous permet de définir quel icône nous souhaitons afficher.<br />
<br />
Si on regarde le fichier <em>font-awesome.css</em>, nous constatons que la classe <pre style="display:inline;">.fa-fort-awesome</pre> possède la propriété suivante :<br />
<br />
<pre style="display:inline;"><span style="color: #6666ff;">.fa-fort-awesome</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"/f286"</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre>.<br />
<br />
Le code "/f286" permet de cibler le bon icône dans le fichier de police de caractères.<br />
<br />
Pour cela, il faut forcement définir que toutes les classes <pre style="display:inline;"><span style="color: #6666ff;">.fa</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.fab</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.fas</span><span style="color: #00AA00;">,</span> .far</pre> utilisent la police.<br />
<br />
C'est pourquoi dans le fichier <em>font-awesome.css</em>, nous trouvons : <pre style="display:inline;"><span style="color: #6666ff;">.fa</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">:</span> FontAwesome<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre><br />
<br />
<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-remplacement-de-l-icone-fa-par-une-image">Remplacement de l'icône FA par une image</h2><br />
<br />
D'habitude pour ajouter une image, nous utilisons la balise <pre style="display:inline; font-color:courier new;"><span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_img.asp"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"mon_image.jpg"</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"mon_image"</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"mon_image"</span> <span style="color: #66cc66;">/</span>></span></pre><br />
<br />
Vu que nous utilisons les balises <pre style="display:inline; font-color:courier new;"><span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_i.asp"><span style="color: #000000; font-weight: bold;">i</span></a>></span></pre> pour Font Awesome, l'affichage d'une image, n'utilisera pas la balise <pre style="display:inline; font-color:courier new;"><span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_img.asp"><span style="color: #000000; font-weight: bold;">img</span></a>></span></pre>, mais nous utiliserons le code FontAwesome avec l'image en <pre style="display:inline;"><span style="color: #000000; font-weight: bold;">background</span></pre>.<br />
<br />
Plusieurs cas s'offre à nous :<br />
<br />
<ul class="formatter-ul">
    <li class="formatter-li">Remplacer certains icônes FA par une image classique
    </li><li class="formatter-li">Remplacer tous les icônes FA par une image classique</li></ul><br />
<br />
<span class="message-helper bgc warning">Nous rappelons d'abord qu'il ne faut jamais travailler sur les fichiers du dossier <em>/{MODULE}/templates/</em> présents à la racine de votre site, mais toujours dans le répertoire de son thème <em>/templates/{THEME}/modules/{MODULE}/</em> !</span><br />
<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-remplacer-certains-icones-fa-par-une-image-classique">Remplacer certains icônes FA par une image classique</h3><br />
<br />
Pour la modification, seul des modifications CSS sont à prévoir. Nous allons prendre le cas de l&#8217;icône <pre style="display:inline;">.fa-remove</pre> qui affiche la croix suivante <!-- START HTML -->
<i class="fa fa-remove"></i>
<!-- END HTML --><br />
<br />
La classe <pre style="display:inline;">.fa</pre> déclare la police, vu que l'on utilisera un background, il n'y a pas lieu de la modifier.<br />
<br />
La classe <pre style="display:inline;"><span style="color: #6666ff;">.fa-remove</span><span style="color: #00AA00;">:</span>before</pre> déclare le caractère que l'on souhaite utiliser <pre style="display:inline;"><span style="color: #6666ff;">.fa-remove</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"/f00d"</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre>, il est nécessaire de l'annuler pour ne pas afficher l&#8217;icône FA.<br />
<br />
Vu que l'on ne souhaite pas remplacer tous les icônes, il est important de cibler la modification.<br />
<br />
SI par exemple, vous souhaitez faire la modification uniquement dans le module shoutbox, il nécessaire de faire la modification dans le fichier CSS du module shoutbox et utilisez l'identifiant unique du module <pre style="display:inline;"><span style="color: #cc00cc;">#module-mini-shoutbox</span></pre>.<br />
<br />
Pour supprimer notre icône uniquement dans la shoutbox, il est nécessaire d'ajouter dans le fichier <em>shoutbox_mini.css</em> la ligne :<br />
<br />
<pre style="display:inline;"><span style="color: #cc00cc;">#module-mini-shoutbox</span> <span style="color: #6666ff;">.fa-remove</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">""</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre><br />
<br />
Il faut maintenant ajouter l'appel à l'image de votre choix en utilisant un <pre style="display:inline;"><span style="color: #000000; font-weight: bold;">background</span></pre> sur la classe <pre style="display:inline;">.fa-remove</pre><br />
<br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#module-mini-shoutbox</span> <span style="color: #6666ff;">.fa-remove</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>/templates/<span style="color: #00AA00;">&#123;</span>THEME<span style="color: #00AA00;">&#125;</span>/theme/images/mon_image.jpg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">content</span> <span style="color: #00AA00;">:</span> <span style="color: #ff0000;">" "</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div> Bien sûr, nous définissons la taille de l'image et ajoutons <pre style="display:inline;"><span style="color: #000000; font-weight: bold;">content</span> <span style="color: #00AA00;">:</span> <span style="color: #ff0000;">" "</span><span style="color: #00AA00;">;</span></pre> pour forcer l'affichage de l&#8217;élément malgré le contenu vide.<br />
<br />
Dans le cas où l&#8217;icône FA serait sur une balise <pre style="display:inline;"><span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_a.asp"><span style="color: #000000; font-weight: bold;">a</span></a>></span></pre>, il faudra plutôt mettre le <pre style="display:inline;"><span style="color: #000000; font-weight: bold;">background</span></pre> sur la pseudo-classe before :<br />
<br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#module-mini-shoutbox</span> <span style="color: #6666ff;">.fa-remove</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>/templates/<span style="color: #00AA00;">&#123;</span>THEME<span style="color: #00AA00;">&#125;</span>/theme/images/mon_image.jpg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">content</span> <span style="color: #00AA00;">:</span> <span style="color: #ff0000;">" "</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div>Il sera peut-être nécessaire d'ajuster les marges en fonction des éléments.<br />
<br />
L'opération est à reconduire pour chaque image que vous souhaitez remplacer.<br />
<br />
<br />
<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-remplacer-tous-les-icones-fa-par-une-image-classique">Remplacer tous les icônes FA par une image classique</h3><br />
<br />
Dans ce cas, si vous ne souhaitez pas du tout utiliser les icônes FA, vous pouvez supprimer les fichiers <em>font-awesome</em> et les appels afin de gagner un peu de place.<br />
<br />
Vous n'avez alors plus besoin de cibler le module et les modifications peuvent être faite dans le fichier <em>global.css</em>.<br />
<br />
Pour gagner quelques ligne de code, vous pouvez appliquer les modifications génériques sur la classes <pre style="display:inline;">.fa</pre> :<br />
<br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.fa</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">content</span> <span style="color: #00AA00;">:</span> <span style="color: #ff0000;">" "</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br />
<br />
il ne reste que l'image à définir pour chaque icône. <pre style="display:inline;"><span style="color: #6666ff;">.fa-remove</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>/templates/<span style="color: #00AA00;">&#123;</span>THEME<span style="color: #00AA00;">&#125;</span>/theme/images/mon_image.jpg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre><br />
<br />
Le reste du travail sera sensiblement identique à un remplacement partiel.<br />
<br />
<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-exemple-des-icones-d-annonce-dans-le-forum">Exemple des icônes d'annonce dans le forum</h2><br />
<br />
Dans le paragraphe ci-dessous, nous allons voir comment modifier le code existant pour afficher des images à la place des icônes FA pour le statut des forums.<br />
<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-preparation-des-fichiers">Préparation des fichiers</h3><br />
<br />
<ul class="formatter-ul"><li class="formatter-li">Vérifiez dans votre dossier <em>/templates/{THEME}/modules/</em> que le dossier forum existe : <ul class="formatter-ul">
<li class="formatter-li"> Si le dossier existe, il faudra ajouter dans le sous-répertoire <em>/templates/{THEME}/modules/forum/images/</em> vos images <em>mon-image.png ; mon-image.jpg ; mon-image.gif ; etc.</em> (créez le répertoire <em>/templates/{THEME}/modules/forum/images/</em> si besoin).
</li><li class="formatter-li"> Si le dossier n'existe pas, créez le dossier <em>/templates/{THEME}/modules/forum/</em> et dedans créez le dossier <em>/templates/{THEME}/modules/forum/images/</em> pour y stocker vos images.</li></ul>
</li><li class="formatter-li">Récupérez le fichier <em>forum.css</em> présent dans le module <em>/forum/templates/forum.css</em> à la racine du site et "copiez" le dans le dossier de votre thème <em>/templates/{THEME}/modules/forum/</em>.
</li><li class="formatter-li">Éditez le fichier css <em>/templates/{THEME}/modules/forum/forum.css</em></li></ul><br />
<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-modification-du-fichier-forum-css">Modification du fichier forum.css</h3><br />
<br />
A partir de la ligne 625 en v5.0 ou ligne 643 en v5.1, vous devriez trouver les déclarations des icônes FA avec le code suivant :<br />
<br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.fa-announce</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.fa-announce-new</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"<span style="color: #000099; font-weight: bold;">\f075</span>"</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.fa-announce-hot</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.fa-announce-new-hot</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"<span style="color: #000099; font-weight: bold;">\f086</span>"</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.fa-announce-lock</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.fa-announce-new-lock</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"<span style="color: #000099; font-weight: bold;">\f023</span>"</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.fa-announce-post</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.fa-announce-new-post</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"<span style="color: #000099; font-weight: bold;">\f071</span>"</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.fa-announce-top</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.fa-announce-new-top</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"<span style="color: #000099; font-weight: bold;">\f06a</span>"</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.fa-announce</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.fa-announce-hot</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#D1D2D4</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.fa-announce-new</span><span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.fa-announce-new-hot</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#676A74</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br />
<br />
Pour chaque élément, vous pouvez remplacer la déclaration FA par une déclaration avec l'url de votre image.<table class="table formatter-table">
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Icone FA</td>
        <td class="formatter-table-col" style="text-align: left;"><pre style="display:inline;"><span style="color: #6666ff;">.fa-icone</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"<span style="color: #000099; font-weight: bold;">\f007</span>"</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">Image</td>
        <td class="formatter-table-col" style="text-align: left;"><pre style="display:inline;"><span style="color: #6666ff;">.fa-icone</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'images/mon-image.png'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></td>
    </tr>
</table><br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-conclusion">Conclusion</h2><br />
<br />
Finalement, comme nous avons pu le voir au travers des paragraphes précédents, les modifications sont assez simples. Le nombre de ligne de code ajouté dépendra du nombre d'images modifiées.<br />
<br />
<span class="message-helper bgc warning">Attention à l'URL des images qui dépendra de votre configuration.</span>]]></description>
                <pubDate>Sat, 25 Jan 2020 11:47:34 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[IV. Design et interface]]></title>
                <link>https://www.phpboost.com/wiki/design-et-interface</link>
                <guid>https://www.phpboost.com/wiki/design-et-interface</guid>
                <description><![CDATA[Design et interface]]></description>
                <pubDate>Fri, 24 Aug 2012 17:26:58 +0200</pubDate>
                
            </item>
		
	</channel>
</rss>
