<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Sun, 03 May 2026 15:53:17 +0200 -->
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FAQ - PHPBoost CMS : Thèmes]]></title>
		<atom:link href="https://www.phpboost.com/syndication/rss/faq/10" rel="self" type="application/rss+xml"/>
		<link>https://www.phpboost.com</link>
		<description><![CDATA[FAQ - PHPBoost CMS : Thèmes]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[Mettre une image de fond sur son site]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question124</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question124</guid>
                <description><![CDATA[<div class="indent"> Vous voulez mettre une image de fond sur votre site mais vous ne savez pas comment faire ?<br />
<br />
Prenons le thème Underline pour exemple:<br />
<br />
     ouvrez le dossier templates/underline/theme et éditez le fichier design.css<br />
     recherchez la partie qui concerne le body :<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;">body <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">min-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000000</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/body.jpg</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">fixed</span> <span style="color: #000000; font-weight: bold;">top</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#555555</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.3em</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"Trebuchet MS"</span><span style="color: #00AA00;">,</span> Verdana<span style="color: #00AA00;">,</span> <span style="color: #ff0000;">'Bitstream Vera Sans'</span><span style="color: #00AA00;">,</span> Times<span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br />
C'est la propriété 'background' qui va nous permettre de définir une couleur et/ou une image en arrière plan.<br />
<br />
<span class="message-helper bgc warning"> Le dossier images se trouve dans le dossier du thème défini dans la configuration générale du site (templates/{VOTRETHEME}/theme/images)</span> Une image de fond d'écran peut être répétée ou non, voyons ensemble comment procéder:<br />
<br />
Pour répéter l'image horizontalement il vous faudra ajouter <strong>repeat-x</strong> derrière l'adresse de l'image <strong>url(image/global.png) </strong><br />
Au contraire si c'est pour la répéter verticalement ce sera plutôt : <strong>repeat-y</strong><br />
Pour ne pas la répéter et la centrer : <strong>no-repeat center</strong><br />
Pour la répéter horizontalement et verticalement :<strong> repeat</strong><br />
Pour la répéter, la centrer et qu'elle reste fixe par rapport au navigateur : <strong>no-repeat center fixed</strong><br />
<br />
Il vous faudra aussi adapter la couleur de l'arrière plan car si votre image ne fait que 1024 pixels de large, alors qu'un visiteur possède un écran de 26" avec une résolution plus élevée, il verra la couleur attribuée autour de l'image.</div>]]></description>
                <pubDate>Tue, 04 Aug 2009 09:06:52 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Peut-on mettre plusieurs thèmes à la disposition des utilisateurs ?]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question117</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question117</guid>
                <description><![CDATA[<div class="indent">OUI, vous pouvez installer plusieurs thèmes, les membres pourront alors choisir leur propre thème par le biais de l'édition de leur profil (l'administrateur aussi).<br />
<br />
 Vous pouvez bien sûr choisir  le thème par défaut pour les visiteurs dans administration / configuration générale.<br />
</div>]]></description>
                <pubDate>Thu, 24 Apr 2008 11:42:34 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Comment installer un thème ?]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question116</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question116</guid>
                <description><![CDATA[C'est très simple, lisez <a class="offload" href="https://www.phpboost.com/wiki/gestion-des-themes#ajouter-un-theme"> cet article </a> qui vous expliquera en détail comment installer un thème sur votre site.]]></description>
                <pubDate>Thu, 24 Apr 2008 11:41:52 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Comment personnaliser complètement son thème pour tous les modules ?]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question105</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question105</guid>
                <description><![CDATA[Il suffit de copier le répertoire templates des modules dans le répertoire de votre thème, le renommer par le nom du module et ceux-ci seront automatiquement chargés à la place des templates par défaut (qui sont dans chaque répertoire module à la racine).<br />
Ensuite vous pouvez tout changer directement dans votre thème.<br />
<br />
C'est une méthode très flexible et qui permet d'alléger énormément la création de thème en donnant la possibilité à ceux qui veulent pousser leur thème de tout modifier.]]></description>
                <pubDate>Thu, 20 Mar 2008 13:04:40 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Comment modifier la largeur d'un menu ?]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question95</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question95</guid>
                <description><![CDATA[La taille des colonnes et du conteneur principal sont ajustables dans le fichier <em>design.css</em> selon le thème que vous utilisez:<br />
<br />
Ouvrez le fichier dans le dossier /templates/nom_du_theme/theme/design.css<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: #a1a100;">@media (min-width: 769px) {</span>
    div<span style="color: #cc00cc;">#global</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">min-height</span><span style="color: #00AA00;">:</span> 100vh<span style="color: #00AA00;">;</span>
        flex-direction<span style="color: #00AA00;">:</span> row<span style="color: #00AA00;">;</span>
        -ms-flex-direction<span style="color: #00AA00;">:</span> row<span style="color: #00AA00;">;</span>
        -webkit-flex-direction<span style="color: #00AA00;">:</span> row<span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    aside<span style="color: #cc00cc;">#menu-left</span><span style="color: #00AA00;">,</span>
    aside<span style="color: #cc00cc;">#menu-right</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;">200px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br />
Modifiez par exemple le width: 200px; par width: 220px; de la classe menu-left et menu-right pour augmenter la zone de 20px.<br />
<br />
- Vous pouvez aussi définir le menu gauche et le menu droit de manière indépendante :<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;">aside<span style="color: #cc00cc;">#menu-left</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;">100px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
aside<span style="color: #cc00cc;">#menu-right</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;">300px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span></pre></pre></div></div>]]></description>
                <pubDate>Mon, 17 Mar 2008 20:14:42 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Comment créer un thème fixe à x pixels de largeur ?]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question94</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question94</guid>
                <description><![CDATA[Il va falloir éditer le fichier design.css de votre thème.<br />
<br />
exemple pour le thème underline: /templates/underline/theme/design.css<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;">body<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span> 
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #3333ff;">:Verdana</span><span style="color: #00AA00;">,</span>Arial<span style="color: #00AA00;">,</span>Helvetica<span style="color: #00AA00;">,</span><span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#2E3B5F</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br />
<br />
Il va falloir modifier :<br />
<ul class="formatter-ul">
<li class="formatter-li">width:1000px;  ==> à ajouter et mettre la taille souhaitée (attention: si vous mettez plus de 1000px les utilisateurs qui sont en 1024x768 et moins auront des problèmes d'affichage) .
</li><li class="formatter-li">margin:0; ==> à supprimer
</li><li class="formatter-li">padding:0; ==> à supprimer<br />
</li></ul>]]></description>
                <pubDate>Sun, 16 Mar 2008 17:26:04 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Comment modifier le nom de son thème et celui de son réalisateur ?]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question91</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question91</guid>
                <description><![CDATA[Une fois que vous avez terminé votre thème, donnez lui un nom et déclarez-vous comme créateur du thème.<br />
<br />
Pour cela éditez les fichiers :<br />
<br />
<ul class="formatter-ul">
<li class="formatter-li">lang/english/desc.ini
</li><li class="formatter-li">lang/french/desc.ini<br />
</li></ul><br />
et modifiez les champs de ce fichier.<br />
<br />
Si vous modifiez le nom du thème, il est préférable de renommer aussi le nom du répertoire du thème.]]></description>
                <pubDate>Sat, 15 Mar 2008 07:54:10 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Comment modifier la couleur des membres en ligne connectés ?]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question68</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question68</guid>
                <description><![CDATA[Il va faloir éditer le fichier  <em>/templates/nom_de_votre_theme/theme/global.css</em> à la ligne 26 environ et modifier les valeurs des 'color'<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: #808080; font-style: italic;">/* --- Couleur des liens --- */</span>
a<span style="color: #6666ff;">.admin</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;">#C2029C</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
a<span style="color: #6666ff;">.modo</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;">#3DD7FF</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
a<span style="color: #6666ff;">.member</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;">#5485B9</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br />
<br />
Simple, mais efficace !]]></description>
                <pubDate>Tue, 04 Mar 2008 16:23:30 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Comment changer la bannière ?]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question66</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question66</guid>
                <description><![CDATA[<h4 class="formatter-title">Version V3 et plus ... :</h4><br />
 Il suffit de créer votre bannière, puis de la renommer <strong>header.jpg </strong>et la transférer dans le répertoire :"<strong> ../templates/nom_de_votre_theme/theme/images/</strong>".<br />
<br />
Sinon créez votre bannière, donnez lui le nom que vous souhaitez, transférez-la dans <strong>../templates/nom_de_votre_theme/theme/images/</strong>, puis éditez le fichier<strong> ../templates/nom_de_votre_theme/theme/design.css</strong>  à la ligne 34 (<em>Thème Base</em>) et au lieu de "<strong>header.jpg</strong>" mettez le nom de votre image.<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;">&nbsp;
<span style="color: #808080; font-style: italic;">/* -- En-tete de page - Header -- */</span>
<span style="color: #808080; font-style: italic;">/* ------------------------------ */</span>
header<span style="color: #cc00cc;">#header</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#366393</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/header.jpg</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">fixed</span> <span style="color: #000000; font-weight: bold;">top</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
à remplacer par exemple par<span style="color: #00AA00;">:</span> 
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/nom_de_votre_image.jpg</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">fixed</span> <span style="color: #000000; font-weight: bold;">top</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div>]]></description>
                <pubDate>Tue, 04 Mar 2008 16:21:13 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Je veux faire mon propre thème je commence par où ?]]></title>
                <link>https://www.phpboost.com/faq/10-themes/#question61</link>
                <guid>https://www.phpboost.com/faq/10-themes/#question61</guid>
                <description><![CDATA[Voir la documentation pour <a class="offload" href="https://www.phpboost.com/wiki/creer-un-theme"> créer un thème </a>]]></description>
                <pubDate>Mon, 03 Mar 2008 22:41:52 +0100</pubDate>
                
            </item>
		
	</channel>
</rss>
