My use case:
For many of my clients I don't train them on block administration. But they all do node administration. If there is block where the client needs to update text, I'd love to use insert node to have the client edit content in a node and then insert the node in the block. What I actually want is an insert field module.
Currently, I succeed at this by creating a view for the block that only includes the one field on the one node that I want in the particular block.
Then I saw the insert node modal and got a kind of excited because it seems lighter weight and faster than creating a view for this.
But when I tried it I saw that it pulls in the "this is not a published node" warning messages. I don't want the node to be published because I don't want search engines picking it up. The data there, out of context will not make sense.
Any chance that this module will move in the direction of taking in individual fields or maybe the raw node content without the theming?
Shai
Comments
Comment #1
AlexisWilke commentedShai,
Try something like this:
[node:123 cck=body;]
and let me know if that's what you are looking for. (You'll need to install 6.x-dev for that feature to work.)
Thank you.
Alexis Wilke
Comment #2
AlexisWilke commentedSince I did not get an answer, I will assume that this works.
Feel free to reopen the issue if you have a problem.
Thank you.
Alexis Wilke