How to integrated Dynamic site in mvc3 with Umbraco CMS
I need to create a CMS in umbraco with following features:
Login
Registration
Account Management
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?
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.
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:
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
How to integrated Dynamic site in mvc3 with Umbraco CMS
I need to create a CMS in umbraco with following features:
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?
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.
Drew Garratt
oh thanks for that , i will try contour and will get back to you if it really helps.
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
is working on a reply...