clubreseau Posted July 9, 2014 Share Posted July 9, 2014 Bonjour, tout mes catégories et sous-catégories on des images. Comment je peux seulement afficher 4 images d'une catégorie, qui a 8 sous-catégorie avec 8 images ? Je veux pas afficher toutes les images des sous-catégorie.... A t'il un modules ou je doit modifier le code ? Quelqu'un a une solution ? Merci Link to comment Share on other sites More sharing options...
S-HAMMANI Posted July 9, 2014 Share Posted July 9, 2014 Bonjour c'est dans le fichier category.tpl ligne 80: le code à commenter: <div class="subcategory-image"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img"> {if $subcategory.id_image} <img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img class="replace-2x" src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> Link to comment Share on other sites More sharing options...
clubreseau Posted July 9, 2014 Author Share Posted July 9, 2014 Je veux pas tout enlever les images de toutes les sous-catégories seulement quelque une.... Link to comment Share on other sites More sharing options...
clubreseau Posted July 9, 2014 Author Share Posted July 9, 2014 No one know the answer ? Link to comment Share on other sites More sharing options...
clubreseau Posted April 2, 2015 Author Share Posted April 2, 2015 Quelqu'un peut m'aider je veux enlever les 4 dernière sous-catégorie dans une catégorie ou qu'il en contient 8 ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now