<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:icbm="http://postneo.com/icbm/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:wfw="http://wellformedweb.org/CommentAPI/" >

<channel>
	<title>Week of 01/07/08</title>
	<link>http://www.yetanothercommunitysystem.com/category-721-week-of-01-07-08</link>
	<description></description>
	<language>fr</language>
	<copyright>2002-2008, Paxer Conseil</copyright>
	<managingEditor>bernard.paques@bigfoot.com</managingEditor>
	<webMaster>bernard.paques@bigfoot.com</webMaster>
	<icbm:latitude>40.32</icbm:latitude>
	<icbm:longitude>-111.68</icbm:longitude>
	<lastBuildDate>Wed, 09 Jul 2008 04:35:44 GMT</lastBuildDate>
	<generator>Yet Another Community System</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>59</ttl>

 <item>
		<title>Bonbon skin 1.2! Un skin compatible Yacs 8.4</title>
		<link>http://www.yetanothercommunitysystem.com/article-3774-bonbon-skin-1-2-un-skin-compatible-yacs-8-4</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3774-bonbon-skin-1-2-un-skin-compatible-yacs-8-4</guid>
		<description>Retours de bugs, mise à jours, adaptation ? Le forum de la communauté yacsienne est le meilleurs endroit pour en parler !</description>
		<dc:creator>ThierryP</dc:creator>
		<category>Web design</category>
		<pubDate>Sat, 07 Jun 2008 15:01:56 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3774-bonbon-skin-1-2-un-skin-compatible-yacs-8-4#comments</comments>
		<slash:comments>19</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3774</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3774</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3774</trackback:ping>
	</item>

 <item>
		<title>Affichage code yacs</title>
		<link>http://www.yetanothercommunitysystem.com/article-3768-affichage-code-yacs</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3768-affichage-code-yacs</guid>
		<description>Bonjour,

