Nice community, whatever to say. Thanks.
Denis Balog. On Tue, Feb 26, 2008 at 9:03 AM, Jasha Joachimsthal <[EMAIL PROTECTED]> wrote: > Hello Denis, > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Denis Balog > > Sent: maandag 25 februari 2008 23:17 > > To: Hippo CMS development public mailinglist > > Subject: [HippoCMS-dev] Project wizard + Hippo CMS 6.05.02 > > > > Hi all, > > > > At first I must say that the Hippo is more interesting day > > after day, and it was very interesting at the beginning at > > all.Nice product. > > That's good to hear. > > > > I installed Hippo repo 1.2.13 bin > > Hippo CMS 6.05.02 > > and maven cocoon plugin ... > > and Project wizard > > > > I have made sample project and everythung goes OK. > > I can surf it's OK > > BUT > > When I try ti edit sitemenu with CMS i'm getting blank page > > As I can see there is no sitemenu definition. > > Indeed, the sitemenu is not one of our default types. However attached > to this mail you'll find a minimal set for the sitemenu. In each level > you can add other field for e.g. banners, logo's, slogans. Be sure that > those fieldnames do not start with 'level'. > > > > Project wizard put types in repository, but Hippo CMS after > > 6.02 is configured to read type from filesystem. > > Is there solution to change hippoCMS repo without building > > from source? > > If I'm making new site with project wizard and my own > > sitemenu.xml,can i tell wizard to get types from CMS filesystem? > > I think it is easy to change types and add new on filesystem, > > than in repo, maybe wrong speculation? > > The location of your types for the CMS is defined in the folder > cocoon/WEB-INF/cocoon.xconf in > <component-instance > class="org.apache.cocoon.components.modules.input.DefaultsModule" > logger="core.modules.input" name="globalconstants"> > <values> > > <cms-types-dir>context://types</cms-types-dir> > > > </values> > </component-instance> > > You can change this into repository://types so it will look into the > repository for the types. If you're building the CMS with maven, I'd > suggest creating an extensions folder [1] and change context://types > into extensions://types. Be sure that all paths for your custom types > refer to extensions://types instead of context://types. > > [1] http://www.hippocms.org/display/CMS/08.+Extending+Hippo+CMS > > Regards, > > Jasha Joachimsthal > > Hippo > Oosteinde 11 > 1017 WT Amsterdam > The Netherlands > +31 (0)20 5224466 > http://www.hippo.nl > > > ******************************************** > Hippocms-dev: Hippo CMS development public mailinglist > > ******************************************** Hippocms-dev: Hippo CMS development public mailinglist
