Bonjour,
constaté sur la version Beta 4
J'ai essayé d'afficher un exemple de code en PHP ou en XML dans un article et à l'arrivé la moitié du code est bouffé.
Je m'explique :
Je crée un contenu à partir du type de contenu "Article" que l'on trouve par défaut dans Flexicontent.
J'insère un exemple de code XML ou PHP dans mon article.
Je sauvegarde et je regarde dans le front-end le résultat : Correct.
Je reviens sur mon article pour le modifier et là la moitié du code exemple est bouffé,je regarde le code html de l'article et effectivement on ne retrouve pas le code du départ.
Voici le code de départ de la page de mon article :
Code:
<p><?xml version="1.0" encoding="UTF-8"?><br /><!DOCTYPE xbel<br /> PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML"<br /> "http://www.python.org/topics/xml/dtds/xbel-1.0.dtd"><br /><br /><xbel version="1.0"><br /> <br /> <title>bookmtest</title><br /> <desc></desc><br /> <br /> <bookmark href="javascript:void(win=window.open('http://192.168.170.100:9673/test/Members/test/bookmarkfolder.2005-10-15.4455058621/bookmark_view?a=' + encodeURIComponent(location.href) + '&amp;t=' + document.title + '#add'))"<br /> id="AddBookmark"><br /> <title>Ajouter un lien</title><br /> </bookmark><br /><br /> <br /> <br /> <bookmark id="lnk_192-168-170-100-9673-test-Members-test-b225"<br /> href="http://192.168.170.100:9673/test/Members/test/bookmarkfolder.2005-10-15.4455058621/bookmark_view"><br /> <title>bookmtest — test test</title><br /> <desc>kkkkkkkkkkkkk</desc><br /> </bookmark><br /><br /> <br /> <br /> <br /> <bookmark id="lnk_www-zwook-org-fr-documentation-zwookbook830"<br /> href="http://www.zwook.org/fr/documentation/zwookbook"><br /> <title>Le zwook Book de la solution de gestion de contenu zwook</title><br /> <desc>n/a</desc><br /> </bookmark><br /><br /> <br /><br /><br /></xbel></p>
et voici le code de l'article lorsque je veux le modifier :
Code:
<p><br /><br /> PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML"<br /> "http://www.python.org/topics/xml/dtds/xbel-1.0.dtd"><br /><br /><xbel version="1.0"><br /> <br />
<title>bookmtest</title>
<br /> <desc></desc><br /> <br /> <bookmark href="javascript:void(win=window.open('http://192.168.170.100:9673/test/Members/test/bookmarkfolder.2005-10-15.4455058621/bookmark_view?a=' + encodeURIComponent(location.href) + '&t=' + document.title + '#add'))"><br /> id="AddBookmark"><br />
<title>Ajouter un lien</title>
<br /> </bookmark><br /><br /> <br /> <br /> <bookmark id="lnk_192-168-170-100-9673-test-Members-test-b225"><br /> href="http://192.168.170.100:9673/test/Members/test/bookmarkfolder.2005-10-15.4455058621/bookmark_view"><br />
<title>bookmtest — test test</title>
<br /> <desc>kkkkkkkkkkkkk</desc><br /> </bookmark><br /><br /> <br /> <br /> <br /> <bookmark id="lnk_www-zwook-org-fr-documentation-zwookbook830"><br /> href="http://www.zwook.org/fr/documentation/zwookbook"><br />
<title>Le zwook Book de la solution de gestion de contenu zwook</title>
<br /> <desc>n/a</desc><br /> </bookmark><br /><br /> <br /><br /><br /></xbel></p>
J'ai fait la même chose dans un article natif de joomla et là pas de problème.
Pourriez-vous m'indiquez s'il s'agit d'un bug ou d'un problème de paramétrage de flexicontent.
note : Je travaille sous windows vista avec WampSever et joomla 1.5.15 associé à jce 1.5 FR comme éditeur.
A par cela, ce composant est fabuleux,prise en main très facile, chapeau au concepteur du produit.