working module
fuquam - April 30, 2008 - 19:40
| Project: | InsertNode |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
I'm also confused on how this module is supposed to work.
#2
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.
#3
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