🌍
Français
Comme je l'indiquais, j'avais fait de la customisation.
Je viens de remettre en place les templates d'origines :
- my_thumbnails.tpl : les miniatures des sous-albums sont revenues;
- my-picture_content.tpl : les photos son revenues.
J'inclue le contenu des templates modifiés, peut-être y trouverez-vous ce qui ne fonctionne plus :
my_thumbnails.tpl :
{if !empty($thumbnails)} {strip}{foreach from=$thumbnails item=thumbnail} <li> <span class="wrap1"> <span class="wrap2"> <a href="{$thumbnail.URL}"> <img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_TITLE}" title="{$thumbnail.NAME}"> </a> </span> {if $SHOW_THUMBNAIL_CAPTION } <span class="thumbLegend"> {$thumbnail.NAME} {if !empty($thumbnail.icon_ts)} <img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" alt="(!)"> {/if} {if isset($thumbnail.NB_COMMENTS)} <span class="{if 0==$thumbnail.NB_COMMENTS}zero {/if}nb-comments"> <br> {$pwg->l10n_dec('%d comment', '%d comments',$thumbnail.NB_COMMENTS)} </span> {/if} {if isset($thumbnail.NB_HITS)} <span class="{if 0==$thumbnail.NB_HITS}zero {/if}nb-hits"> <br> {$pwg->l10n_dec('%d hit', '%d hits',$thumbnail.NB_HITS)} </span> {/if} </span> {/if} </span> </li> {/foreach}{/strip} {/if}
my-picture_content.tpl :
{if isset($high)} {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'} <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> {/if} <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$COMMENT_IMG}" title="{$ALT_IMG}" > {if isset($high) } </a> <p>{'Click on the photo to see it in high definition'|@translate}</p> {/if}
Hors ligne
Bonjour
je vous conseille de lire http://fr.piwigo.org/doc/doku.php?id=pr … ment_faire et de regarder les tpl actuels
De plus vous toujours voir ce que vous avez modifié en vous basant sur les tpl "d'époques" http://piwigo.org/dev/browser/branches
Hors ligne