You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Funmi Beckley <fb...@pharmology.com> on 2005/03/29 10:58:25 UTC

Creating an Index of Content Managed pages

Hello,

I am very new to Lenya and would like to know how to create an index page
that lists all the content managed pages.  This would be very much like the
navigation menu that ships with the 'default' application in Lenya.

Can you please give some pointers on the best way of creating this index
page?
Can the navigation menu be manipulated to do this?

Thanks and Regards,

Funmi.

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.4 - Release Date: 3/27/2005
 

__________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 

************************************************************************
The opinions expressed in this email represent those of the individual and not necessarily those of Alliance UniChem plc. The contents of the email may be privileged and confidential. If received in error please advise the sender then delete from your system. If you are not the intended recipient you should not copy it or use it for any purpose, nor disclose its contents to any person.
Alliance UniChem plc cannot accept liability for any damage you incur as a result of virus infection. 
************************************************************************


______________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: Creating an Index of Content Managed pages

Posted by Andreas Hartmann <an...@apache.org>.
Funmi Beckley wrote:
> Hello,
> 
> I am very new to Lenya and would like to know how to create an index page
> that lists all the content managed pages.  This would be very much like the
> navigation menu that ships with the 'default' application in Lenya.
> 
> Can you please give some pointers on the best way of creating this index
> page?
> Can the navigation menu be manipulated to do this?

Yes, that should be no problem.

Actually it could be even managed using CSS:

In lenya/pubs/default/resources/shared/css, you find an entry

.menublock-1 .menublock-2 { display: none; }

This hides all non-selected sub menus.
If you remove it, all pages should be visible in the navigation.


-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org