Add content

Author Message

Carlos Revillo

Thursday 10 November 2005 1:55:58 am

hi. i've developed some extensions to my ezpublish installation, but i can't find the way to add content to ezpublish from it.

I've got a folder and a custom content class created in admin interface.
I also have created a new role and i've assigned policies to it to let all users from a custom user group the ability to insert content.

The problem is i can't find the way to insert content in the folder i want.

In the extensión i've got a new content buttom. when i click it, i've got the edit form and the url looks like http://site/.../content/edit/200/1. how i can tell the form to insert the new object in the folder i want?

thanks a lot.

Łukasz Serwatka

Thursday 10 November 2005 4:23:19 am

Hi,

Look at this short tutorial
http://ez.no/products/ez_publish_cms/documentation/customization/tips_tricks/editing_creating_and_removing_content_from_the_user_page

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Carlos Revillo

Thursday 10 November 2005 4:45:56 am

Thanks. I've looked at this tutorial before but this is not exactly what i've looking for.

i have a /mymodule/list, . in the template assigned to that view i have a submit button and the code looka like this

<form method="post"  action={"content/action/"|ezurl}>
						<input class="boton" type="submit" name="NewButton" value="publicar nuevo anuncio" />
						 <input type="hidden" name="NodeID" value="125" />
   						 <input type="hidden" name="ContentObjectID" value="206" />
   						 <input type="hidden" name="ViewMode" value="full" />
						 <input type="hidden" name="ClassID" value="27" />
					</form>

The question is i didn't find the way to get that ContentObjectId. I've seen in standard templates things like

<input type="hidden" name="ContentObjectID" value="%objectID" />

but... what is "%objectID"?

Łukasz Serwatka

Thursday 10 November 2005 5:01:03 am

Something is not clear here, if you want to crete object under some folder, you will need at min. 2 things, NodeID of this folder and ClassID of new creted object, thogether with button named "NewButton".

<input type="hidden" name="ContentObjectID" value="%objectID" />

This code looks like from contextmenu where %ocjectID is replaced with correct value.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Carlos Revillo

Thursday 10 November 2005 5:27:35 am

thanks a lot Lukasz. Now i've undertood what i've doing wrong. all is ok now. thanks so much.

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 18 2025 21:04:47
Script start
Timing: Jan 18 2025 21:04:47
Module start 'layout'
Timing: Jan 18 2025 21:04:47
Module start 'content'
Timing: Jan 18 2025 21:04:48
Module end 'content'
Timing: Jan 18 2025 21:04:48
Script end

Main resources:

Total runtime1.2839 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 587.7813152.6094
Module start 'layout' 0.00580.0033 740.390639.3984
Module start 'content' 0.00911.2732 779.7891564.0156
Module end 'content' 1.28230.0016 1,343.804712.2031
Script end 1.2839  1,356.0078 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.2529160.0002
Check MTime0.00150.1146160.0001
Mysql Total
Database connection0.00090.071810.0009
Mysqli_queries1.226495.5220630.0195
Looping result0.00080.0596610.0000
Template Total1.245897.020.6229
Template load0.00220.173120.0011
Template processing1.243596.853420.6218
Template load and register function0.00020.014610.0002
states
state_id_array0.00220.170710.0022
state_identifier_array0.00260.204520.0013
Override
Cache load0.00180.1436280.0001
Sytem overhead
Fetch class attribute can translate value0.00070.055320.0004
Fetch class attribute name0.00140.106160.0002
XML
Image XML parsing0.00090.072020.0005
class_abstraction
Instantiating content class attribute0.00010.005570.0000
General
dbfile0.00110.0878180.0001
String conversion0.00000.000940.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
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 24
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs