<br>Two simple answers.<br><br>1) Kevin, I read in digest mode and missed a character when changing the
subject line. <br><br>I am hoping to integrate with D6 after I finish first
cut of the module to solve my immediate need.&nbsp; If I&#39;m right and this
feature doesn&#39;t exist, it seems a natural extension of the new Outline
approach to books.<br>
<br>2) Dan asked:<br><br>&gt; Here&#39;s the magic question: Are the nodes in each &quot;instance&quot; really clones,<br>&gt; as you described, or are they actually just a single node? &nbsp;I&#39;m hoping for<br>&gt; the latter: I need to be able to edit the node once, and have it changed in
<br>&gt; every book or outline it lives in. &nbsp;Something like symbolic links, in<br>&gt; filesystem terms.<br><br>Dan, you and I have a slightly different use-case.&nbsp; I want the base node to be the same, but then diverge after the new book is created.&nbsp; For example, we&#39;re tracking client projects, so we create a new &quot;skeleton outline&quot; for a &quot;Client&quot; which contains the following page nodes:
<br><br>Title (node type)<br>- Overview (book)<br>- Project Schedule (CCK)<br>- Billing Schedule (CCK)<br>- Client Contacts (page or CCK)<br>- Our Contacts (page or CCK)<br>- and so on...<br><br>I&#39;m also integrating with NodeAccess to provide preset node grants, so that each book instance can be locked per-page by role.&nbsp; That would let the Client see pages some pages, the developers other pages, and the project manager even more.
<br><br>I&#39;m rolling this out for an Intranet site designed to track contractual relationships, so that the legal staff sees one set of pages, the developers another, and so on.<br><br>That said, with what I&#39;m building, you could theoretically make your template node simply call node_render($nid) [yes, this isn&#39;t the right code] for the &quot;parent&quot; node as the node body for each &quot;instance&quot; node.&nbsp; Then edit the &quot;parent&quot; node instead of the &quot;instance&quot; nodes to make changes.&nbsp; Again in theory, the parent could have status &quot;unpublished&quot; and simply deliver its contents to the instance nodes.
<br><br>All that said, if there are already ways to do this, someone send me a note off-list, as I hate to waste time.&nbsp; <br><br>(And that said, this project really gets me into CCK, node_access and hook_form_alter(), all of which I don&#39;t use much... so that&#39;s a good thing.)
<br><br>- Ken Rickard<br>agentrickard<br><br><br>&nbsp;