Closed (won't fix)
Project:
InsertNode
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2008 at 19:40 UTC
Updated:
24 Apr 2011 at 22:24 UTC
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
Comment #1
sbarsky commentedI'm also confused on how this module is supposed to work.
Comment #2
gost_gost commentedThis 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.
Comment #3
gost_gost commentedIt 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
Comment #4
AlexisWilke commentedThis issue is now 2 years old, closing. You should at least be on D6.
Thank you.
Alexis