Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul D. 12 posts 32 karma points
    Jan 28, 2010 @ 13:44
    Paul D.
    0

    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

  • Dan 1250 posts 3747 karma points admin c-trib
    Jan 28, 2010 @ 13:52
    Dan
    0

    Contour could be an option?

  • Paul D. 12 posts 32 karma points
    Jan 28, 2010 @ 15:00
    Paul D.
    0

    what is Contour?

     

    how would you store?

  • Seth Niemuth 275 posts 397 karma points
    Jan 28, 2010 @ 15:11
    Seth Niemuth
    0

    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)

  • Paul D. 12 posts 32 karma points
    Jan 28, 2010 @ 15:16
    Paul D.
    0

    thks, user is member

     

    role is user? or not? what is user mean in umbraco?

  • Seth Niemuth 275 posts 397 karma points
    Jan 28, 2010 @ 16:08
    Seth Niemuth
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies