He might want to use the vid from node_revisions in the new table instead on nid.<br><br><div><span class="gmail_quote">On 7/12/06, <b class="gmail_sendername">Earl Miles</b> &lt;<a href="mailto:merlin@logrus.com">merlin@logrus.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Walt Daniels wrote:<br>&gt; I see a created field and a changed field in the node table, but I think
<br>&gt; these are dates not authors. There is also a uid which I suspect is the<br>&gt; author, perhaps tied to the authmap table?? But no change author.<br>&gt;<br>&gt; So what I want may not be as simple as you imply.<br>
<br>It is as simple as:<br><br>Creating a table with the fields you need (in this case, as I said,<br>'changed_by'), and a 'nid' to tie it to the node table.<br><br>Implementing hook_nodeapi<br><br>for 'insert' and 'update' events, writing the appropriate information
<br>(in this case, putting $user-&gt;uid into changed_by)<br><br>for 'load' events loading the appropriate information.<br><br>And do the rest via theming.<br><br>It is as simple as I say (not imply).<br></blockquote></div>
<br>