atchi Posted February 20, 2008 Share Posted February 20, 2008 Bonjour, j'aurai souhaité afin d'animer ma boutique insérer des slideshow créer avec imageloop.com, mais lorsque j'essai de coller le code fourni par imageloop dans le module éditorial (que ce soit en mode normal ou html), le slide show n'apparaît pas. Un exemple de slide show avec son code : http://inmemoriamliquidskycologne.leschet.imageloop.com/fr/index.htm Si jamais vous aviez une idée du problème et d'une éventuelle solution. Link to comment Share on other sites More sharing options...
chris734 Posted February 20, 2008 Share Posted February 20, 2008 tu peut le placer dans le fichier moduleseditorialeditorial.tpl comme cela : <!-- Module Editorial --> <div style="text-align:center;"> {if $xml->body->home_logo_link}<a href="{$xml->body->home_logo_link}">{/if} {if $homepage_logo}<img class="home_logo" src="{$this_path}homepage_logo.jpg" alt="{$xml->body->$title|stripslashes}" title="{$xml->body->$title|stripslashes}" />{/if} {if $xml->body->home_logo_link}</a>{/if} {if $xml->body->$logo_subheading}{$xml->body->$logo_subheading|stripslashes}{/if} //Ton code <div><embed src="http://www.imageloop.com/looopSlider.swf?id=6b1a5be5-85da-1b31-816d-001422b1aff2&c=01,01,02,01" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" width="425" height="325" style="width:425px;height:325px;" align="middle"></embed><div style="width:425px;text-align:left;padding-top:3px;"> <a href="http://www.imageloop.com/setuplooop.htm" target="_blank" title="Créer un nouveau slideshow"><img src="http://www.imageloop.com/_img/bt_myo_mk.gif" border="0"></a> <a href="http://inmemoriamliquidskycologne.leschet.imageloop.com" target="_blank" title="Regarder toutes les photos"><img src="http://www.imageloop.com/_img/bt_fr_vap.gif" border="0"></a></div></div> </div> //fin de ton code <p> {if $xml->body->$title}<h1 class="home_title">{$xml->body->$title|stripslashes}</h1>{/if} {if $xml->body->$subheading}<h2>{$xml->body->$subheading|stripslashes}</h2>{/if} {if $xml->body->$paragraph}<p class="home_presentation">{$xml->body->$paragraph|stripslashes}</p>{/if} </p> <!-- /Module Editorial --> ça dois marcher, fais des essai, utilise le css pour positionner ton DIV. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now