mamascotte Posted November 23, 2012 Share Posted November 23, 2012 Bonjour, Je souhaites garder mes images de sous catégorie de niveau 1 et supprimer celles de niveaux 2 et 3 sur le site www.ma-mascotte.com. Je ne sais quoi trop modifier dans le category.tpl au niveau des sous catégories. Je pense qu'il faut que je modifie la condition pour que cela ne s'applique qu'au premier niveau et pas "foreach". Pouvez-vous m'aider ? (ci dessous un extrait de mon category.tpl). Par avance merci. <!-- Subcategories --> <div id="subcategories"> <h3>{l s='Subcategories'}</h3> <ul class="inline_list"> {foreach from=$subcategories item=subcategory} <li> <div class="sous-cat-r_t"></div> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'category')}" alt="" width="300" height="680" /> {else} <img src="{$img_cat_dir}default-category.jpg" alt="" width="300" height="680" /> {/if} </a> <a class="subted" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}">{$subcategory.name|truncate:20:'...'|escape:'htmlall':'UTF-8'}</a> <div class="sous-cat-r_f"></div> </li> {/foreach} </ul> <br class="clear"/> </div> {/if} Link to comment Share on other sites More sharing options...
mamascotte Posted November 23, 2012 Author Share Posted November 23, 2012 Il paraîtrait que l'on peut définir des niveaux du genre : {if $category->level_depth != 2} En revanche je ne sais pas comment utiliser cette balise. Link to comment Share on other sites More sharing options...
Patric Posted November 23, 2012 Share Posted November 23, 2012 Topic déplacé dans la section "Intégration". Link to comment Share on other sites More sharing options...
mamascotte Posted November 26, 2012 Author Share Posted November 26, 2012 Personne n'a de solution à m'apporter ? Link to comment Share on other sites More sharing options...
RMaxime Posted November 6, 2013 Share Posted November 6, 2013 Bonjour, En faisant un petit tour sur ton site j'ai remarqué que tu avais trouvé la solution. Quelle était la manipulation ? Merci beaucoup ! 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