Top "Umbraco" questions

Umbraco is an open-source content management system platform for publishing content on the World Wide Web and intranets.

Umbraco - Finding Root Node in C#

I'm working on a backend module, so Node.GetCurrent() is not an option. I need to find a way to …

c# umbraco
DotNetNuke, Umbraco or Orchard

First off please have patience for this long winded post. I wanted to get all the pertinent information (as I …

content-management-system dotnetnuke umbraco orchardcms sitefinity
Umbraco 7 + Razor: How to get a Document/Node by ID?

In the sample code, this is how you get the Home page from a .cshtml file var homePage = CurrentPage.AncestorsOrSelf(1).…

c# razor umbraco umbraco7
.gitignore not ignoring web.config

For my remote repository, I'm trying to ignore the web.config file of my Umbraco website. The .gitignore is in …

git umbraco
Umbraco how to use image property id to get URL

Ok am am very new to Umbraco/C# and what I am trying to do is loop through a custom …

c# umbraco umbraco7
Umbraco AncestorOrSelf(int) - what does it do?

When using: @Model.AncestorOrSelf(3) In a .cshtml template in Umbraco, this would presumably limit the node traversal to 3 levels. Is …

umbraco
Choosing a CMS: EPiServer vs Orchard vs SiteCore vs Umbraco

Increasingly, I have noticed the number of Content Management Systems in use. I have some familiarity with SiteCore. I have …

content-management-system sitecore umbraco orchardcms episerver
XSL if test display content when it has values

I have an if test where I want to display the content of the 'year' property with a comma when …

xml xslt xpath if-statement umbraco
301 Redirect one domain to another using web.config

I have multiple domains pointing to one hosting location. I wish to establish one of the domains as my main …

redirect iis web-config umbraco http-status-code-301
How to set up visual studio to create CSHTML files in (Umbraco) Project

So, i'm developing my razor macroscripts in Visual studio for my Umbraco project. Everything is working fine, but there are …

razor umbraco