Forums / Developer / Guestbook (general question)

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Guestbook (general question)

Author Message

Sébastien Prud'homme

Tuesday 06 January 2004 10:33:19 am

Hi,

If i read the guestbook sample :
http://www.ez.no/developer/ez_publish_3/documentation/building_an_ez_publish_site/the_guestbook

I can see that submitting new guestbook messages happens in two phases :

- 1st page (the one with the message list): clicking on the new button to create a draft guestbook message
- 2eme page (the one with the form): entering fields for the message and clicking on the save button to publish the draft

I'd like to build a guestbook with an unique page :
- input fields + button to submit a new entry
- list of guestbook messages

Is there a way to do this ? Or does the content module impose you to use a create button + an edit page + a publish button ?

Sébastien Prud'homme

Wednesday 07 January 2004 7:57:09 am

Nobody ?

Balazs Halasy

Wednesday 07 January 2004 8:17:57 am

You could use information collection to do this. Create a custom content class with some attributes that are information collectors. Search for "information collection" or "information collector" within the eZp 3 docs.

Balazs

Sébastien Prud'homme

Wednesday 07 January 2004 9:08:45 am

Ok, thanks