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
2 answers

Dynamic CSS styling in Umbraco

I have inherited an Umbraco system (with little Umbraco knowledge on my part) and I am currently looking at performance of the site The branding/styling is currently controlled through a "Brand" document type which allows the site admin to specify…
Mike
  • 2,391
  • 6
  • 33
  • 72
1
vote
1 answer

"Publish at" in Umbraco doesn't work (401 error)

The publish at functionality doesn't work- the items simply stay unpublished forever. There are two errors in the log that are somehow connected - both are 401 errors. I tried to enable anonymous authentication to the folder Umbraco/Webservices,…
adamos_w
  • 11
  • 1
1
vote
1 answer

How to call a partial while inside a macro

I have a macro that is being used to loop through a media type full of carousel images. That part, as well as the if statement defining which image I really want, is working beautifully as a banner. My problem is that the banner is supposed to have…
a_lovelace
  • 490
  • 4
  • 11
1
vote
2 answers

Can I rollback Umbraco to recover a lost stylesheet

I had umbraco crash while editing a stylesheet and it has completely wiped out the contents of it. Is there a way to recover this? The demo app is hosted in Azure.
James Fleming
  • 2,589
  • 2
  • 25
  • 41
1
vote
1 answer

Get property value instead of just Id

I have this line i an Umbraco solution, which gets me the ids of the nodes selected, comma seperated. But what i want to get, in a oneliner, is a value of the node(s) selected. So currently it is just returning the node id like "1001, 1000, 1003"…
brother
  • 7,651
  • 9
  • 34
  • 58
1
vote
3 answers

Umbraco Document.getProperty(...).Value throws Null Reference Exception

I am writing a small app that links into Umbraco (a small stand-alone console application that will eventually run as a scheduled task on the server) and I'm using the Umbraco APIs (4.5.2) to make changes to the database/document. Here is a fragment…
Colin Mackay
  • 18,736
  • 7
  • 61
  • 88
1
vote
1 answer

Call custom Umbraco targets during TFS build

Is there a way to trigger the custom deployment targets through a TFS build? We are using TFS 2015 (with VS 2015, git repository) and I started with a Visual Studio build definition template, but the custom targets (UmbracoCms.targets) do not get…
mlhDev
  • 2,235
  • 1
  • 22
  • 43
1
vote
1 answer

Umbraco Admin UI not showing Tree Nodes thumbnail

When installing an Umbraco site, I changed my umbraco admin url from '/umbraco/' to '/myadminurl/', even before I went through the install process. Just like it's documented, I changed in the web.config the keys 'umbracoReservedPaths' and…
João Pereira
  • 1,647
  • 15
  • 18
1
vote
1 answer

Umbraco macro caching - does the cache clear with new content?

I am currently investigating macro caching on my Umbraco site. The navigation menu for my website is a macro, which extracts the nodes which are set to be included in the nav. I have set the macro cache period to 86400 seconds (1 day). However, when…
LoveFortyDown
  • 1,011
  • 2
  • 17
  • 37
1
vote
1 answer

Speed up build to debug in Visual Studio using Umbraco

I have a Microsoft Visual Studio solution/web site that includes several other project dll's within the bin folder. When I make changes to other projects and wish to only update the dll and start debugging, I have to sit for a minute or two while…
flyinryan
  • 94
  • 1
  • 12
1
vote
1 answer

Umbraco DateTime Picker Custom Validation

Have noticed that umbraco datepicker property doesn't allow for dates before 1900. Is there someway I can customize the validation to allow for this?
tama
  • 315
  • 2
  • 14
1
vote
1 answer

How to get multi media picker in Jquery in Umbraco

Here is my script which load image slider from Jquery