Jump to content

Modifica blocco Tags


lafotolito

Recommended Posts

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

:)

post-328485-0-77304500-1355411109_thumb.png

Edited by lafotolito (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 1 year later...
  • 4 years later...
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

:)

post-328485-0-77304500-1355411109_thumb.png

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...