Copied to clipboard

Flag this post as spam?

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


  • Sangeeta 20 posts 80 karma points
    May 17, 2013 @ 09:46
    Sangeeta
    0

    How to integrated Dynamic site in mvc3 with Umbraco CMS

    I need to create a CMS in umbraco with following features:

    1. Login
    2. Registration
    3. Account Management
    4. Forum integration

    Until now, I have just created Simple CMS in umbraco, so dont know how can i integrated above features to it (Since there exists no extension for my requirement)

    I researched and found some of Umbraco developers using Membership , but that's not useful in my case..

    Does any one has ever does this in Umbraco then please suggest how can i do this?

  • Drew Garratt 44 posts 192 karma points
    May 17, 2013 @ 11:42
    Drew Garratt
    0

    Hi Sangeeta,

    It's a pretty open scenario you have there. But there are some packages that might help get you started.
    I can of course recomend Umbraco Contour http://our.umbraco.org/projects/umbraco-pro/contour

    Contour now supports MVC (yay) which makes dealing with forms a whole lot easier. The package would allow you to with very little actually coding, create Login, Registration and account managment pages. On top of that simple membership features would allow you to create either your own basic implementation of forum with relatively little development.

    Almost all the feature necesary to implement these features are pressent both Umbraco and Contour. Razor gives and of course partial views give access to easy to call classes and libraries for the authentification of users and the retrival of user data. Add to that other recent useful features in Umbraco such as relationships http://umbraco.com/follow-us/blog-archive/2012/12/7/getting-to-know-umbraco-relations.aspx and you can really build something quite powerful.

  • Sangeeta 20 posts 80 karma points
    May 17, 2013 @ 15:44
    Sangeeta
    0

    Drew Garratt

    oh thanks for that , i will try contour and will get back to you if it really helps.

  • Sangeeta 20 posts 80 karma points
    May 19, 2013 @ 19:25
    Sangeeta
    0

    Hey contour is paid one, i was looking out for open source package. I think there is no open source package available for creating Login and  Registration form in umbraco.

    So i started on my own to create such Forms using some of the tutorials listed below:

     

    http://blog.bartdemeyer.be/2013/01/using-mvc-frontend-pages-in-umbraco-4-11-1/

     

    i learned to create controller and views using above tutorial. But not clear how to create Registration and Login Form. Has any one ever did this ? please advice

Please Sign in or register to post replies

Write your reply to:

Draft