These points are just the offers list bullets, defined in your template. You can hide these bullets by editing the CSS file /modules/mod_neorecuit_latest_offers/mod_neorecruit_latest_offers.css, line 23. You just need to add the property "background:none;" on the <li> tag :
Code:
#OffersList li { color:#333333; ... background:none; }
I think I have found a solution to your problem. Did you select the option "Full text" or "Truncated text" for the parameter "Introduction text" please ?
The HTML tags are not stripped the same way in the 2 cases.
Yes, I understood your problem. I think you have set the option "Show the images" on "Yes" in the advanced parameters of the module, to generate a thumbnail of the first image included in each article, so a first image is displayed.
Then, the images included in the articles are hidden automatically, but the image HTML tag is not written correctly : the slash needed to close the tag is missing, so a second image is displayed.
So, you have 2 solutions : correct the HTML tag (with adding a slash at the end), or set the option "Show the images" on "No".
Thanks for your answer about the JS and CSS files.
Then, the module hides automatically the images included in the text, and you can choose in the advanced parameters of the module to generate a thumbnail on the left of the text for example, in order to get the same layout for all the articles.
But to hide the original image, the script looks for a tag starting with '<img' and ending with '/>', in accordance with the W3C rules. In your example, I think so that the problem is just that the IMG tag is not closed correctly.
Nous pouvons en effet supprimer la div qui a pour classe "article-tools" lorsque lorsque la catégorie de l'article, son auteur et sa date sont masqués. Nous allons tâcher de corriger ce point dans la prochaine version du module.
Par contre, il est indispensable d'afficher les balises <ul> et <li>, le module permettant de lister plusieurs articles. Et en utilisant des classes sur ces balises plutôt que des id, il est possible de définir un style qui sera utilisé sur chacune des instances du module, et sur chacun des articles, pour obtenir un affichage uniforme.
Et si vous souhaitez pouvoir personnaliser une des instances du module, il est également possible de préciser un suffixe dans les paramètres du module, qui viendra s'ajouter au nom de la classe du module et / ou de la liste.
C'est tout à fait possible oui, nous publierons une news dès que la nouvelle version du composant sera disponible. Le plus simple est donc de vous abonner au flux RSS de NeoJoomla.
Le composant NeoReferences n'est disponible pour le moment que pour Joomla 1.0. Une nouvelle version sera bientôt mise en ligne, destinée à Joomla 1.5.
NeoJoomla is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.