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

URL rewriting with UrlRewritingNet fails with a + char in the URL

I'm using UrlRewritingNet in Umbraco to do some basic URL rewriting of product and category URLs. Everything is fine on my local machine (Visual Studio dev-webserver) and on our internal development server (Window Server 2008 with ISS 7, 32 bit).…
Emil Rasmussen
  • 653
  • 1
  • 5
  • 19
1
vote
1 answer

Umbraco website Session_Start method firing multiple times

I'm trying to wire up the global.asax Session_Start event for an Umbraco site. I want to set certain user info into the session object every time a new session is created. So far I have changed the Global.asax file to look like: <%@ Application…
Matt
  • 51
  • 5
1
vote
1 answer

Obtain all available subkeys of a translation dictionary key in Umbraco

Having the code // umbraco.cms.businesslogic.language.Language static string GetUmbracoDictionaryValueOrNull(string key, Language lang) { try { if (Dictionary.DictionaryItem.hasKey(key)) return new…
serge
  • 13,940
  • 35
  • 121
  • 205
1
vote
3 answers

Umbraco - How to display an image from a media picker in the src of an IMG tag?

How do I get the url of an image selected using a media picker in umbraco - I have found the umbraco documentation which highlights that the return value of the media picker is the ID of the item picked. But surely this would be what you use to add…
KlydeMonroe
  • 197
  • 2
  • 4
  • 18
1
vote
2 answers

Umbraco GetCropUrl not giving me a valid URL with Image Cropper

I'm using the image cropper on my media type > Image > Upload Image. This seems to be the best solution for creating responsive images in the media library. However, this presents me with the problem of finding out how to get the URL for my images…
Jon
  • 3,173
  • 3
  • 39
  • 66
1
vote
2 answers

Umbraco - Content Picker value for tags

I am trying to use a content picker's value for a href in a partial view but I am struggling to get the format right... I have been using @(node.GetPropertyValue("propertyAlias")) but when I use this in an it just displays the ID of the node. How…
KlydeMonroe
  • 197
  • 2
  • 4
  • 18
1
vote
1 answer

Umbraco BlogComment Create Ajax

Hello im trying to post my blog comments the function works. but the whole site refreshes inside the div, i tried playing around with the partialview in the controller but im not sure what to do can anybody here point me in the right directtion, i…
1
vote
2 answers

Get Umbraco node by path in c# (Language Switching)

I have a multi language site with the following structure: siteroot - en -- home -- login -- etc. - de -- home -- login -- etc. The content beneath the language nodes is not necessarily the same. When switching languages I want to test if a…
AyKarsi
  • 9,435
  • 10
  • 54
  • 92
1
vote
1 answer

Umbraco - Only Get Child Elements of an Document Type

I have a structure link below PageOne Columns -- ColumnItem-One -- ColumnItems-Two -- ColumnItems-Three -- ColumnItems-Four PageTwo Columns -- ColumnItems-OneB -- ColumnItems-TwoB I have a partial view which I want to…
KlydeMonroe
  • 197
  • 2
  • 4
  • 18
1
vote
1 answer

Umbraco / Sagepay : 500 / 5006 : Unable to redirect to Vendors web site. The Vendor failed to provide a RedirectionURL

I've integrated sagepay to an umbraco base website(V 7.4.2 MVC) Getting code reference code from : https://github.com/JeremySkinner/SagePayMvc request to sagepay and everything seems to work fine, but after redirecting user to sage pay web site.…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
1
vote
2 answers

Umbraco 7+ Search

I wonder if someone could help me... I am trying to get the Examine search working in Umbraco 7.3 but am struggling with the documentation. https://our.umbraco.org/documentation/Reference/Searching/Examine/quick-start when I look at the following…
KlydeMonroe
  • 197
  • 2
  • 4
  • 18
1
vote
1 answer

umbraco MVC custom routes using a dot in url

I have a problem with using a dot in url umbraco MVC custom routes. /logo/images/image.jpg?width=100 gives following errors: [NullReferenceException: Object reference not set to an instance of an object.] …
1
vote
1 answer

Rendering content inside an Umbraco page

I have a doc type that allows users to pick alerts for pages using a multi node treepicker. Alerts are instances of another document type. Alerts don't have their own page so I wanted to use their selected template like a partial. What I want to do…
1
vote
1 answer

Umbraco Examine Indexer exception when rebuilding index

When updating Umbraco to the latest version 7.4.3, we get a Sqlexception when Index rebuilds on app start. The message is: "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding". We have a…
1
vote
0 answers

Umbraco Form issue

When I try to check umbraco form using umbraco back end it gave me the following error: Server error: Contact administrator, see log for full details. Failed to retrieve data for child nodes undefined This is occurring in server and working fine…