Closed (won't fix)
Project:
InsertNode
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 19:26 UTC
Updated:
24 Apr 2011 at 22:28 UTC
I am including a node inside another - I love this idea - thanks for the module.
But I am having a problem any time I go to update the inserted node. If I update the node that is being inserted and then view the page that is inserted the node, the changes don't take effect.
I checked into the node_revisions table to be sure that the the the inserted node wasn't being pulled into the node - I see that [node:999] is still there.
Then I went to the cache_page table - that is empty.
Any ideas?
Comments
Comment #1
capellicI gave up on this module for a bit and decided that I was going to build a single node view that would accept the node ID as an argument and then use view_insert module. A created a view that accepted a node ID and then added the insert code into my node body right above the [node:999] code. When I hit refresh, both nodes showed up (as expected). What wasn't expected is that even the node that was included with InsertNode was up to date! I played around around a little longer and realized that by simply having insert_view enabled and the filter set to allow for insert_view, that would flush whatever cache is happening with InsertView!
Comment #2
AlexisWilke commentedThis issue is now 2 years old, closing. You should at least be on D6.
Thank you.
Alexis