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
1 answer

Unable to upgrade from Umbraco 6.0.7 to 7.4.0

I need to upgrade one of our websites from Umbraco 6.0.7 to 7.4.0. I've updated the NuGet package and followed upgrade guides. I've replaced umbraco, umbraco_client and config folders to make sure there is no configuration incompatible with 7.4.0.…
Dusan Janosik
  • 296
  • 3
  • 11
1
vote
2 answers

How to get data from custome-controller,model in umbraco?

Hi i am started working on umbraco CMS can anybody tell me how to display contents from model to controller and return data to respective view, want to do something like this :- ContactViewModel.cs public int id { get; set; } public string Name {…
Nimesh khatri
  • 763
  • 12
  • 29
1
vote
1 answer

How do I format hyperlink column gridview in my codebehind file?

I am trying to make a column a hyperlink in my grid view. I am Using Umbraco 6 childpages as datasource. I have a link but at the moment it's going to /website/masterpages/url with %20% in the spaces My View is like this:
1
vote
1 answer

Switching from Local SQL to Azure SQL Database on Azure VM - Lower performance

Currently I am hosting my online application on an Azure VM. This is a pretty standard Umbraco website with around 300 visitors per day, nothing special here. Details of Azure VM: - Basic A3 - 4 cores - 7 GB Memory In the current situation MsSQL…
Smiter
  • 23
  • 3
1
vote
1 answer

Style Umbraco @Umbraco.GetDictionaryValue

I have this dictionary value, something like this: @Umbraco.GetDictionaryValue("BookingStep1_ClosedPickup") in it I have a sentence that says something like: The location Closing hour is 16 and in the dict value i have defigned hours like so [hours]…
user1780729
  • 520
  • 1
  • 7
  • 24
1
vote
3 answers

Return json as default from Umbraco API Controller

As the title says I would like to return json as default instead of XML. In a normal Web API i can edit App_Start/WebApiConfig.cs and add the following line but I can't find where to edit the configuration in…
Ogglas
  • 62,132
  • 37
  • 328
  • 418
1
vote
0 answers

How to disable umbraco cache

My content editors are complaining because the content they edit is not being updated immediatly in the browser and it's making their job hard. I have tried the following in umbracosettings.config to no avail:
Jimmyt1988
  • 20,466
  • 41
  • 133
  • 233
1
vote
1 answer

extending umbraco 7 backoffice

Hi everyone this is my first Umbraco project, so maybe this's a silly question. In this project we want to add a new section/application in the umbraco backoffice called "provider" which contains the CRUD operations of our own business model. After…
Nicolas Rojo
  • 703
  • 1
  • 7
  • 14
1
vote
1 answer

Umbraco Razor code breaks when wrapping a Div round the multiURL picker

When wrapping my MultiURL picker within a div tag, it breaks the page, has anyone seen this type of behaviour before when creating new templates in Umbraco? If anyone has experienced this before and can share a fix, that would be much…
djk
  • 13
  • 3
1
vote
1 answer

UmbracoAzureBlobStorage - Files lost after some times Using Umbraco 7

I have a project that uses a combination of these tools: ================================== Azure website Azure Blob Azure CDN UmbracoAzureBlobStorage - 1.0.10.5 - https://github.com/idseefeld/UmbracoAzureBlobStorage WindowsAzure.Storage -…
Gabriel Robert
  • 3,012
  • 2
  • 18
  • 36
1
vote
2 answers

Umbraco + mvc page redirect with data

I want to redirect to other Umbraco page with model data. Currently i am just redirecting to other Umbraco page but not with model data. public ActionResult CNOReplacement(MasterViewModel Model) { ViewBag.TestData = "Testing…
Rahul
  • 2,309
  • 6
  • 33
  • 60
1
vote
2 answers

Sort child nodes by date - Razor Umbraco

For the following examples, I'm using a content tree which looks like this: Content tree @inherits Umbraco.Web.Mvc.UmbracoTemplatePage @{ var home = Model.Content.Descendants().Where(x => x.DocumentTypeAlias == "BlogContainer");
1
vote
1 answer

Mocking Umbraco Context - GetUmbracoContextWithRouteData Method on UmbracoContextHelper class Missing

Is there an alternative method for GetUmbracoContextWithRouteData() on the UmbracoContextHelper class (Umbraco.Tests assembly) in Umbraco v7.3.4? I need to mock an instance of IUmbracoContext on my Unit Tests, which I could do previously with the…
EdsonF
  • 2,719
  • 3
  • 30
  • 34
1
vote
3 answers

Umbraco Client Dependency Handler Error

Actually my website works fine in my local system(IIS Express) with debug=true and debug=false, but when i have published to Production environment it gives a "404 not found (dependency handler)" error for the following request with debug=false set…
Nikhil Prajapati
  • 944
  • 1
  • 12
  • 30
1
vote
1 answer

Umbraco 6.2.1 with MVC 3

I am pretty much good with MVC 3 and now have been searching to integrate my application using Umbraco CMS and I have Installed it in my solution but do not know how to integrate this and how to Use it.
SantyEssac
  • 789
  • 2
  • 19
  • 47