Could you add a field to show the name of the user, who updated the node ?
At the moment. there is only a field for the last updated date

Comments

merlinofchaos’s picture

Unfortunately, this information is not necessarily stored in the database. At best if there is a revision I believe the uid of the person who made the revision is there. Hm. But there isn't currently a linkage to the user for that. It'll have to be done by adding a relationship, which I can do.

Micha1111’s picture

I think, this information is stored in table node_revisions (field uid) and its possible to show the user name.
Please have a look to the code of this new module "About This Node".

merlinofchaos’s picture

Status: Active » Fixed

I did this by creating a relationship that you can add. Add the Node revision: user relationship, and then you can have any user field use that relationship and it will be the creator of the revision.

Micha1111’s picture

It works, thank you very much !!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.