Yannkee Posted April 23, 2009 Share Posted April 23, 2009 Bonjour,J'arrive bien a recuperer les images des categories dans la page products, la scene aussi mais mal agencee (cluetip en vrac).Une idee ?Pres du breadcrumb, je passe {if $scenes} <!-- Scenes --> {include file=$tpl_dir./scenes.tpl scenes=$scenes} {else} <!-- Category image --> {if $category->id_image} id_image}-category.jpg" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> {/if} {/if} et au niveau de products.php le bout de code sur les scenes recupere de category.php /* Scenes (could be externalised to another controler if you need them */ $smarty->assign('scenes', Scene::getScenes(intval($category->id), intval($cookie->id_lang), true, false)); /* Scenes images formats */ if ($sceneImageTypes = ImageType::getImagesTypes('scenes')) { foreach ($sceneImageTypes AS $sceneImageType) { if ($sceneImageType['name'] == 'thumb_scene') $thumbSceneImageType = $sceneImageType; elseif ($sceneImageType['name'] == 'large_scene') $largeSceneImageType = $sceneImageType; } $smarty->assign('thumbSceneImageType', isset($thumbSceneImageType) ? $thumbSceneImageType : NULL); $smarty->assign('largeSceneImageType', isset($largeSceneImageType) ? $largeSceneImageType : NULL); } La scene s'affiche mais les [+] sont tous decales et font 1 seul pixel de largeMerciyann Link to comment Share on other sites More sharing options...
Peuh_ Posted May 5, 2009 Share Posted May 5, 2009 Bonjour, tu m'as permis d'avancer, je te donne la suite.Dans header.php (à la racine du site, non la classe), ajouter : $css_files [__PS_BASE_URI__.'css/jquery.cluetip.css'] = 'all'; $css_files [_THEME_CSS_DIR_.'scenes.css'] = 'all';J'ai appliqué cette méthode pour afficher une scène sur la page d'accueil, chose qui ne fonctionnait pas sur mes sites. Link to comment Share on other sites More sharing options...
Yannkee Posted May 5, 2009 Author Share Posted May 5, 2009 Merci. J'essaierai, en attendant je clos le post. Link to comment Share on other sites More sharing options...
jeckyl Posted September 25, 2009 Share Posted September 25, 2009 Bonjour,Avez vous essayé d'intégrer les scenes à la page d'accueil ? Link to comment Share on other sites More sharing options...
Yannkee Posted September 26, 2009 Author Share Posted September 26, 2009 Bonjour,J'avais abandonne, ayant opte pour une solution 'en dur' car je n'avais plus le temps de tester... J'essaierai a l'occasion.Yann 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