Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'd like to get the Member who created a Node and I thought I would be able to do this by using:
Member member = new Member(Model.CreatorID);
However, CreatorID is just returning 0. I've checked in the datbase and inside the XML CreatorID is always just being stored as 0.
I can't seem to find any information on this - is it a bug? Is there an alternative method to find the member who created a node?
Thanks, Ian.
The property CreatorId is related to the user back-office and not to the member. A member may not create a node. To make a relationship with one member, use the Data type Member picker.http://our.umbraco.org/documentation/Using-Umbraco/Backoffice-Overview/Property-Editors/Built-in-Property-Editors/Member-Picker
Aaah, of course it is!
Thanks for your help!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get Member who created Node
I'd like to get the Member who created a Node and I thought I would be able to do this by using:
However, CreatorID is just returning 0. I've checked in the datbase and inside the XML CreatorID is always just being stored as 0.
I can't seem to find any information on this - is it a bug? Is there an alternative method to find the member who created a node?
Thanks, Ian.
The property CreatorId is related to the user back-office and not to the member. A member may not create a node. To make a relationship with one member, use the Data type Member picker.http://our.umbraco.org/documentation/Using-Umbraco/Backoffice-Overview/Property-Editors/Built-in-Property-Editors/Member-Picker
Aaah, of course it is!
Thanks for your help!
is working on a reply...