How to include edit form to node display page?

Author Message

Vytautas Germanavičius

Thursday 02 December 2004 4:13:13 am

I want to make edit form in the same page as all entries entered by that form.

Example: guestbook with form to enter new entry in the top.

Simple include of edit form doesn't work.

Problem, i see, is how to get node id for new entry?
Another problem, Should be disabled cashing for that page?

OR

Is any workaround to do this, like to post data from guestbook to edit page, and that page automaticaly redirects to insert function?...

{set-block scope=root variable=cache_ttl}0{/set-block}

Lazaro Ferreira

Thursday 02 December 2004 5:11:45 am

Hi,

when you talk about form, are you talking about a page that edit a content object stored in the database ?, (i.e: a contact form, article, or any user defined content class )

Case yes, you can achive it by overriding edit template for the offending class (i.e: objects of a custom guestbook class ) then adding tpl code to list your objects

To see how to list your objects simply copy ezp full view folder template and change it to your needs

To got it you will need to know how to override an ezp template, and understand ezp template language

 

Lazaro
http://www.mzbusiness.com

Vytautas Germanavičius

Thursday 02 December 2004 1:54:13 pm

I know about oweriding templates.

Problem is that there is no examples how to merge edit and full view templates.

I do know, how to get node id for new item.
Edit form contains variables: $object.id, $edit_version, $edit_language, $main_node_id
How to get those values?

{set-block scope=root variable=cache_ttl}0{/set-block}

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 20 2025 01:09:36
Script start
Timing: Jan 20 2025 01:09:36
Module start 'layout'
Timing: Jan 20 2025 01:09:36
Module start 'content'
Timing: Jan 20 2025 01:09:37
Module end 'content'
Timing: Jan 20 2025 01:09:37
Script end

Main resources:

Total runtime0.6042 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0052 589.2891152.6406
Module start 'layout' 0.00520.0020 741.929739.4766
Module start 'content' 0.00720.5955 781.4063531.9609
Module end 'content' 0.60270.0014 1,313.367212.1250
Script end 0.6041  1,325.4922 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.5089160.0002
Check MTime0.00130.2162160.0001
Mysql Total
Database connection0.00110.177810.0011
Mysqli_queries0.556492.1028570.0098
Looping result0.00050.0771550.0000
Template Total0.580596.120.2903
Template load0.00200.328520.0010
Template processing0.578595.754220.2893
Template load and register function0.00010.017410.0001
states
state_id_array0.00060.096610.0006
state_identifier_array0.00100.167820.0005
Override
Cache load0.00170.2791250.0001
Sytem overhead
Fetch class attribute can translate value0.00070.111720.0003
Fetch class attribute name0.00120.193040.0003
XML
Image XML parsing0.00060.102020.0003
class_abstraction
Instantiating content class attribute0.00000.001750.0000
General
dbfile0.00080.1287160.0000
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 14
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs