Are we able to add properties to User in the back office. Not Members, but Users. Something like a media picker to choose a thumbnail image? Or would this need to be added in the C# for the User control?
So maybe you could use Jasons suggestion, by create a new table in the Umbraco database and then use an XLST Extension or C# class to get the extended properties in a Razor macro or User Control.
I am not a backend deleveloper, but hope this can help you.
In the next iteration of Umbraco, we should look at the ability to add custom properties/Datatypes to the Users, yet still have the core ones not editable, since those are important. I have a similar issue that the first post was having is that the want/need to add thumbnails to the blog posts or other pages that the user makes.
Properties added to Users
Are we able to add properties to User in the back office. Not Members, but Users. Something like a media picker to choose a thumbnail image? Or would this need to be added in the C# for the User control?
Hi Carlos,
As far as I know it´s not possible to add properties to Users in the back office. I found some older posts, that say the same, that it´s not possible.
http://our.umbraco.org/forum/using/ui-questions/6595-Extending-user-properties
http://stackoverflow.com/questions/11847272/umbraco-adding-fields-to-users-user-types
So maybe you could use Jasons suggestion, by create a new table in the Umbraco database and then use an XLST Extension or C# class to get the extended properties in a Razor macro or User Control.
I am not a backend deleveloper, but hope this can help you.
/Dennis
@Dennis,
In the next iteration of Umbraco, we should look at the ability to add custom properties/Datatypes to the Users, yet still have the core ones not editable, since those are important. I have a similar issue that the first post was having is that the want/need to add thumbnails to the blog posts or other pages that the user makes.
Carlos
Just put it as a Feature request.
Hi Carlos,
You could make a feature request here: http://issues.umbraco.org/issues
Here a some good documentation on how you should write your feature request http://our.umbraco.org/contribute/report-an-issue-or-request-a-feature
/Dennis
is working on a reply...