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

Umbraco Non-Page Items

I've been working quite a bit with the Sitecore CMS, and I'm now trying to learn Umbraco. What is the best method/practice for creating non-page items in Umbraco? In Sitecore, I would create items outside the web site's content tree, and access them…
Liam Smith
  • 152
  • 9
1
vote
1 answer

Umbraco 7 Custom Property Editor

I'm using Umbraco 7.4 and I've created a custom google map property editor which has the autocomplete feature enabled on the map. I've created a separate standard textbox property below the google map property on my document type, and when the user…
user3267755
  • 1,010
  • 1
  • 13
  • 32
1
vote
0 answers

Glass Mapper Umbraco - No parameterless constructor defined for this object

I've recently followed this post on how to set up Umbraco and Glass Mapper. All of my code is set up the same as the example. However I keep on getting an error when I create a controller. No parameterless constructor defined for this…
CosX
  • 1,920
  • 2
  • 15
  • 25
1
vote
1 answer

Dropdown menu in Umbraco Cms

This is my Master layout page. I am generating the dynamic menu, but clicking the dropdown does not show any items. What am I doing wrong? @inherits Umbraco.Web.Mvc.UmbracoTemplatePage @using ContentModels =…
1
vote
1 answer

Umbraco alternative Membership User control

I been doing asp.net (vb.net, c#, javascript, jquery) programming for several years now, I've always built my sites form scratch. I was starting a new project where i require different levels of users and memberships. So I decided to use umbraco 7…
drewex
  • 317
  • 3
  • 13
1
vote
1 answer

How do I install Umbraco on Azure by using SQL Azure database as backend?

I have successfully installed Umbraco on an App Service in Azure by using the following approach: Visual Studio 2015 -> New empty Web Application Installed current Umbraco nuget package Published in a new Web App on Azure -> Works fine. By default…
1
vote
1 answer

Umbraco MemberService GetAll method and return the data to angular js call

I am trying to fetch all the member using Memberservice as below public GetAllmembers() { int totalRecords; var Members = ApplicationContext.Current.Services.MemberService.GetAll(0, int.MaxValue, out totalRecords); foreach (var member…
Harshit
  • 397
  • 2
  • 6
  • 17
1
vote
0 answers

Umbraco Macro can't see media items until sort is performed on the media tree in the backend

I have a strange behaviour on one of my Umbraco 7.3.7 sites. I have a couple of razor macros that loop through folders and files in the media tree and writes out links to view the sub folders or link to the files. The macro is working fine on the…
1
vote
1 answer

Publish error on fresh umbraco install

I'm very new to umbraco and this is my first install so apologies if i ask some pretty beginner questions. So I've just installed umbraco using nugent. I build the program and then press 'control & F5' to run it. After Umbraco is installed I went…
onTheInternet
  • 6,421
  • 10
  • 41
  • 74
1
vote
1 answer

Cross domain @font-face from main site and subdomain

I checked some other solutions on StackOverflow and did not find the answer I am needing so I am asking this. I have a site 'subdomain.myexamplesite.com' and my main website 'myexamplesite.com'. I am hosting my CSS on 'myexamplesite.com' for the…
ClosDesign
  • 3,894
  • 9
  • 39
  • 62
1
vote
1 answer

Get current culture in Umbraco version 7.3.5 back end with AngularJS

Is there an easy way to get current culture in Umbraco back end for a node? Right now I have to send $scope.editorState.current.id to my back end, run this C# metod…
Ogglas
  • 62,132
  • 37
  • 328
  • 418
1
vote
1 answer

Umbraco on Azure and Forms

I used the Azure portal to install an instance of Umbraco. I need to use the Umbraco forms for a simple contact form. The Umbraco instance contains the forms and I can perfectly create and configure everything I need about forms (fields, workflows,…
Georges Legros
  • 2,494
  • 2
  • 23
  • 42
1
vote
2 answers

Umbraco Page redirect Issue

I am developing a Umbraco Website using ASP.NET MVC 5.0. Following is the structure of the website Home Page 1 Page 2 ... C1, C2 are properties shared by all the pages(Home, Page 1, Page 2). H1, H2 are Home Page properties. P1, P2…
RAM
  • 856
  • 1
  • 8
  • 27
1
vote
1 answer

Unable to FTP into Azure web app

This problem first came about when I learned that a client of ours was running into permission errors on their site. [IOException: The media is write protected.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)…
1
vote
1 answer

Umbraco: Nuget vs Source Download

So I have Umbraco v6 currently setup via a release download and split into a class library and a website. I need to upgrade to v7 at some point and have some question on how I should setup. What are the pros/cons of setting up through Nuget vs…
Devin Gleason Lambert
  • 1,516
  • 1
  • 13
  • 22