Je suis sous yacs 7.12 et j'ai un petit souci d'affichage des codes yacs.Quand je les utilise dans la partie introduction d'un article, ils s'affichent correctement quand on visualise l'article mais par contre ils ne marchent pas quand on affiche la liste des articles de cette catégorie ou sous-section.Comme un exemple vaut mieux que toutes les explications, jetez un coup d'oeil à :  les codes marchent ici  les mêmes codes ne marchent pas ici (les deux premiers articles de la liste)Si vous avez une explication, je suis preneur !</description>
		<dc:creator>Hardboiled</dc:creator>
		<category>Besoin d'aide</category>
		<pubDate>Mon, 12 May 2008 13:45:17 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3768-affichage-code-yacs#comments</comments>
		<slash:comments>4</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3768</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3768</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3768</trackback:ping>
	</item>

 <item>
		<title>afficher une page php dans un article ou une boîte</title>
		<link>http://www.yetanothercommunitysystem.com/article-3765-afficher-une-page-php-dans-un-article-ou-une-boite</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3765-afficher-une-page-php-dans-un-article-ou-une-boite</guid>
		<description> Besoin :     afficher sur toutes les pages la liste des membres en ligne  afficher un script de recherche 
   Pour la liste des membres en ligne :  J'ai identifié le code php dans users.php    &amp;lt;p&amp;gt;&amp;amp;#160;/**&amp;lt;br /&amp;gt;     * list present members&amp;lt;br /&amp;gt;     *&amp;lt;br /&amp;gt;     * The list is
    ordered by date of last click, and is limited to users&amp;lt;br /&amp;gt;     * that have
    clicked during the last 15 minutes.&amp;lt;br /&amp;gt;     *&amp;lt;br /&amp;gt;     * @param int the offset
    from the start of the list; usually, 0 or 1&amp;lt;br /&amp;gt;     * @param int the number
    of items to display&amp;lt;br /&amp;gt;     * @param string the list variant, if any&amp;lt;br /&amp;gt;    
    * @return NULL on error, else an ordered array with $url =&amp;amp;gt; ($prefix,
    $label, $suffix, $icon)&amp;lt;br /&amp;gt;     *&amp;lt;br /&amp;gt;     * @see users/index.php&amp;lt;br /&amp;gt;     */&amp;lt;br
    /&amp;gt;    function &amp;amp;amp;list_present($offset=0, $count=10,
    $variant=&amp;amp;#39;compact&amp;amp;#39;) {&amp;lt;br /&amp;gt;        global $context;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;        // limit the
    scope of the request&amp;lt;br /&amp;gt;        $where = &amp;amp;#34;users.active=&amp;amp;#39;Y&amp;amp;#39;&amp;amp;#34;;&amp;lt;br
    /&amp;gt;        if(Surfer::is_logged())&amp;lt;br /&amp;gt;            $where .= &amp;amp;#34; OR
    users.active=&amp;amp;#39;R&amp;amp;#39;&amp;amp;#34;;&amp;lt;br /&amp;gt;        if(Surfer::is_associate())&amp;lt;br
    /&amp;gt;            $where .= &amp;amp;#34; OR users.active=&amp;amp;#39;N&amp;amp;#39;&amp;amp;#34;;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;        // present
    means &amp;amp;#39;a click not too long in the past&amp;amp;#39;&amp;lt;br /&amp;gt;        $threshold =
    gmstrftime(&amp;amp;#39;%Y-%m-%d %H:%M:%S&amp;amp;#39;, time()-15*60);&amp;lt;br /&amp;gt;        $where =
    &amp;amp;#34;(&amp;amp;#34;.$where.&amp;amp;#34;) AND (click_date &amp;amp;gt;
    &amp;amp;#39;&amp;amp;#34;.$threshold.&amp;amp;#34;&amp;amp;#39;)&amp;amp;#34;;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;        // the list of users&amp;lt;br
    /&amp;gt;        $query = &amp;amp;#34;SELECT * FROM
    &amp;amp;#34;.SQL::table_name(&amp;amp;#39;users&amp;amp;#39;).&amp;amp;#34; AS users&amp;amp;#34;&amp;lt;br /&amp;gt;            .&amp;amp;#34;
    WHERE &amp;amp;#34;.$where&amp;lt;br /&amp;gt;            .&amp;amp;#34; ORDER BY users.click_date DESC,
    users.nick_name LIMIT &amp;amp;#34;.$offset.&amp;amp;#39;,&amp;amp;#39;.$count;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;        $output
    =&amp;amp;amp; Users::list_selected(SQL::query($query, FALSE,
    $context[&amp;amp;#39;users_connection&amp;amp;#39;]), $variant);&amp;lt;br /&amp;gt;        return $output;&amp;lt;br
    /&amp;gt;    }&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;amp;#160;&amp;lt;/p&amp;gt;

 
   ... more » </description>
		<dc:creator>Macnana</dc:creator>
		<category>Besoin d'aide</category>
		<pubDate>Sun, 11 May 2008 21:28:11 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3765-afficher-une-page-php-dans-un-article-ou-une-boite#comments</comments>
		<slash:comments>2</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3765</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3765</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3765</trackback:ping>
	</item>

 <item>
		<title>Pas de possibilité d'envoyer un commentaire  </title>
		<link>http://www.yetanothercommunitysystem.com/article-3759-pas-de-possibilite-d-envoyer-un-commentaire</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3759-pas-de-possibilite-d-envoyer-un-commentaire</guid>
		<description>Quand on clique sur envoyer, il donne l'apperçu</description>
		<dc:creator>Macnana</dc:creator>
		<category>Soupçons de bogues</category>
		<pubDate>Sun, 11 May 2008 21:22:26 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3759-pas-de-possibilite-d-envoyer-un-commentaire#comments</comments>
		<slash:comments>7</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3759</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3759</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3759</trackback:ping>
	</item>

 <item>
		<title>Comment intégrer un objet Flash ?</title>
		<link>http://www.yetanothercommunitysystem.com/article-3767-how-to-invoke-flash</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3767-how-to-invoke-flash</guid>
		<description>Tout d'abord, créez une page toute simple, avec un titre, et éventuellement un peu de texte pour présenter l'animation Flash.

Puis attachez le fichier Flash (avec un extension  .swf ) à cette page. Il doit apparaitre dans la liste des fichiers en bas de page.

Avec la souris, survolez le nom du fichier pour relever son identifiant. Ainsi, le fichier posté en bas de page affiche ' [flash=724] ', et son identifiant est donc 724. Ce numéro figure également dans l'adresse de chargement du fichier, sur la ligne de statut en bas de ... more » </description>
		<dc:creator>Bernard</dc:creator>
		<category>Les différents outils de création de contenu</category>
		<pubDate>Tue, 18 Mar 2008 23:23:10 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3767-how-to-invoke-flash#comments</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3767</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3767</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3767</trackback:ping>
	</item>

 <item>
		<title>Bug fixed in categories for assigned sections</title>
		<link>http://www.yetanothercommunitysystem.com/article-3763-bug-fixed-in-categories-for-assigned-sections</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3763-bug-fixed-in-categories-for-assigned-sections</guid>
		<description>YACS 7.12 does not take sections assignments to editors during the construction of categorized articles</description>
		<dc:creator>Bernard</dc:creator>
		<category>Development blog</category>
		<pubDate>Sun, 17 Feb 2008 21:23:21 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3763-bug-fixed-in-categories-for-assigned-sections#comments</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3763</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3763</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3763</trackback:ping>
	</item>

 <item>
		<title>Une galerie photo animée, à partir de la 8.1 -- Bonne année !</title>
		<link>http://www.yetanothercommunitysystem.com/article-3752-une-galerie-photo-animee-a-partir-de-la-8-1-bonne-annee</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3752-une-galerie-photo-animee-a-partir-de-la-8-1-bonne-annee</guid>
		<description>Si vous connaissez lightbox ou équivalent, vous savez de quoi je parle. AJAX a changé les règles du jeu sur les galeries de photos en ligne, et le nouveau standard est d'avoir un système fluide et professionnel, animé à l'écran.

A partir de la version 8.1, YACS intégrera une telle chose en standard, et il suffira de télécharger ses photos comme avant. La nouveauté, c'est la prise en charge de la visualisation, comme montré à l'adresse suivante :

Les 70 ans de Pafois au Sénégal

Le script AJAX dé ... more » </description>
		<dc:creator>Bernard</dc:creator>
		<category>Machine à café</category>
		<pubDate>Sun, 10 Feb 2008 22:11:27 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3752-une-galerie-photo-animee-a-partir-de-la-8-1-bonne-annee#comments</comments>
		<slash:comments>16</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3752</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3752</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3752</trackback:ping>
	</item>

 <item>
		<title>Style joomla</title>
		<link>http://www.yetanothercommunitysystem.com/article-3760-style-joomla</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3760-style-joomla</guid>
		<description>Utilisez les templates Joomla dans Yacs !</description>
		<dc:creator>Tof</dc:creator>
		<category>Skin factory</category>
		<pubDate>Wed, 06 Feb 2008 01:31:43 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3760-style-joomla#comments</comments>
		<slash:comments>6</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3760</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3760</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3760</trackback:ping>
	</item>

 <item>
		<title>Tabs not working  </title>
		<link>http://www.yetanothercommunitysystem.com/article-3753-tabs-not-working-yacs-7-12</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3753-tabs-not-working-yacs-7-12</guid>
		<description>Fresh install of YACS 7.12.

Tabs in the control panel and user profile are not linked to anything.

Example of resulting URL:
&quot;http://www.yetanothercommunitysystem.com/control/#&quot;

</description>
		<dc:creator>comcredo</dc:creator>
		<category>Bug tracker</category>
		<pubDate>Mon, 28 Jan 2008 14:48:31 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3753-tabs-not-working-yacs-7-12#comments</comments>
		<slash:comments>8</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3753</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3753</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3753</trackback:ping>
	</item>

 <item>
		<title>A lightbox-like photo gallery in AJAX</title>
		<link>http://www.yetanothercommunitysystem.com/article-3751-a-lightbox-like-photo-gallery-in-ajax</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3751-a-lightbox-like-photo-gallery-in-ajax</guid>
		<description>Many content management systems have external plugins to manage photo shows. In YACS, this will be native, starting with version 8.1</description>
		<dc:creator>Bernard</dc:creator>
		<category>Development blog</category>
		<pubDate>Sun, 13 Jan 2008 21:01:19 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3751-a-lightbox-like-photo-gallery-in-ajax#comments</comments>
		<slash:comments>1</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3751</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3751</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3751</trackback:ping>
	</item>

 <item>
		<title>Stop trackback spammers</title>
		<link>http://www.yetanothercommunitysystem.com/article-3772-stop-trackback-spammers</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3772-stop-trackback-spammers</guid>
		<description>Based on a suggestion from NickR, the trackback back-end has been enhanced with additional tests.

Anonymous users referencing their site have now a random captcha to fill in appropriately.

A trackback request is also rejected by YACS if it does not come from server hosting the source page</description>
		<dc:creator>Bernard</dc:creator>
		<category>Development blog</category>
		<pubDate>Fri, 11 Jan 2008 23:25:59 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3772-stop-trackback-spammers#comments</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3772</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3772</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3772</trackback:ping>
	</item>

 <item>
		<title>Working offline</title>
		<link>http://www.yetanothercommunitysystem.com/article-3771-working-offline</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3771-working-offline</guid>
		<description>Is there a other option than xammp to work with yacs offline, this is due to the phpAdmin options.
With xammp problems uploading large db.

Gino</description>
		<dc:creator>Netscype</dc:creator>
		<category>Post your requirements here</category>
		<pubDate>Fri, 11 Jan 2008 22:04:30 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3771-working-offline#comments</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3771</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3771</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3771</trackback:ping>
	</item>

 <item>
		<title>Review and Ratings</title>
		<link>http://www.yetanothercommunitysystem.com/article-3762-review-and-ratings</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3762-review-and-ratings</guid>
		<description>Looking for a 5 star ratings and review module - is this something that can be implemented with Yacs?</description>
		<dc:creator>lexscriptac</dc:creator>
		<category>Post your requirements here</category>
		<pubDate>Thu, 10 Jan 2008 22:14:37 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3762-review-and-ratings#comments</comments>
		<slash:comments>1</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3762</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3762</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3762</trackback:ping>
	</item>

 <item>
		<title>pb ouverture de menu</title>
		<link>http://www.yetanothercommunitysystem.com/article-3761-pb-ouverture-de-menu</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3761-pb-ouverture-de-menu</guid>
		<description>style dérivé de grigloo
modif ds le css et template ok
version 7.12</description>
		<dc:creator>dguerin</dc:creator>
		<category>Besoin d'aide</category>
		<pubDate>Tue, 08 Jan 2008 21:59:41 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3761-pb-ouverture-de-menu#comments</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3761</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3761</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3761</trackback:ping>
	</item>

 <item>
		<title>Quoi de neuf depuis Chonas ?</title>
		<link>http://www.yetanothercommunitysystem.com/article-3754-quoi-de-neuf-depuis-chonas</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3754-quoi-de-neuf-depuis-chonas</guid>
		<description>Le début de l'année est propice au point d'étape. Alors, qu'est-ce qui a changé depuis trois mois ?</description>
		<dc:creator>Bernard</dc:creator>
		<category>Bernard's blog</category>
		<pubDate>Mon, 07 Jan 2008 21:20:06 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3754-quoi-de-neuf-depuis-chonas#comments</comments>
		<slash:comments>0</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3754</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3754</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3754</trackback:ping>
	</item>

</channel>
</rss>