Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I use Umbraco for this?

I have a requirement to setup a website that allows users, user blogs, a forum and is flexible enough to add other features via .net. I'm just about to evaluate Umbraco, but for another website that's clearly up the CMS alley, however the aforementioned project needs faster turnaround.

like image 662
madcolor Avatar asked Dec 18 '22 08:12

madcolor


2 Answers

Umbraco supports users, as in backend users with various editing and publishing permissions. There are a couple of blog and comments packages for backend users. Umbraco v4 also has Canvas (editing in place, within the website).

It also supports Membership which is front end website 'members'. You could provide blogs for these 'members' using an extension like Doc2Form.

Umbraco v4 now uses the standard .NET login controls so it's fairly easy to set up membership & registration.

For a forum Umbraco typically is paired with YAF. There is an article on how to do that at http://www.createsoft.co.uk/blog/

That article describes how to integrate YAF as a .NET control in Umbraco. If you are using Membership for other things, the forum will use a seperate username&password to the membership id. You'll need to ask on the Umbraco forum for info on how to get around that (it has been done)

It is easy to use or develop .Net controls in Umbraco. YAF and Doc2Form are 2 examples mentioned here.

like image 176
Adz Avatar answered Jan 03 '23 13:01

Adz


Umbraco is great for programmers, though (IMO) not so much for people less technically inclined. It does cater for all the things you have described, though in my experience, the relative lack of documentation make it a bit more difficult to work with users/groups and permissions (this is users and groups of a website not the actual Umbraco app).

Otherwise I found Umbraco to be great for any type of site and it is my CMS of choice.

NOTE: The last time I used Umbraco was about a year ago, so there might be much more docs now days.

like image 41
Darko Z Avatar answered Jan 03 '23 13:01

Darko Z