Thoriam Posted July 26, 2013 Share Posted July 26, 2013 Witam czy jest jakaś możliwość wyświetlania tylko tych tagów które sobie wybiorę? Czy jest jakiś specjalny moduł do tego? Link to comment Share on other sites More sharing options...
0 vekia Posted July 26, 2013 Share Posted July 26, 2013 mówisz o bloku tagów jako o module? Link to comment Share on other sites More sharing options...
0 Thoriam Posted July 26, 2013 Author Share Posted July 26, 2013 tak dokładnie chce żeby na stronie wyświetlały się tagi ale tylko te które sobie wybiorę. Ewentualnie jeśli jest taki moduł za darmo to z miłą chęcia zainstaluje Link to comment Share on other sites More sharing options...
0 vekia Posted July 26, 2013 Share Posted July 26, 2013 nie ma takiego modułu, przynajmniej ja takiego nie znam najprostszą drogą do osiągnięcia tego o czym mówisz jest edycja pliku .tpl tego modułu w pętli foreach dodajesz prosty warunek if którym sobie ustawisz jakie tagi wyświetlić {foreach from=$tags item=tag name=myLoop} {if $tag.name == 'ipod' or $tag.name == 'apple'} <a href="{$link->getPageLink('search', true, NULL, "tag={$tag.name|urlencode}")}" title="{l s='More about' mod='blocktags'} {$tag.name|escape:html:'UTF-8'}" class="{$tag.class} {if $smarty.foreach.myLoop.last}last_item{elseif $smarty.foreach.myLoop.first}first_item{else}item{/if}">{$tag.name|escape:html:'UTF-8'}</a> {/if} {/foreach} w przykładzie powyżej zdefiniowałem taki warunek if: {if $tag.name == 'ipod' or $tag.name == 'apple'} oznacza on tyle: jeżeli nazwa tagu to ipod lub nazwa tagu to apple - wyświetl fo - wszystkie tagi niezdefiniowane w tym warunku nie zostaną wyświetlone Link to comment Share on other sites More sharing options...
Question
Thoriam
Witam czy jest jakaś możliwość wyświetlania tylko tych tagów które sobie wybiorę? Czy jest jakiś specjalny moduł do tego?
Link to comment
Share on other sites
3 answers to this question
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