Forums / General / Include article in another article

"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".

Include article in another article

Author Message

drekka mr

Sunday 08 January 2006 9:49:55 am

Hi there.

I've got some articles which I will refere to as article #x as for now...

Is it possible to include article #1 inside article #2? With that I mean that I want the content of article #1 to appear in article #2.

I did not find any information about this in the documentation...

Thx for any reply: )

Paul Borgermans

Sunday 08 January 2006 10:08:27 am

Yes you can,

Take a look at the embed xml tag, you need to use the view='full'

hth

--paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

drekka mr

Sunday 08 January 2006 10:18:28 am

Thank you, that solved my problem!

drekka mr

Sunday 08 January 2006 12:16:23 pm

quoted from the doc:
<i>The "view" parameter makes it possible to specify the view that should be used when the object is rendered (for example "full", "line", etc.).</i>

view='full' displays all information about the article, but I do not want the 'related objects' and 'current version' information to be showed. What value should I then give the view parameter?