By alex.cunha on
Heelo,
How can I embed the content of the node/5 into orther nodes ?
I what do this to include a small sentence on any article I wrote.
Sometinhg like an the content of node/5 is included.
thanks for your help
ac
Heelo,
How can I embed the content of the node/5 into orther nodes ?
I what do this to include a small sentence on any article I wrote.
Sometinhg like an the content of node/5 is included.
thanks for your help
ac
Comments
something like {embed
something like {embed node/5}
PHP snippet
This might do what you are looking for: http://drupal.org/node/83431.
Also, check out all the PHP snippets here, you might be able to piece something together:
http://drupal.org/handbook/customization/php-snippets
alynner
Thanks. Your suggestion
Thanks. Your suggestion solves the problem.
However my hope is a more friendly way to embed content.
But for now this works!
Try InsertNode
Have you tried the InsertNode module? I'm about to try that now...
http://drupal.org/project/InsertNode