Categories > TinyButStrong general (FR) >

Souci avec le magnet

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Nicolas Loeuillet
Date: 2006-07-03
Time: 22:25

Souci avec le magnet

Bonsoir!

j'essaie de bien tout comprendre sur TBS, mais je rencontre un problème avec l'attribut magnet.

Voici mon code PHP :
            if ($image)
            {
                $listePhotos[$compteur] = array(
                    'vignettePhoto'            =>        'images/photos/thumbs/'.$image['image_fichier'],
                    'idPhoto'                =>        $image['image_id'],
                    'lienImage'                =>        $varUrl['afficherImage'],
                    'nomPhoto'                =>        traitementChaine($image['image_nom']),
                    'descriptionPhoto'        =>        traitementChaine($image['image_description']),
                    'nombreVues'            =>        $image['image_hits'],
                    'taillePhoto'            =>        $image['image_taille'],
                    'auteurGalerie'            =>        $image['pseudo'],
                );
                $compteur++;
            }
            else
            {
                // rien à afficher
            }

et voici le TPL :
    <div class="colonne">
        <h2 id="vert">[blocListePhotos.nomPhoto;magnet=div]</h2>
        <p><img src="[blocListePhotos.vignettePhoto;block=div;magnet=div]" alt="[blocListePhotos.nomPhoto]" /></p>
        <p><strong>[var.lang.description] : </strong>[blocListePhotos.descriptionPhoto]</p>
        <p><strong>[var.lang.taille] : </strong>[blocListePhotos.taillePhoto] [var.lang.octets]</p>
    </div>


Voici le résultat :
http://www.nsgalphp.fr/galerie/galerie.php?id=2


Bref, j'arrive pas à le faire tourner :) !

Si quelqu'un peut me venir en aide!

Nico
By: Nicolas Loeuillet
Date: 2006-07-04
Time: 09:51

Re: Souci avec le magnet

Problème résolu, erreur dans mon code PHP.