Sunday 21 September 2008 4:27:34 am
"I did not manage to use a normal url with parameters in (like index.php?ClassID=38&NodeID=76 etc)"
In eZ land, the parameters are not added to the url using the standard query string, but rather using a index.php/module/view/param1value/param2value syntax, such as in
/content/view/full/2 (content = module, view = view, 'full' = 1st param, 2 = 2nd param). For more details see http://ez.no/doc/ez_publish/technical_manual/4_0/concepts_and_basics/modules_and_views
Note that your problem has nothing to do with frames - you cannot simply insert any kind of HTML you want in an xml-block attribute of an object, even though you have a rich editor for it. The html that is allowed in the attribute is quite limited, and it does not include forms. To generate a real html form you will have to modify template code (ie. not in the admin interface, but via a programming GUI such as eclipse or phpedit). If you do not need users to really create content object, but just participate in polls or send feedback, a useful feature and very simple to use is "information collector attributes". See http://ez.no/doc/ez_publish/technical_manual/4_0/concepts_and_basics/content_management/information_collection or http://ez.no/developer/articles/how_to_create_ez_publish_forms for more details
For allowing users to create content, a slightly outdated tutorial can be found here: http://ez.no/ezpublish/documentation/building_an_ez_publish_site/the_guestbook Details might be slightly different, but the concept is the same. The powercontent extension might also be helpful.
Principal Consultant International Business
Member of the Community Project Board
|