RE: Creating New pages
Kevin McCarthy <[email protected]> Tue, 29 Oct 2002 09:11:23 -0500
| Newsgroups | gmane.comp.cms.wyona.user |
|---|---|
| Message-ID | <EE4032089E57D611882300B0D04969805E9033@ZEUS> |
Thank you for the pointer to the document. I will see where I can get with that. I had not thought of looking in that part of the documentation because I thought that by "developer" it meant the people writing Wyona. Kevin -----Original Message----- From: Michael Wechner [mailto:[email protected]] Sent: Monday, October 28, 2002 6:11 PM To: Kevin McCarthy Cc: WyonaCMS Users (E-mail) Subject: Re: [Wyonacms-users] Creating New pages Kevin McCarthy wrote: > Well, I successfully installed Wyona, which was easy. And I made a copy of > the OSCOM pub so I could tinker with it. After a few struggles, I managed to > rip out the authentication/authorization. It was keeping me from editing any > of the pages, and it seemed easier to get rid of it than try to figure out > how to fix the settings. There are still a confusing number of what look > like parallel files, but I think experimentation will yield some answers > there. > > The question of the moment: how do you create new *instance* of a page? Well, there are various "ContentCreators" (based on ParentChildCreator). The "integration" of them is documented at: http://127.0.0.1:8080/wyona-cms/docs/xdocs/parent-child-creator.html Juergen has recently written a better "DefaultCreator",which is based on the ParentChildCreator, but I think we have not added it to the documentation yet. > > Taking an example from the OSCOM pub, what if I wanted to create a new > conference page? You would have to add a new item to one of the menus, such as for instance "New Page" within the "Edit" menu. You then would normally get to a "New Page Screen" where you might define a "Name/URL" for the page and then the page would be created by some "ContentCreator" you have to define within the configuration file "doctypes.xconf". Better examples can be found within the "unipublic" and "forum" publications. But again, documentation would help ;-) HTH Michael As best I can figure out, I would have to do this outside > the context of Wyona. > > Thanks, > Kevin McCarthy > > _______________________________________________ > WyonaCMS-users mailing list > [email protected] > http://mail.wyona.org/cgi-bin/mailman/listinfo/wyonacms-users