Questions tagged [umbraco]

Umbraco is an open-source content management system platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. Since version 4.5, the whole system has been available under an MIT License.

More information about Umbraco can be found on the main Umbraco website.

Community provided support and documentation can be found on our.umbraco.org.

Umbraco was first created in 2000 by Niels Hartvig and went open source in 2004. The current version is available for download on the Microsoft Web Platform Installer or directly from GitHub.

Development of Version 5, based on ASP.net MVC, was retired at the Umbraco developer conference 2012. Since then, efforts have gone into building on the more mature Version 4 and version 6, including integration of MVC, and also a rewrite of the core API. Version 7 comes with a new user interface.

It is in use on over 110,000 sites worldwide and has a strong developer community, including a number of certified partners across the globe.

The Umbraco HQ released Umbraco as a Service (Uaas) on a paid subscription plan in September, 2015.

4461 questions
1
vote
0 answers

Umbraco 7.3 glass.mapper vs BoC.Glass.Mapper

I want to add glass mapper to a new install of Umbraco, but there are two versions available: BoC and regular. I know in Sitecore the BoC version is a branch of glass mapper version 3 so project using Glass do not have to upgrade to keep current.…
heilch
  • 161
  • 4
  • 14
1
vote
1 answer

How to build pages using data from external database

I tried asking before, but I am so bad at this it hurts. I was given a database which stores "products" (they are services) and information about them. Also i received part of an website that has a menu (some html and javascript). The relative links…
1
vote
1 answer

how to create an umbraco site programatically

how to create an umbraco site programatically? the following url creates a basic site but does not involve any coding. How do we create a site through coding in visual studio by installing umbraco through nuget? Does anyone know any tutorials to…
Rama
  • 73
  • 1
  • 4
  • 14
1
vote
1 answer

Skill set required to build and manage websites on Umbraco

We are an enterprise sized company hosting our websites on Umbraco and are looking to bring development in house. When looking for the resource for this, can anyone please suggest a skill set list for this resource? Would it be an ASP.NET web…
1
vote
1 answer

Umbraco - On Saving Override removes Macros from content

I have a method overriding the Umbraco.Core.Services.ContentService.Saving. It's just adding some classes to images and wrapping the image in a div. But now I started enabling some Macros to be added in the rich-text editor and the Macros disappear…
Ricardo
  • 41
  • 4
1
vote
1 answer

How to enlarge tree timeout in Umbraco

In Umbraco (7.1.6) I have some media folders with a lot of content. Some folders don't expand. I think this has something to do with the amount of content. The error occurs when trying to access:…
Ravenix
  • 1,010
  • 4
  • 15
  • 40
1
vote
1 answer

How to deploy Umbraco 7.3.1 without backoffice

Is there a standard way to deploy Umbraco without the backoffice? Some other cmses call this Author / Publish. I want to configure 2 sites, the public site which does not have a backoffice, and an author site which does have the backoffice. Both…
Reid Evans
  • 1,611
  • 15
  • 19
1
vote
1 answer

Umbraco, XSLT, How do I render child content in a parent page?

I have content that I've structured as follows in the content section in umbraco: Items under the content node that have a folder icon are Content Pages. A content page can have another content page as a child or a content section which are the…
user297691
1
vote
0 answers

Umbraco and Route attribute on ApiController

I have the following API controller in Umbraco: public class DocumentTypeController : UmbracoAuthorizedApiController { private IServices services; public DocumentTypeController(IServices services) { this.services = services; …
Jimmyt1988
  • 20,466
  • 41
  • 133
  • 233
1
vote
1 answer

Edit "created" date and time Umbraco

I'm wondering if it possible to make it so that the user is able to choose a "Created" time of a site and if nothing is entered, the current time is used. Is this possible?
John
  • 165
  • 1
  • 1
  • 15
1
vote
0 answers

Using Layout (MasterPage) in MVC4 with Umbraco 7.2 has significant performance hit. Why?

In our project we use MVC4 + Umbraco7.2.8. On one of the pages we make around 25 calls to the server simultaneously, each call is full-fledged http get to controller's action which returns cshtml view. Then results are parsed and displayed on a…
Yura Lutyj
  • 11
  • 2
1
vote
0 answers

Web.config inheritance - location not working

I have an old version of Umbraco running (4.7), working fine. Inside, I want to run a separate .NET MVC application (virtual directory). I'm having problems with Web.config inheritance... tag doesn't seem to solve it. Umbraco…
Duke
  • 145
  • 3
  • 11
1
vote
2 answers

Umbraco - Multiple Media Picker - Split and output images

I'm currently working on partial view that loads Google Maps and lots of information using Umbraco 7. What I'm trying to do is load project images within an "infoWindow" (bottom function of the code) Google API popup (the marker pop up info). I've…
Madness
  • 618
  • 2
  • 7
  • 22
1
vote
0 answers

How to handle Lucene's "System.UnauthorizedAccessException - segments.gen" in an Azure WebApp?

Umbraco 7.1.8 running as an Azure web app has yo'yo'ed a couple of times, the logs show the following error message: ClassName": "System.UnauthorizedAccessException", "Message": "Access to the path…
1
vote
0 answers

Extending Umbraco ProfileModel with custom member model

I have the following code while updating the member account detail information: /// /// Verifies and edits the member fields. /// /// /// MemberDetailsFormViewModel containing all the…
Marko Jovanov
  • 418
  • 10
  • 25