I'm going to create a content type to have two cck fields, which will be editable later by any authorized role.

What I'd like to do on the node's display page. Is to immediately after the full node, show a list of any revisions that have been made to it (which would be revisions to either of those two cck fields).

An example kind of:

Node Title
Body text here
Other fields here
Two (editable) cck fields here

Revisions:
-- Oct 7th. User24 changed field6 to "text of change made"
-- Oct 3rd. User 9 changed field6 to "text of change"
-- Oct 3rd. User9 changed field5 to "text of change made"
etc etc and so on

It would almost be like the current basic list of comments but it would be listing the revisions instead. My question is, what is the best route to take to accomplish this - or what are some of the options available to me?

Comments

WorldFallz’s picture

You can make a view of the revisions and place it on the full node listing with the http://drupal.org/project/views_attach module.