Can you explain how this works? I have a node (node/55) I'd like to display on the same page as another node just underneath it. I have this module installed but I can't find where you go to add the next node.

Comments

sbarsky’s picture

I'm also confused on how this module is supposed to work.

gost_gost’s picture

Version: 5.x-1.1 » 5.x-1.x-dev

This module in both versions available appears not to be working with drupal 5.7 , the tags are not being processed.

you insert [node:123 body] for example, and no filtering is done.

I have attempted to insert into HTML and php input formats.

gost_gost’s picture

It appears that you have to enable this filter for it to work.
upload module to modules directory
enable module in admin module settings

go to

yoursite.com/admin/settings/filters
configure filtered html or create your own filter

make sure to check box for

Include/link node by ID or path

when editing your node, make sure you pick the appropriate input

format.

In my case- since I edited the default number 1 HTML filter and

enabled the checkbox Include/link node by ID or path

I must make sure the node I want to include another node is Filtered

HTML in it's INPUT FORMAT settings.
the tag:

[node:17]
inserts the title with link of node 17

AlexisWilke’s picture

Status: Active » Closed (won't fix)

This issue is now 2 years old, closing. You should at least be on D6.

Thank you.
Alexis