lafotolito Posted December 13, 2012 Share Posted December 13, 2012 (edited) Ho modificato il Blocco Tags per cambiare random la grandezza del font e dargli un aspetto più attuale, utilizzando il comando {math equation='rand(val,val)'} di Smarty Codice originale <a href="{$link->getPageLink('search.php')}?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> codice modificato <a href="{$link->getPageLink('search.php')}?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}" <strong>style="font-size:{math equation='rand(8,18)'}px;</strong>"{$tag.name|escape:html:'UTF-8'}" /> ho semplicemente inserito: style="font-size:{math equation='rand(8,18)'}px;" dove 8 e 18 sono il minimo e il massimo valore di font-size Ivano Edited December 19, 2012 by lafotolito (see edit history) 1 Link to comment Share on other sites More sharing options...
zalomx Posted December 19, 2012 Share Posted December 19, 2012 (edited) Ciao Ivano!, Sembra buona idea, ma potresti specificare qual'é il modulo ed anche dov'é essatamente il codice originale? Non posso trovare li. Grazie tante. Edited December 19, 2012 by zalomx (see edit history) Link to comment Share on other sites More sharing options...
lafotolito Posted December 19, 2012 Author Share Posted December 19, 2012 Ciao Zalomx e Ciao Messico! il modulo e il file sono: modules -> blocktags -> blocktags.tpl riga 33 ciao 1 Link to comment Share on other sites More sharing options...
TOMACALZATURE Posted October 16, 2014 Share Posted October 16, 2014 Ragazzi fornse non c'entra nulla, ma come si fà a nascondere il BLOCCO TAG solo dalla homepage e lasciarlo visibile in tutte le altre pagine? Grazie TOMA calzature scarpe nero giardini Link to comment Share on other sites More sharing options...
Cira78 Posted November 30, 2018 Share Posted November 30, 2018 On 12/13/2012 at 4:07 PM, lafotolito said: Ho modificato il Blocco Tags per cambiare random la grandezza del font e dargli un aspetto più attuale, utilizzando il comando {math equation='rand(val,val)'} di Smarty Codice originale <a href="{$link->getPageLink('search.php')}?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> codice modificato <a href="{$link->getPageLink('search.php')}?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}" <strong>style="font-size:{math equation='rand(8,18)'}px;</strong>"{$tag.name|escape:html:'UTF-8'}" /> ho semplicemente inserito: style="font-size:{math equation='rand(8,18)'}px;" dove 8 e 18 sono il minimo e il massimo valore di font-size Ivano Ciao Ivano ho seguito il tuo consiglio ma non riesco a visualizzare le modifiche. In primis ho naturalmente caricato e sovrascritto il file modificato poi sono andato in PARAMETRI AVANZATI _PRESTAZIONI e nel box SMARTY ho forzato la compilazione del template e flaggato su NO la voce CACHE 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