Bonjour,
j'utilise le template ja_purity_ii et joomla 1.7.
j'ai crée un block "here" abritant une position "here1" ou je peux afficher le module "fil de navigation".
Le block doit être en dessous de la ligne grisée du block contenant les positions user1 jusqu'à 5.
Voici le fichier index.php que j'ai édité en passant par Extensions/Gestion des templates/ja_purity_ii/(onglet) Layout/Edit (de la ligne default)
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
Malheureusement le module "fil de navigation" ne s'affiche pas là ou je le souhaite c'est à dire en bas de la ligne grisée.
Et quand je place le block "here" autre part que dans le block "top" rien ne s'affiche.
Vous trouverez ci-joint le fichier image beaucoup plus explicite.
Merci d'avance.
j'utilise le template ja_purity_ii et joomla 1.7.
j'ai crée un block "here" abritant une position "here1" ou je peux afficher le module "fil de navigation".
Le block doit être en dessous de la ligne grisée du block contenant les positions user1 jusqu'à 5.
Voici le fichier index.php que j'ai édité en passant par Extensions/Gestion des templates/ja_purity_ii/(onglet) Layout/Edit (de la ligne default)
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<blocks name="middle" colwidth="20">
<blocks name="bottom" style="xhtml">
</layout><stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="top-panel" type="modules" style="raw" main-inner="1">top-panel</block>
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
<block name="here">here1</block>
</blocks><block name="top-panel" type="modules" style="raw" main-inner="1">top-panel</block>
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
<block name="here">here1</block>
<blocks name="middle" colwidth="20">
<block name="left1">left</block>
<block name="right1" style="jarounded">right</block>
</blocks><block name="right1" style="jarounded">right</block>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" main-inner="1">user6,user7,user8,user9,user10</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
</blocks><block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
Malheureusement le module "fil de navigation" ne s'affiche pas là ou je le souhaite c'est à dire en bas de la ligne grisée.
Et quand je place le block "here" autre part que dans le block "top" rien ne s'affiche.
Vous trouverez ci-joint le fichier image beaucoup plus explicite.
Merci d'avance.
Commentaire