Thumbs modulo ALBUM Topic is solved

La discussione sul CMS Made Simple in italiano.

Moderator: magallo

Post Reply
Rubio

Thumbs modulo ALBUM

Post by Rubio »

Salve a tutti, ho un problema con il modulo Album.

quando la pagina del sito mi visualizza le thumb di un album, mi lascia uno spazio a sinistra e a destra.
Vedere le frecce blu e verde.
Tra le altre cose, lo spazio della freccia blu esiste solo con IE e non con firefox.

Image

Io non voglio questo spazio !!!

Ho provato ad intervenire sul foglio di stile, ma meno di così non vado.

Penso che si debba intervenire sul modello.
io uso il modello seguente:



{* Include JS files. You can move this to the head of your page template if you want *}


    var GB_ROOT_DIR = "modules/Album/templates/db/greybox/";







{if $pictureid !=0}

{* Big Picture *}

{$picture->name}

{$picture->comment}


{if $link.picture.previous}< Indietro{/if}
( Picture {$picturenumber}/{$picturecount} )
{if $link.picture.next}Avanti >{/if}

picture}" alt="{$picture->name|escape:'html'} - {$picture->comment|escape:'html'}"  title="{$picture->name|escape:'html'}  - {$picture->comment|escape:'html'}" />

{/if}

{* Album List *}
{if !$album}

{foreach from=$albums item=album}

link}">
thumbnail}" alt="{$album->name|escape:'html'}" title="{$album->name|escape:'html'} - {$album->comment|escape:'html'}"{$album->autothumbnailsize} />

link}">{$album->name}

({$album->picturecount} images)

{if !empty($album->comment)}{$album->comment}{/if}

{/foreach}


{else}

{* Photo List *}
{$album->name}

{$album->comment}

Click on a thumbnail to view a larger image. Click on the close button to close it. {if $returnlink}Return to the album index page{/if}

{if $pagecount>1}

<< 
{if $link.page.previous}< {/if}
page {$pagenumber}/{$pagecount}
{if $link.page.next} >{/if}
 >>

{/if}


{foreach from=$pictures item=picturesrow}
    {foreach from=$picturesrow item=onepicture}
    picture}" rel="gb_imageset[{$album->name|escape:'html'}]" title="{$onepicture->name|escape:'html'} {if ($onepicture->comment != "")}- {$onepicture->comment|escape:'html'}{/if}"> thumbnail}" alt="{$onepicture->name|escape:'html'} {if ($onepicture->comment != "")}- {$onepicture->comment|escape:'html'}{/if}" title="{$onepicture->name|escape:'html'} {if ($onepicture->comment != "")}- {$onepicture->comment|escape:'html'}{/if}"{$onepicture->autothumbnailsize} />
       

      {if ($onepicture->number==$picturenumber and !$picture)}{assign var=picture value=$onepicture}{/if}
    {/foreach}
{/foreach}


{if $picturecount==0}No image{/if}
{/if}

{if $picture->id>0}
{/if}





QUALCUNO SA DIRMI COME INTERVENIRE ?  ???

GRAZIE
Post Reply

Return to “Italian - Italiano”