try
[x]
and have fun
bye
Simple Question -- Display ARTICLES in Menu?
- Oliver Georgi
- Site Admin
- Posts: 9928
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
OK, then again - and sorry for the peeved undertones 
So you need a replacement tag which returns listing of "all" articles inside same level - maybe template based like cp teaser?
Should this go recursive inside the level, so you will get all articles of sub levels too?
Current article should be listed too maybe marked as active?
So, you need something like content part teaser - but there an additional setting like -> current level and/or recursive.
Oliver

So you need a replacement tag which returns listing of "all" articles inside same level - maybe template based like cp teaser?
Should this go recursive inside the level, so you will get all articles of sub levels too?
Current article should be listed too maybe marked as active?
So, you need something like content part teaser - but there an additional setting like -> current level and/or recursive.
Oliver
-
- Posts: 14
- Joined: Wed 30. May 2007, 09:25
Hi Oliver,Oliver Georgi wrote:OK, then again - and sorry for the peeved undertones
So you need a replacement tag which returns listing of "all" articles inside same level - maybe template based like cp teaser?
Should this go recursive inside the level, so you will get all articles of sub levels too?
Current article should be listed too maybe marked as active?
So, you need something like content part teaser - but there an additional setting like -> current level and/or recursive.
Oliver
That's exactly right

It would be great if you could include an option for a CSS prefix:
Code: Select all
<P><A HREF="{articlelink}" class="{prefix}menulink">{title}</a></p>
To highlight the active article, I'd just add a suffix to its CSS class and let the webmaster specify how it should look in the stylesheet.
Code: Select all
<P><A HREF="{articlelink}" class="{prefix}menulink_active">{title}</a></p>
Thank you so, so much!!
Daniel