SNF69 a écrit:
Désolé pour toi car perso je n'ai jamais trouvé le problème :o((
Seb
Si si ! Le problème tu l'as trouvé, c'est la solution que tu cherches encore... (sifflote)
Hors ligne
Gotcha a écrit:
SNF69 a écrit:
Désolé pour toi car perso je n'ai jamais trouvé le problème :o((
SebSi si ! Le problème tu l'as trouvé, c'est la solution que tu cherches encore... (sifflote)
Tu sors -------------> vite vite lolll
Seb
Hors ligne
Vous n'avez pas cacher le menu lien ?
Hors ligne
Salut gars,
Pour moi qu'il soit caché ou non ne change rien :o(
Bonne soirée.
Seb
Hors ligne
Pareil pour moi...
Hors ligne
J'ai trouvé pourquoi "Contact Form" ne fonctionne pas, mais je ne sais pas réparer
Cela provient de mon fichier "myindex.tpl" qui me sert à positionner des icônes dans mon header, solution fournie par Vdigital. Sa mise en fonction bloque "Contact Form". Ci-joint le code
{* $Id: index.tpl 3147 2009-02-14 02:28:21Z rvelices $ *} {$MENUBAR} {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if} <div id="content" class="content"> <div class="titrePage"> <ul class="categoryActions"> {if !empty($image_orders) } <li> {'Sort order'|@translate}: <select onchange="document.location = this.options[this.selectedIndex].value;"> {foreach from=$image_orders item=image_order } <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if}>{$image_order.DISPLAY}</option> {/foreach} </select> </li> {/if} {if isset($U_CADDIE) } <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"/></a></li> {/if} {if isset($U_EDIT) } <li><a href="{$U_EDIT}" title="{'edit category informations'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"/></a></li> {/if} {if isset($U_SEARCH_RULES) } <li><a href="{$U_SEARCH_RULES}" onclick="popuphelp(this.href); return false;" title="{'Search rules'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/search_rules.png" class="button" alt="(?)" /></a></li> {/if} {if isset($U_SLIDESHOW) } <li><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"/></a></li> {/if} {if isset($U_MODE_FLAT) } <li><a href="{$U_MODE_FLAT}" title="{'mode_flat_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'mode_flat_hint'|@translate}" /></a></li> {/if} {if isset($U_MODE_NORMAL) } <li><a href="{$U_MODE_NORMAL}" title="{'mode_normal_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/normal_mode.png" class="button" alt="{'mode_normal_hint'|@translate}" /></a></li> {/if} {if isset($U_MODE_POSTED) } <li><a href="{$U_MODE_POSTED}" title="{'mode_posted_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar.png" class="button" alt="{'mode_posted_hint'|@translate}" /></a></li> {/if} {if isset($U_MODE_CREATED) } <li><a href="{$U_MODE_CREATED}" title="{'mode_created_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar_created.png" class="button" alt="{'mode_created_hint'|@translate}" /></a></li> {/if} {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if} </ul> <h2>{$TITLE}</h2> {if isset($chronology_views) } <div class="calendarViews">{'calendar_view'|@translate}: <select onchange="document.location = this.options[this.selectedIndex].value;"> {foreach from=$chronology_views item=view} <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option> {/foreach} </select> </div> {/if} {if isset($chronology.TITLE) } <h2>{$chronology.TITLE}</h2> {/if} </div> <!-- titrePage --> {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} {if !empty($category_search_results) } <div style="font-size:16px;margin:10px 16px">{'Category results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : <em><strong> {foreach from=$category_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} {$res} {/foreach} </strong></em> </div> {/if} {if !empty($tag_search_results) } <div style="font-size:16px;margin:10px 16px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : <em><strong> {foreach from=$tag_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} {$res} {/foreach} </strong></em> </div> {/if} {if isset($FILE_CHRONOLOGY_VIEW) } {include file=$FILE_CHRONOLOGY_VIEW} {/if} {if !empty($CATEGORIES) }{$CATEGORIES}{/if} {if !empty($THUMBNAILS) }{$THUMBNAILS}{/if} {if !empty($NAV_BAR) } <div class="navigationBar"> {$NAV_BAR} </div> {/if} {if !empty($CONTENT_DESCRIPTION) } <div class="additional_info"> {$CONTENT_DESCRIPTION} </div> {/if} {if !empty($PLUGIN_INDEX_CONTENT_END) }{$PLUGIN_INDEX_CONTENT_END}{/if} </div> <!-- content --> {if !empty($PLUGIN_INDEX_CONTENT_AFTER)}{$PLUGIN_INDEX_CONTENT_AFTER}{/if} <!-- Vincent d'Eaubonne {php} echo 'template-extension/myindex.tpl in ' . script_basename(); {/php} --> {if isset($U_MODE_FLAT) and strpos($U_MODE_FLAT ,'categories/flat') > 0 } {html_head} <style> .titrePage H2 {ldelim} display: none; } .titrePage {ldelim} position: relative; top: -380px; right: 155px; } #menubar #mbIdentification {ldelim} display: none !important; } </style> {/html_head} {/if}
Une idée ? Merci d'avance
Hors ligne
Il faudrait savoir si SNF69 a lui aussi un template-extension de cet ordre.
Si Criss ne donne pas de nouvelles je peux le notifier bien que tout un chacun puisse lui écrire un courriel :-)
Hors ligne
J'ai envoyé un MP à SNF69
Hors ligne
Bonsoir les amis,
J'ai également un index perso mais je n'ai pas rechercher les différences avec le tiens makno mais en effet en désactivant mon tpl perso le formulaire fonctionne, bravo gars pour cette découverte ;o))
Si vous voulez mon code pas de problème.
Seb
Hors ligne
Bon, on avance ! Je vais faire un MP à Criss pour lui dire qu'on est plusieurs à avoir une piste similaire pour ce problème.
------------------
Voilà c'est fait. Le mieux serait peut-être de poster le code de vos .tpl concernés, cela lui donnerait une piste ? la personnalisation de mon tpkl porte donc sur le fait qu'il permet, sous Yoga/wipi, d'afficher les icônes qui s'affichent en haut à droite de la page d'accueil dans le header
A suivre, bonne journée
Dernière modification par makno (2009-12-14 02:07:47)
Hors ligne
makno a écrit:
Bon, on avance ! Je vais faire un MP à Criss pour lui dire qu'on est plusieurs à avoir une piste similaire pour ce problème.
------------------
Voilà c'est fait. Le mieux serait peut-être de poster le code de vos .tpl concernés, cela lui donnerait une piste ? la personnalisation de mon tpkl porte donc sur le fait qu'il permet, sous Yoga/wipi, d'afficher les icônes qui s'affichent en haut à droite de la page d'accueil dans le header
A suivre, bonne journée
Me contacter par MP est le plus simple, je suis charrette de partout en ce moment ;)
Je comprends donc pourquoi (CM)² (Chez Moi Ca Marche) puisque je ne dois pas avoir les mêmes tpl... M'est avis que la piste est la bonne, ceux chez qui cela ne fonctionne pas donnez moi vos tpl svp. :)
index.tpl est le seul qui bloque c'est ça ? Aucun soucis dans les menus ?
Hors ligne
Moi je n'ai aucun problème avec les menus et comme indiqué si je désactive mon Index_perso.tpl le formulaire fonctionne ;o)).
Voici le contenu de ce tpl :
{* $Id: index.tpl 3147 2009-02-14 02:28:21Z rvelices $ *} {$MENUBAR} {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if} <div id="content" class="content"> <div class="titrePage"> <ul class="categoryActions"> {if !empty($image_orders) } <li> {'Sort order'|@translate}: <select onchange="document.location = this.options[this.selectedIndex].value;"> {foreach from=$image_orders item=image_order } <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if}>{$image_order.DISPLAY}</option> {/foreach} </select> </li> {/if} {if isset($U_CADDIE) } <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"/></a></li> {/if} {if isset($U_EDIT) } <li><a href="{$U_EDIT}" title="{'edit category informations'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"/></a></li> {/if} {if isset($U_SEARCH_RULES) } <li><a href="{$U_SEARCH_RULES}" onclick="popuphelp(this.href); return false;" title="{'Search rules'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/search_rules.png" class="button" alt="(?)" /></a></li> {/if} {if isset($U_SLIDESHOW) } <li><a href="{$U_SLIDESHOW}" title="{'slideshow'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_slideshow.png" class="button" alt="{'slideshow'|@translate}"/></a></li> {/if} {if isset($U_MODE_FLAT) } <li><a href="{$U_MODE_FLAT}" title="{'mode_flat_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/flat.png" class="button" alt="{'mode_flat_hint'|@translate}" /></a></li> {/if} {if isset($U_MODE_NORMAL) } <li><a href="{$U_MODE_NORMAL}" title="{'mode_normal_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/normal_mode.png" class="button" alt="{'mode_normal_hint'|@translate}" /></a></li> {/if} {if isset($U_MODE_POSTED) } <li><a href="{$U_MODE_POSTED}" title="{'mode_posted_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar.png" class="button" alt="{'mode_posted_hint'|@translate}" /></a></li> {/if} {if isset($U_MODE_CREATED) } <li><a href="{$U_MODE_CREATED}" title="{'mode_created_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/calendar_created.png" class="button" alt="{'mode_created_hint'|@translate}" /></a></li> {/if} <li> <input type="image" alt="Envoyer" width="22" height="22" src="../plugins/Music/audio.png" onclick='fenetreCent("../plugins/Music/Playerlight.htm","",196,251,"resizable=no,status=no,directories=no,addressbar=no,toolbar=no,scrollbars=no,location=no,menubar=no,scrollbars=no,statusbar=no")' value="player" style="margin-bottom: -4px; border: 0 none;"> </li> {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if} </ul> <h2>{$TITLE}</h2> {if isset($chronology_views) } <div class="calendarViews">{'calendar_view'|@translate}: <select onchange="document.location = this.options[this.selectedIndex].value;"> {foreach from=$chronology_views item=view} <option value="{$view.VALUE}"{if $view.SELECTED} selected="selected"{/if}>{$view.CONTENT}</option> {/foreach} </select> </div> {/if} {if isset($chronology.TITLE) } <h2>{$chronology.TITLE}</h2> {/if} </div> <!-- titrePage --> {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} {if !empty($category_search_results) } <div style="font-size:16px;margin:10px 16px">{'Category results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : <em><strong> {foreach from=$category_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} {$res} {/foreach} </strong></em> </div> {/if} {if !empty($tag_search_results) } <div style="font-size:16px;margin:10px 16px">{'Tag results for'|@translate} <strong>{$QUERY_SEARCH}</strong> : <em><strong> {foreach from=$tag_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} {$res} {/foreach} </strong></em> </div> {/if} {if isset($FILE_CHRONOLOGY_VIEW) } {include file=$FILE_CHRONOLOGY_VIEW} {/if} {if !empty($CATEGORIES) }{$CATEGORIES}{/if} {if !empty($THUMBNAILS) }{$THUMBNAILS}{/if} {if !empty($NAV_BAR) } <div class="navigationBar"> {$NAV_BAR} </div> {/if} {if !empty($CONTENT_DESCRIPTION) } <div class="additional_info"> {$CONTENT_DESCRIPTION} </div> {/if} {if !empty($PLUGIN_INDEX_CONTENT_END) }{$PLUGIN_INDEX_CONTENT_END}{/if} </div> <!-- content --> {if !empty($PLUGIN_INDEX_CONTENT_AFTER)}{$PLUGIN_INDEX_CONTENT_AFTER}{/if}
Merci pour ton aide :o)
Bonne journée.
Seb
Hors ligne
Aucun problème de menus non plus, uniquement l'interaction avec mon "myindex.tpl" dont le code est posté plus haut :)
Hors ligne
Plus la peine de m'envoyer vos tpl, j'ai réussi à reproduire le bug. :D
Il apparaît lorsque la page index.tpl est utilisée par template-extension (j'ai fait le test en mettant le code original de index.tpl).
Sûrement un trigger non fait dans ce cas là :)
Je recherche lequel. :)
Pour info j'utilise les triggers suivants :
- loc_begin_index
- loc_begin_page_tail
- blockmanager_apply
- loc_end_index
- loc_end_page_tail
et l'affichage du formulaire se fait dans le handler de loc_end_index (parsing des tokens de request).
Si quelqu'un a des précisions sur ce qu'il faudrait vraiment faire je prends bien sûr :D
Hors ligne