<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Sat, 13 Jun 2026 09:18:00 +0200 -->
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Derniers sujets du forum Créations de Modules]]></title>
		<atom:link href="https://www.phpboost.com/syndication/rss/forum/22/" rel="self" type="application/rss+xml"/>
		<link>https://www.phpboost.com</link>
		<description><![CDATA[Derniers sujets du forum]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[conversion]]></title>
                <link>https://www.phpboost.com/forum/topic-18281-conversion.php#m169790</link>
                <guid>https://www.phpboost.com/forum/topic-18281-conversion.php#m169790</guid>
                <description><![CDATA[Salut, le TJM en portage est souvent mal compris au départ. Entre charges, frais de gestion et cotisations, le net final est toujours bien inférieur au chiffre facturé. Le plus important est justement d&#8217;anticiper ça dès le calcul du TJM pour éviter les mauvaises surprises.<br />]]></description>
                <pubDate>Mon, 08 Jun 2026 20:25:58 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Cloudflare Turnstile]]></title>
                <link>https://www.phpboost.com/forum/topic-18295-cloudflare-turnstile.php#m169782</link>
                <guid>https://www.phpboost.com/forum/topic-18295-cloudflare-turnstile.php#m169782</guid>
                <description><![CDATA[Bonjour,<br />
<br />
L'idée est intéressante. Cloudflare Turnstile est une alternative moderne qui a l'avantage d'être moins intrusive pour les utilisateurs tout en limitant efficacement le spam. Je pense que cela pourrait intéresser pas mal d'administrateurs de sites sous PHPBoost.<br />]]></description>
                <pubDate>Thu, 04 Jun 2026 15:05:56 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Debug LightspeedtoOdoo]]></title>
                <link>https://www.phpboost.com/forum/topic-18276-debug-lightspeedtoodoo.php#m169597</link>
                <guid>https://www.phpboost.com/forum/topic-18276-debug-lightspeedtoodoo.php#m169597</guid>
                <description><![CDATA[Dans ton tpl<br />
<div class="formatter-container formatter-code code-TPL"><span class="formatter-title">Code TPL : </span><div class="formatter-content"><pre class="html" style="font-family:monospace;"><span style="color: #808080; font-style: italic;"><!-- BEGIN mappings --></span>
        <span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_tr.asp"><span style="color: #000000; font-weight: bold;">tr</span></a>></span>
            <span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span><span style="color:#7F3300;">{</span><span style="color:#8F5211;">mappings.</span><span style="color:#FF6600; font-weight: bold;">ID</span><span style="color:#7F3300;">}</span><span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span>
            <span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span><span style="color:#7F3300;">{</span><span style="color:#8F5211;">mappings.</span><span style="color:#FF6600; font-weight: bold;">NAME</span><span style="color:#7F3300;">}</span><span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span>
            <span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span>
                <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 style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"<span style="color:#7F3300;">{</span><span style="color:#8F5211;">mappings.</span><span style="color:#FF6600; font-weight: bold;">EDIT_URL</span><span style="color:#7F3300;">}</span>"</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"button"</span>></span><span style="color:#7F3300;">{</span><span style="color:#8F5211;">mappings.</span><span style="color:#FF6600; font-weight: bold;">L_EDIT</span><span style="color:#7F3300;">}</span><span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_a.asp"><span style="color: #000000; font-weight: bold;">a</span></a>></span>
            <span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span>
        <span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_tr.asp"><span style="color: #000000; font-weight: bold;">tr</span></a>></span>
        <span style="color: #808080; font-style: italic;"><!-- END mappings --></span></pre></div></div><br />
<br />
il te manque l'initialisation de la boucle<br />
<div class="formatter-container formatter-code code-TPL"><span class="formatter-title">Code TPL : </span><div class="formatter-content"><pre class="html" style="font-family:monospace;"><span style="color: #808080; font-style: italic;"><!-- BEGIN mappings --></span>
<span style="color:#9915AF; font-weight: bold;">#</span> <span style="color:#000066; font-weight: bold;">START</span> <span style="color:#8F5211;"></span><span style="color:#FF6600; font-weight: bold;">mappings</span> <span style="color:#9915AF; font-weight: bold;">#</span>
        <span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_tr.asp"><span style="color: #000000; font-weight: bold;">tr</span></a>></span>
            <span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span><span style="color:#7F3300;">{</span><span style="color:#8F5211;">mappings.</span><span style="color:#FF6600; font-weight: bold;">ID</span><span style="color:#7F3300;">}</span><span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span>
            <span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span><span style="color:#7F3300;">{</span><span style="color:#8F5211;">mappings.</span><span style="color:#FF6600; font-weight: bold;">NAME</span><span style="color:#7F3300;">}</span><span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span>
            <span style="color: #009900;"><<a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span>
                <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 style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"<span style="color:#7F3300;">{</span><span style="color:#8F5211;">mappings.</span><span style="color:#FF6600; font-weight: bold;">EDIT_URL</span><span style="color:#7F3300;">}</span>"</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"button"</span>></span><span style="color:#7F3300;">{</span><span style="color:#8F5211;">mappings.</span><span style="color:#FF6600; font-weight: bold;">L_EDIT</span><span style="color:#7F3300;">}</span><span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_a.asp"><span style="color: #000000; font-weight: bold;">a</span></a>></span>
            <span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_td.asp"><span style="color: #000000; font-weight: bold;">td</span></a>></span>
        <span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="https://www.w3schools.com/tags/tag_tr.asp"><span style="color: #000000; font-weight: bold;">tr</span></a>></span>
<span style="color:#9915AF; font-weight: bold;">#</span> <span style="color:#000066; font-weight: bold;">END</span> <span style="color:#8F5211;"></span><span style="color:#FF6600; font-weight: bold;">mappings</span> <span style="color:#9915AF; font-weight: bold;">#</span>
        <span style="color: #808080; font-style: italic;"><!-- END mappings --></span></pre></div></div>]]></description>
                <pubDate>Sat, 19 Jul 2025 19:17:13 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[[V6] Notification]]></title>
                <link>https://www.phpboost.com/forum/topic-17989-3-v6-notification.php#m169565</link>
                <guid>https://www.phpboost.com/forum/topic-17989-3-v6-notification.php#m169565</guid>
                <description><![CDATA[Il devait être intégré, mais bon...]]></description>
                <pubDate>Fri, 16 May 2025 08:11:08 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Carnet adresse]]></title>
                <link>https://www.phpboost.com/forum/topic-17760-carnet-adresse.php#m169563</link>
                <guid>https://www.phpboost.com/forum/topic-17760-carnet-adresse.php#m169563</guid>
                <description><![CDATA[Salut ,<br />
Oui, c&#8217;est tout à fait possible de créer un module Carnet d'adresses avec les champs que tu souhaites (Nom, Prénom, Adresse1, Adresse2, CP, Ville, Province, Pays) et la possibilité d'afficher certains champs selon les groupes, comme sur le formulaire "Contact". Si tu cherches un peu d&#8217;inspiration, [url= <a class="offload" href="https://charlestech.fr/category/tests-high-tech/]">https://charlestech.fr/category/tests-high-tech/]</a><span style="color:#333333;">charlestech</span>[/url] peut aussi donner quelques idées sur les outils à utiliser.<br />
N'hésite pas si tu as besoin d&#8217;un coup de main pour te lancer,<br />
et merci beaucoup pour ton soutien à l&#8217;association !]]></description>
                <pubDate>Mon, 12 May 2025 12:26:16 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[[Demande rémunéré] Module blog pour les membres]]></title>
                <link>https://www.phpboost.com/forum/topic-18244-demande-remunere-module-blog-pour-les-membres.php#m169468</link>
                <guid>https://www.phpboost.com/forum/topic-18244-demande-remunere-module-blog-pour-les-membres.php#m169468</guid>
                <description><![CDATA[Bonsoir,<br />
Mille merci, trop cool ;)]]></description>
                <pubDate>Wed, 22 Jan 2025 22:47:11 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[[COUNTDOWN] minimodule]]></title>
                <link>https://www.phpboost.com/forum/topic-16493-countdown-minimodule.php#m162940</link>
                <guid>https://www.phpboost.com/forum/topic-16493-countdown-minimodule.php#m162940</guid>
                <description><![CDATA[Bonjour,<br />
<br />
Ce module est téléchargeable, comme la plupart (voire tous), dans la catégorie de téléchargement de la version de PHPBoost concernée.<br />
<br />
Olivier.]]></description>
                <pubDate>Tue, 26 Mar 2024 08:50:00 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[[LASTCOMS] Derniers commentaires]]></title>
                <link>https://www.phpboost.com/forum/topic-16532-lastcoms-derniers-commentaires.php#m155345</link>
                <guid>https://www.phpboost.com/forum/topic-16532-lastcoms-derniers-commentaires.php#m155345</guid>
                <description><![CDATA[<img src="https://www.phpboost.com/images/smileys/top.png" alt=":top" class="smiley" />]]></description>
                <pubDate>Tue, 26 Mar 2024 08:46:50 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Erreur lors de la duplication d'un module]]></title>
                <link>https://www.phpboost.com/forum/topic-18157-erreur-lors-de-la-duplication-d-un-module.php#m168982</link>
                <guid>https://www.phpboost.com/forum/topic-18157-erreur-lors-de-la-duplication-d-un-module.php#m168982</guid>
                <description><![CDATA[<blockquote class="formatter-container formatter-blockquote"><span class="formatter-title title-perso">babsolune :</span><div class="formatter-content">Aïe, le nouveau système de module (j'ai pas encore tout compris)<br />
<br />
<a class="offload" href="https://dev.pyljr.com/reviews/">j'ai testé</a> et j'ai eu le même problème.<br />
En désinstallant/réinstallant le module, le problème a disparu.<br />
<br />
Pendant les tests, j'ai remarqué que la table item (PREFIX_reviews) ne se créait pas à la première install</div></blockquote><br />
<br />
Merci, effectivement, je viens de tester en désinstallant sans supprimer les fichiers et ça semble corriger l'erreur.<br />
Je vais faire le tour du module afin de vérifier sa fonctionnalité<br />
<br />
<span style="text-decoration: underline;"><strong>EDIT :</strong></span> Je crains aussi que ça engendre des erreurs lors de la maj 5.2 > 6.1  <img src="https://www.phpboost.com/images/smileys/straight.png" alt=":|" class="smiley" />]]></description>
                <pubDate>Fri, 20 Oct 2023 06:58:51 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[[Tutoriel] Recevoir l'activité du site sur Discord]]></title>
                <link>https://www.phpboost.com/forum/topic-17908-tutoriel-recevoir-l-activite-du-site-sur-discord.php#m168529</link>
                <guid>https://www.phpboost.com/forum/topic-17908-tutoriel-recevoir-l-activite-du-site-sur-discord.php#m168529</guid>
                <description><![CDATA[Bonjour Myster,<br />
<br />
Serait-il possible d'avoir la même chose pour le module calendar?<br />
<br />
J'ai essayé de mon coté mais je n'y arrive pas.<br />
<br />
Merci à toi.]]></description>
                <pubDate>Wed, 29 Mar 2023 14:35:16 +0200</pubDate>
                
            </item>
		
	</channel>
</rss>
