<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://www.cmsmadesimple.fr/forum/extern.php?action=feed&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[CMS Made Simple Forum]]></title>
		<link>http://www.cmsmadesimple.fr/forum/index.php</link>
		<description><![CDATA[Les sujets les plus récents sur CMS Made Simple Forum.]]></description>
		<lastBuildDate>Sun, 05 Feb 2012 04:22:16 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[installation Template - Thème]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4030&amp;action=new</link>
			<description><![CDATA[<p>Bonjour<br />Je voulais utiliser le thème suivant :<br />Name : ReUpload of Orange CMSMS Theme<br />Date : 2009-06-21 12:47:31<br />Author : Xoplex</p><p>J’avais choisi ce thème pour son design mais aussi pour la possibilité de modifier les fichiers image dans le répertoire « Image » pour intégrer mon propre logo<br />J’ai aussi essayé le thème suivant (juste le fichier XML)<br />Name : Harley inspired theme<br />Date : 2010-04-11 17:19:17<br />Author : mw</p><p>Les erreurs ont même platé le site que j&#039;ai du réinstallé complètement</p><p>Je n’ai malheureusement pas noté les messages d’erreurs.</p><p>Comment puis-je avoir la procédure détaillé en français pour être sur de procéder correctement.</p><p>Pipo</p>]]></description>
			<author><![CDATA[dummy@example.com (PIPO972)]]></author>
			<pubDate>Sun, 05 Feb 2012 04:22:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4030&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Résolu:feuille de style plus prise en compte après MAJ 1.6.5 -> 1.10.3]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4029&amp;action=new</link>
			<description><![CDATA[<p><img src="http://www.cmsmadesimple.fr/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />&#160; Merci.<br />En plus maintenant je me souviens d&#039;avoir déjà eu ça il y a quelques temps.. Désolé et bon week-end sous la neige.</p>]]></description>
			<author><![CDATA[dummy@example.com (titi4644)]]></author>
			<pubDate>Sat, 04 Feb 2012 17:14:28 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4029&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[résolu]créer une page contact avec un formulaire]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4024&amp;action=new</link>
			<description><![CDATA[<p>honnêtement, j&#039;ai lu les aides, des tas de pages mais je pense ne pas être au niveau et il me manque des connaissances de base en cms et php pour réussir. Tans pis, je fais ce que je peux et j&#039;évite au max de déranger la communauté.</p><p>Bonne journée</p>]]></description>
			<author><![CDATA[dummy@example.com (yannick)]]></author>
			<pubDate>Sat, 04 Feb 2012 13:41:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4024&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Transformer son gabarit pour passer en HTML5]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4025&amp;action=new</link>
			<description><![CDATA[<p>Pour information et pour tester simplement et rapidement <br />- j&#039;ai pris le gabarit existant de CMScms&#160; Left simple navigation + 1 column<br />(les modifications du gabarit seront appliqué à la page Comment fonctionne CMS made simple)<br />- et l&#039;ai transformé en Left simple navigation + 1 column_html5</p><br /><div class="codebox"><pre><code>{process_pagedata}&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;fr&quot; lang=&quot;fr&quot;&gt;</code></pre></div><p>remplacer par <br /></p><div class="codebox"><pre><code>{process_pagedata}&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;fr&quot;&gt;
{* modif pour html5  remplacer le DOCTYPE html PUBLIC ... *}</code></pre></div><p>ensuite On remplace pour éviter de modifier les autre gabarits<br /></p><div class="codebox"><pre><code> {metadata}</code></pre></div><p>par<br /></p><div class="codebox"><pre><code> {*metadata  -&gt; On remplace pour éviter de modifier les autre gabarits*}
    &lt;meta charset=&quot;utf-8&quot;&gt;
	&lt;meta name=&quot;Generator&quot; content=&quot;CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved.&quot; /&gt;
	&lt;meta name=&quot;Author&quot; content=&quot;Moi&quot;&gt;
	&lt;meta name=&quot;Description&quot; content=&quot;c&#039;est mon site&quot;&gt;
	&lt;meta name=&quot;Keywords&quot; content=&quot;cmsms&quot;&gt;
	&lt;meta name=&quot;ROBOTS&quot; content=&quot;index, follow&quot;&gt;
	&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; &gt;</code></pre></div><p>c&#039;est tout</p><p><a href="http://jce.su3.fr/cms/how-cmsms-works.html">la page en test </a></p><p>bien sur cela ne profite pas des avancées HTML5 mais c&#039;est simple <img src="http://www.cmsmadesimple.fr/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (jce76350)]]></author>
			<pubDate>Sat, 04 Feb 2012 13:22:17 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4025&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[faire cohabiter deux modules utilisant Jquerytools]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4027&amp;action=new</link>
			<description><![CDATA[<p>Salut, j&#039;ai rencontré le même genre de problème pour faire fonctionner Showtime et Gallery sur la même page, car la bibliothèque jquery-1.4.2.min est chargée 2 fois (idem dans ton cas).</p><p>Le module Showtime dispose d&#039;une option &quot;Charger le script jQuery&quot; qui est activée par défaut, essaie de la décocher et cela devrait peut être régler ton soucis.</p>]]></description>
			<author><![CDATA[dummy@example.com (vincentj)]]></author>
			<pubDate>Sat, 04 Feb 2012 09:18:58 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4027&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[DecisionTree]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4009&amp;action=new</link>
			<description><![CDATA[<p>RE,<br />je l&#039;ai installé vite fait, Firebug indique une erreur dans le JS à la ligne 125.<br />Tu peux ajouter ça à ta déclaration de bug.</p>]]></description>
			<author><![CDATA[dummy@example.com (jissey)]]></author>
			<pubDate>Sat, 04 Feb 2012 09:15:27 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4009&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Future V 1.11]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=3991&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Bref j&#039;ai passé un message à Robert .... !</p></div></blockquote></div><p>Il a corrigé en partie le code mais il créé une autre erreur car il n&#039;y a plus de menus dans la partie site WEB<br />Ce soucis n&#039;est qu&#039;en PHP 5.2.x<br />j&#039;en déduis qu&#039;il fait des corrections sans tester complétement la validité du code modifié.</p>]]></description>
			<author><![CDATA[dummy@example.com (jce76350)]]></author>
			<pubDate>Fri, 03 Feb 2012 18:51:40 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=3991&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Module reCAPTCHA ?]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=3974&amp;action=new</link>
			<description><![CDATA[<p>Merci&#160; <img src="http://www.cmsmadesimple.fr/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (doudy)]]></author>
			<pubDate>Fri, 03 Feb 2012 18:17:40 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=3974&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Image zoomable]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4026&amp;action=new</link>
			<description><![CDATA[<p>Connaissant mon niveau en php, je vais plutot tenter d&#039;essayer en css... ca me parait plus raisonnable. <br />Si vous avez d&#039;autres sources je suis preneur...<br />MERci</p>]]></description>
			<author><![CDATA[dummy@example.com (berninoel42)]]></author>
			<pubDate>Fri, 03 Feb 2012 16:20:21 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4026&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[resolu]Configurer MicroTiny]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4028&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>#~~~~~ DEBUT BLOC A NE PAS SUPPRIMER ~~~~~<br />#~ Version du CMS: #1.10.3<br />#~ Url du site : <br />#~ Hébergeur / Soft : ovh<br />#~ Informations Système : <br />#~~~~~ FIN BLOC A NE PAS SUPPRIMER ~~~~~</p></div></blockquote></div><br /><br /><p>Comment configurer MicroTiny?</p><p>Mon souci c&#039;est qu&#039;il met la couleur grise du fond de mon site mais pas l&#039;image derrière le texte donc en gros je ne vois rien car c&#039;est écrit en orange/brun sur gris...</p><p>Finalement, pour cela utiliser : TinyMCE et c&#039;est tout</p>]]></description>
			<author><![CDATA[dummy@example.com (yannick)]]></author>
			<pubDate>Fri, 03 Feb 2012 16:17:47 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4028&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Info version PHP]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=3354&amp;action=new</link>
			<description><![CDATA[<p>Sortie de <a href="http://www.php.net/archive/2012.php#id2012-02-02-1">PHP 5.3.10</a>&#160; le 10/01/2012 <br /><strong>This release delivers a critical security fix.</strong> <br />Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830.</p><p>All users are strongly encouraged to upgrade to PHP 5.3.10.</p><p><a href="http://windows.php.net/download/">Binaries and sources Releases</a></p>]]></description>
			<author><![CDATA[dummy@example.com (jce76350)]]></author>
			<pubDate>Fri, 03 Feb 2012 08:12:25 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=3354&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Notification de nouveau message]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4018&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>J&#039;ai essayé {if $node-&gt;menutext == &#039;Infos adhérents&#039;} mais ça ne fonctionne pas...</p></div></blockquote></div><p>ça fonctionne parfaitement si le &quot;texte du menu&quot; est Infos adhérents...<br />Le problème est qu&#039;on ne sait pas si ta page info adhérents est parente, avec ou sans enfants ou si elle est enfant.<br />Voilà le gabarit left simple navigation + 1 col qui reprend tous les cas (sauf section header et separator) :</p><div class="codebox"><pre class="vscroll"><code>{* CSS classes used in this template:
.activeparent - The top level parent when a child is the active/current page
li.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.
.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.
li.sectionheader h3 - To style section header
li.separator - To style the ruler for the separator *} 

{assign var=&#039;number_of_levels&#039; value=10000}
{if isset($menuparams.number_of_levels)}
  {assign var=&#039;number_of_levels&#039; value=$menuparams.number_of_levels}
{/if}

{if $count &gt; 0}
&lt;ul&gt;
{foreach from=$nodelist item=node}
{if $node-&gt;depth &gt; $node-&gt;prevdepth}
{repeat string=&quot;&lt;ul&gt;&quot; times=$node-&gt;depth-$node-&gt;prevdepth}
{elseif $node-&gt;depth &lt; $node-&gt;prevdepth}
{repeat string=&quot;&lt;/li&gt;&lt;/ul&gt;&quot; times=$node-&gt;prevdepth-$node-&gt;depth}
&lt;/li&gt;
{elseif $node-&gt;index &gt; 0}&lt;/li&gt;
{/if}

{if $node-&gt;parent == true or $node-&gt;current == true}
  {assign var=&#039;classes&#039; value=&#039;menuactive&#039;}
  {if $node-&gt;parent == true}
    {assign var=&#039;classes&#039; value=&#039;menuactive menuparent&#039;}
  {/if}
  {if $node-&gt;children_exist == true and $node-&gt;depth &lt; $number_of_levels}
    {assign var=&#039;classes&#039; value=$classes|cat:&#039; parent&#039;}
  {/if}
{if $node-&gt;menutext == &#039;Infos adhérents&#039;}
  &lt;li class=&quot;{$classes}&quot;&gt;&lt;a class=&quot;{$classes}&quot; href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}{last_blog}&lt;/span&gt;&lt;/a&gt;
{else}
&lt;li class=&quot;{$classes}&quot;&gt;&lt;a class=&quot;{$classes}&quot; href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;
{/if}

{elseif $node-&gt;children_exist == true and $node-&gt;depth &lt; $number_of_levels and $node-&gt;type != &#039;sectionheader&#039; and $node-&gt;type != &#039;separator&#039;}
{if $node-&gt;menutext == &#039;Infos adhérents&#039;}
  &lt;li class=&quot;parent&quot;&gt;&lt;a class=&quot;parent&quot; href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}{last_blog}&lt;/span&gt;&lt;/a&gt;
{else}
&lt;li class=&quot;parent&quot;&gt;&lt;a class=&quot;parent&quot; href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;
{/if}
{elseif $node-&gt;current == true}
{if $node-&gt;menutext == &#039;Infos adhérents&#039;}
  &lt;li class=&quot;currentpage&quot;&gt;&lt;h3&gt;&lt;span&gt;{$node-&gt;menutext}{last_blog}&lt;/span&gt;&lt;/h3&gt;
{else}
&lt;li class=&quot;currentpage&quot;&gt;&lt;h3&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/h3&gt;
{/if}
{elseif $node-&gt;type == &#039;sectionheader&#039;}
&lt;li class=&quot;sectionheader&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;

{elseif $node-&gt;type == &#039;separator&#039;}
&lt;li class=&quot;separator&quot; style=&quot;list-style-type: none;&quot;&gt; &lt;hr /&gt;

{else}
{if $node-&gt;menutext == &#039;Infos adhérents&#039;}
  &lt;li&gt;&lt;a href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}{last_blog}&lt;/span&gt;&lt;/a&gt;
{else}
&lt;li&gt;&lt;a href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;
{/if}
{/if}

{/foreach}
{repeat string=&quot;&lt;/li&gt;&lt;/ul&gt;&quot; times=$node-&gt;depth-1}&lt;/li&gt;
&lt;/ul&gt;
{/if}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Jean le Chauve)]]></author>
			<pubDate>Thu, 02 Feb 2012 22:22:32 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4018&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Besoin d'orientation rapide pour réponse client]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4021&amp;action=new</link>
			<description><![CDATA[<p>test tout ça et dis nous si ça te convient <img src="http://www.cmsmadesimple.fr/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (bess)]]></author>
			<pubDate>Thu, 02 Feb 2012 19:04:38 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4021&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[resolu]souci de mise à jour]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4023&amp;action=new</link>
			<description><![CDATA[<p>extra ! tu dois en avoir mare de dire ce genre de choses basiques... pardon !</p>]]></description>
			<author><![CDATA[dummy@example.com (yannick)]]></author>
			<pubDate>Thu, 02 Feb 2012 16:49:55 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4023&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Mise à jour de TinyMCE en V 2.9.6]]></title>
			<link>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4020&amp;action=new</link>
			<description><![CDATA[<p>EXTRA! tout à fait ce que je cherchais. Grand merci jce</p>]]></description>
			<author><![CDATA[dummy@example.com (mled)]]></author>
			<pubDate>Thu, 02 Feb 2012 15:46:20 +0000</pubDate>
			<guid>http://www.cmsmadesimple.fr/forum/viewtopic.php?id=4020&amp;action=new</guid>
		</item>
	</channel>
</rss>

