I'm using 2 content types corresponding to persons (Content Profile) and groups. The "person" type should reference some "groups" with the person's position and entrance date (using a Content Multigroup to allow membership to multiple groups). Note that the person's position may change with time.
Is it possible to display on each group page, a historic of its members with position and entrance date (possibly filtered by position/date)?
It seems that Nodereferrer is unable to do this at the moment, and I don't manage to configure a view to do so.
Comments
Comment #1
markus_petrux commented- For keeping track of changes in fields, the only way I know of is using node revisions or maybe custom module to store the changes somewhere else.
- For displaying the history of changes, you may want to try with the diff module, or using custom code to alter the output of the fields (overriding theme functions or implementing custom formatter for the field).
Comment #2
markus_petrux commentedAssuming the doubts are resolved here. Please, re-open if you need further assistance.