I guess it depends on what you want to do with that data. You could create a user control in Visual Studio and use it from a macro in umbraco and then you could store the data in whatever way you wanted (i.e. in a table in a database or in an XML file).
User in umbraco is used in the backend (when you are logged into /umbraco/umbraco.aspx) and have access to the different sections such as content and media. A user in umbraco is usually changing the content of the site or changing the design.
How save user content?
What is the easiest way to store data that the user enters?
Tell me about how to solve this problem
I have such ideas for implementation:
1 Create your table in the database and to retrieve data from it
2 Post nodes and do access only for necessary users
3 or save in special place, for store user generated data?
thks
Contour could be an option?
what is Contour?
how would you store?
I guess it depends on what you want to do with that data. You could create a user control in Visual Studio and use it from a macro in umbraco and then you could store the data in whatever way you wanted (i.e. in a table in a database or in an XML file).
I am guessing by 'user' you mean a user of your website, which in umbraco is a member... you can store extra information about members in member type: http://our.umbraco.org/wiki/how-tos/using-the-osmembercontrols-(v01-code-set-39984)
thks, user is member
role is user? or not? what is user mean in umbraco?
User in umbraco is used in the backend (when you are logged into /umbraco/umbraco.aspx) and have access to the different sections such as content and media. A user in umbraco is usually changing the content of the site or changing the design.
is working on a reply...