Page 1 of 1

menu template, not getting it to work

Posted: Wed Sep 14, 2011 6:10 am
by basvcds
Hi Everyone

Ive been trying to setup my own menu template but im having a hard time getting it set up. The goal is creating a menu in which the first children pages are always visible, but children below that are not. Basicly, in html i would like the following:

Code: Select all

<ul class="menu">
	<li>	
		<a>
			1 Home
		</a>
	</li>
	<li>
		<a>
			2 PageWithChildren
		</a>
		<ul class="children">
			<li>
				<a>
					Child2.1
				</a>
			</li>
			<li>
				<a>
					Child2.2
				</a>
			</li>
		</ul>	
	</li>
</ul>
Could anyone give me some pointers on how to get this set up? Ive been reading the handbook on managing menu's but i just dont seem to get it. Does anyone have some tips or pointers on how to work this out, or maybe some links to tutorials or documentation on getting the menu to work? Thanks in advance

Re: menu template, not getting it to work

Posted: Fri Oct 07, 2011 7:25 pm
by Dr.CSS
Not enough info to really help you, what do you want it to look like, what menu template are you using, etc.etc...

A link to the site really helps...

Re: menu template, not getting it to work

Posted: Fri Oct 07, 2011 8:58 pm
by spcherub
Also look into the options available for {menu} - you can control the levels of pages that are displayed.