Les avertissements suivants se sont produits :
Warning [2] Undefined array key 0 - Line: 1640 - File: showthread.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 1640 errorHandler->error_callback
/showthread.php 915 buildtree




Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
[Résolu]CGSmartimage à l'intérieur de CGSmartimage -> Possible ou pas?
#3
Donc c'est sans doute lié à la balise IMG

Voici un thumb qui marche suivit d'un qui marche pas...
Code :
[== Indéfini ==]
<div id="galerie">
<div id="titre-galerie">{if !empty($gallerytitle)}<h3>{$gallerytitle}</h3>{/if}</div>
<ul id="pikame" class="jcarousel-skin-pika">
{foreach from=$images item=image}

<li>
<a href="#">
<img class="img-candidat" src="{$image->file|escape:'url'|replace:'%2F':'/'}" alt="{$image->titlename}"  ref="uploads/images/Gallery/la-cantatrice/img-big.png" />
</a><span>
<div id="titreimage">{$image->titlename}</div><div id="commentimage">{$image->comment|strip_tags|escape:'html'}</div></span></li>

<li>
<a href="{$image->file|escape:'url'|replace:'%2F':'/'}">
{CGSmartImage filter_croptofit="107,107" src="{$image->file|escape:'url'|replace:'%2F':'/'}" alt="{$image->titlename}" ref="uploads/images/Gallery/la-cantatrice/img-big.png" }</a>
<span>
<div id="titreimage">{$image->titlename}</div>
<div id="commentimage">{$image->comment|strip_tags|escape:'html'}</div>
</span>
</li>
{/foreach}
</ul>
</div>


Messages dans ce sujet

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)