[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
REDAXO Forum • Dynamic Main Navigation
Seite 1 von 1

Dynamic Main Navigation

Verfasst: 3. Jul 2009, 01:06
von Pezz
Hi,

it's me again... ; )

Can I also "hide" main categories in the main navigation?

Example:

Home | About | Contact | Terms (hidden!)

Anybody?
Thanx!

Verfasst: 3. Jul 2009, 01:14
von snaft
Hi!

To solve your problem, it would be helpful to know which REDAXO Version you use, or either which navigation template.

Greets,
Marc

Verfasst: 3. Jul 2009, 01:20
von Pezz
Hi Marc,

thanx for the quick response! ; )

- I use REX ver. 4.1.0

- I use custom navigation template - near to "navigation - horizontal - vertical"

You need something more?

Verfasst: 3. Jul 2009, 01:26
von snaft
Hi!

I could be wrong, but did u already try to set the not needed categories to status "offline" ?

Greets,
Marc

Verfasst: 3. Jul 2009, 01:44
von Pezz
Hi,

this is not the point.
I want to have them online, but not showing in the main navigation.
Let's say I don't want to show article_id=1, 2 etc.

I can do this easy, but I want to keep the site dynamic...

Regards,

Pezz

Verfasst: 3. Jul 2009, 01:52
von snaft
Hi!

Okay, if you use this navigation template, you can easily choose, which category appears in which navigation path. It's a pretty way to create individual navigations.

http://www.rex-templates.de/16-0-redaxo ... orial.html

Hope it works for you.

Marc

Verfasst: 3. Jul 2009, 02:08
von Pezz
Thank you Marc!

Navigation - second + third level

Verfasst: 7. Jul 2009, 05:02
von Pezz
Hi Marc,

it's me again... :D
I need to ask you something...
I would like to be able to print third level vertical side (left) navigation.

Example:

Code: Alles auswählen

<ul>
<li class="current"><a href="#">Menu 1</a>
	<ul>
	<li class="active"><a href="#">Sub menu 1</a></li>
	<li><a href="#">Sub menu 2</a></li>
	<li><a href="#">Sub menu 3</a></li>
	<li><a href="#">Sub menu 4</a></li>
	<li><a href="#">Sub menu 5</a></li>
	<li><a href="#">Sub menu 5</a></li>
	</ul>
</li>
<li><a href="#">Menu 2</a></li>
<li><a href="#">Menu 3</a></li>
</ul>
The navigation template you sent me can't do that.
The normal Redaxo "navigation - horizontal - vertical" is doing it, but I have no control over the files.

I use this one now http://www.rex-templates.de/16-0-redaxo ... orial.html - with little changes here and there.

Can you help?


Thanx!