bondar91 Posted February 22, 2015 Share Posted February 22, 2015 Witam, mam pytanie czy da się jakoś zrobić jak mam w Kategoriach dane kategorie i w kazdej z nich podkategorie i chciałbym żeby np w jednej podkategorie nie były wywietlane zdjęcia i tytuł podkategorii a w reszcie było normalnie. Da się coś takiego zrobić. Z góry dzięki za pomoc . Link to comment Share on other sites More sharing options...
endriu107 Posted February 22, 2015 Share Posted February 22, 2015 Jest to do wykonania jednak wymaga to edycji w kodzie, odfiltrowania konkretnej kategorii i ukrycie dla niej tych elementów. Link to comment Share on other sites More sharing options...
bondar91 Posted February 22, 2015 Author Share Posted February 22, 2015 Jakaś podpowiedź jak to się robi ? Link to comment Share on other sites More sharing options...
endriu107 Posted February 22, 2015 Share Posted February 22, 2015 Tak, podpowiedź: if category id = 5 niewyświetlaj czegoś else wyświetlaj coś. Link to comment Share on other sites More sharing options...
bondar91 Posted February 26, 2015 Author Share Posted February 26, 2015 Witam mam problem wstawiłem takie coś {foreach from=$subcategories item=subcategory} {if $subcategory.id_category == 17} <li> <div class="subcategory-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}" /> <img class="replace-2x" src="{$img_cat_dir}{$lang_iso}-default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> </div> {else} <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"></a> </div> {/if} <h5><a class="subcategory-name" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}">{$subcategory.name|truncate:25:'...'|escape:'html':'UTF-8'|truncate:350}</a></h5> {if $subcategory.description} <div class="cat_desc">{$subcategory.description}</div> {/if} {/foreach} </li> Nie dizała mi to prawidłowo a chciałbym żeby w podkategorie o id 17 wyświetlały się same napisy. Ale gdy klikam na kategoriee inne to te kategorie na stronie się rozsypują. Jaki mam błąd? 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