THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3
  • MM
  • Membre

Offline

#1 Souci menu horizontal

(03-10-2010 06:59:14)


Bonjour,

j'ai un petit souci pour afficher un menu déroulant comportant une rubrique, une sous rubrique et une sous sous rubrique; cette dernière ne se déroule pas !

voici mon code

<ul>
<THELIA_MENU_RUBRIQUEST type="RUBRIQUE" parent="0" classement="manuel">
<li><a href="">#TITRE</a>
	<UL>
		<THELIA_BLOC_SOUS_MENUT type="RUBRIQUE" parent="#ID">
		<li><a href="#URL" #FILTRE_egalite(#RUBRIQUE_ID||#ID||class="")>#TITRE</a>
			<ul>
			<THELIA_BLOC_SOUS_MENU0T type="RUBRIQUE" parent="#ID" stockmini="1">
           		<THELIA_SOUS_MENU_RUBRIQUEET type="RUBRIQUE" id="#ID" courante="0" stockmini="1">
				<li><a href="">#TITRE</a></li>
				</THELIA_SOUS_MENU_RUBRIQUEET>
			</THELIA_BLOC_SOUS_MENU0T> 
			
			</ul>	
		</li>
		</THELIA_BLOC_SOUS_MENUT>
	</UL>		
</li>
</THELIA_MENU_RUBRIQUEST>
</ul>

Last edited by MM (03-10-2010 07:03:29)

Offline

#2 Re: Souci menu horizontal

(03-10-2010 07:24:19)


Bonjour,

Et si tu enlèves courante=0 et stockmini

Alfouine,


Au royaume des aveugles, les borgnes sont mal vus.

  • MM
  • Membre

Offline

#3 Re: Souci menu horizontal

(06-10-2010 19:04:32)


Cela ne fonctionne pas Alfouine, je piges pas pourquoi, en attendant j'ai opté pour une solution altenative