Closed (fixed)
Project:
InsertNode
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
14 Jan 2010 at 01:01 UTC
Updated:
7 Mar 2010 at 08:10 UTC
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
Comment #1
AlexisWilke commentedTong,
Try with:
[node:content/node1 cck=body;]
and you should get exactly what you want.
Thank you.
Alexis
Comment #2
Tong commentedno luck, it like plain text
i rearanged filter (put Insert node first) but still no luck
Comment #3
AlexisWilke commentedTong,
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
Comment #4
Tong commentedsorry 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.
Comment #5
AlexisWilke commentedTong,
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
Comment #6
AlexisWilke commentedHi 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