Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-02-13 02:30:22

progre55
Member
Registered: 2006-05-02
Posts: 668

Horizontal Drop Down Navigation

Has anyone created a horizontal navigation system (not just a drop down box on a page) that can be easily updated by the client. When I mean easily updated, any of the items that are drop downs I would create each of these items as a seperate article. So in theory, if they added an article (in the write section/cat) it would automatically add it to the Horizontal Drop Down Menu.

I have used the Suckerfish Method, along with other Horizontal navigation menus, but those are not easily updated by the client. I have used Verticle Navigation based off of Categories and Sections, but these were not the site “Menus”

Any and all input and suggestion would be gretaly appreciated.

progre55

Offline

#2 2008-02-13 03:37:19

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Horizontal Drop Down Navigation

<ul id="menu">
	<li>
		<txp:section link="1" name="articles"/>
		<ul>
			<txp:article_custom limit="15" name="menu_item" section="articles"/>
		</ul>
	</li>
	<txp:hide>...</txp:hide>
</ul><!--//menu-->

form: menu_item

<li>
	<txp:permlink>
		<txp:title/>
	</txp:permlink>
</li>

Offline

#3 2008-02-13 09:25:30

simsim
Member
Registered: 2006-05-06
Posts: 70

Re: Horizontal Drop Down Navigation

Or you could make benefit of cbs_navigation_menu plugin.

Offline

#4 2008-02-13 12:49:10

progre55
Member
Registered: 2006-05-02
Posts: 668

Re: Horizontal Drop Down Navigation

Thanks. I will definitely take a look.

progre55

Offline

#5 2008-02-19 19:48:13

progre55
Member
Registered: 2006-05-02
Posts: 668

Re: Horizontal Drop Down Navigation

jm:

Thanks for the assistance. Works great. I actually had to modify your suggestion a little, where you put NAME=“menu_item” I replaced that with FORM=“menu_item”.

My guess is that you were just trying to keep me on my toes.

Thanks again for the asssitance.

progre55

Offline

Board footer

Powered by FluxBB