from inserted node
like date, author, and navigation below all
so when i enter [node:content/node1 body]

i very would like to see only body - core text without: date, author, and navigation below all

how to do it?

Cheers, Tong.

Comments

AlexisWilke’s picture

Status: Active » Fixed

Tong,

Try with:

[node:content/node1 cck=body;]

and you should get exactly what you want.

Thank you.
Alexis

Tong’s picture

no luck, it like plain text
i rearanged filter (put Insert node first) but still no luck

AlexisWilke’s picture

Status: Fixed » Active

Tong,

You need to make sure that the source node format is properly setup. The InsertNode module uses the source node information, not the destination (although what comes next should also be applied.)

Thank you.
Alexis

Tong’s picture

source node format is properly setup.

sorry stupid me, but what i have to do or setup? please really need it to work, but seems i`m can`t get to understand it ;(

if you not too busy, small explanation about what setup in where?

Cheers, Tong.

AlexisWilke’s picture

Tong,

You are dealing with two nodes here.

When you write:

[node:123 cck=body;]

in, say, node 555, then you have two nodes: 123 and 555.

The node 123 will have a format that should make the content of that node correct before insertion.

The node 555 has formats including the Insert Node filter.

Does that clarify?

Thank you.
Alexis

AlexisWilke’s picture

Assigned: Unassigned » AlexisWilke
Status: Active » Fixed

Hi Tong,

I will mark this as fixed since I did not get any more info. It seems to me that the cck=body; is working. Plus, the CCK field insertion is now well documented here:

http://www.m2osw.com/doc_insert_node_parameter_cck

Thank you
Alexis

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.