the freelinking in the contents is works fine. but I add a new text filed by CCK,when i input [[contents]] like this cannot affect the field there.

What can i do to make the new cck field works with freelinking function?

Thanks. im a newbie.

Comments

eafarris’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

As freelinking is an input filter, it can only work on fields that get filtered. To do that with CCK, you have to select "Filtered Text" in the data settings for your field.

Andygong’s picture

Thanks eafarris !!!
this problem confused me for months, the problem has been sovled!

sdk’s picture

The method proposed by eafarris is way superior than operating with the node reference or the node reference create cck modules. With node reference only existing nodes can be referenced and with noderefcreate empty nodes are created. The proposed method is the ideal solutions to this problem!