By rhrueda on
Hi
In the tracker I see the type of the content, the title, the author and the date of the post. I want to see who updates the content (not comments, the content), and the date of the update.
Wich fields are those???
Thanks!!
Comments
...
The {node_revision} table contains the ID of the user who last updated the node content. (It's supposed to. I vagually remembr reading about some bug Drupal has here, perhaps when electing not to create a new revision. Make sure you're using the latest version.)
If you're using Views, pull in the 'Node revision: User' relationship, and associate the 'User: Name' field with it.
There's a timestamp field both in the {node} table and in the {node_revision} one.
If you're using Views, use the 'Node: Updated date' field.