Umbraco is an open source .NET based content management system. It is released under the MIT license and powers a number of high profile sites, most notably Microsoft's own www.asp.net website.

learn more… | top users | synonyms

2
votes
3answers
1k views

Umbraco v5 dates?

we are starting a new project and I would like to know if V5 will be release soon, cause you know that MVC is way better than webform so I would prefer wait a little bit more and work with MVC than ...
2
votes
1answer
3k views

selecting top X items from Xml using XSLT in Umbraco

I have an Umbraco based blog and I want to display the top 10 posts in each category on the front page of my blog. Category is just another property on my Document Type. Umbraco basically stores ...
2
votes
3answers
1k views

urlrewritING.net query character in virtual url causing redirect loop

I've got a project where we're re-building a site for a client, the new site is using umbraco on the .net platform. the old site was cold fusion. Umbraco utilises the urlrewriting.net library so I ...
2
votes
4answers
3k views

XSLT, sort and group by year-date

Regarding Umbraco XSLT version 1. I have aprox. 150 news items in XML. Lets say like this (all is pseudocode until I get more familiar with this xml/xslt): <news> <data ...
2
votes
1answer
556 views

Umbraco 4.10 + Extending Global.ascx

Does anyone knows how to extend Global.ascx in umbraco 4.10 onwards? I want to register custom routes to my application. I have added code behind to the global.ascx and inherited as follows: public ...
2
votes
2answers
140 views

Should i work with INode or Node in Umbraco?

In many Umbraco examples i see two different approaches for the same types of work. Sometimes people select, query and return INode. Other people do everything with Node. Can anyone tell me which is ...
2
votes
1answer
279 views

Umbraco + wordpress

I've just heard about this umbraco ago and watched the demo on the official website. So is it possible to use it to maintain my wordpress blog? I'm currently using windows live writer where I can ...
2
votes
1answer
322 views

Umbraco 5 ask if user has permission to node

Im working with Umbraco 5.1 beta. On the internet (this information is from previous versions, could not find recent documentation on it) I find that I could ask a node if the user has Access. In ...
2
votes
2answers
832 views

XSLT For-Each Wrapping every nth item in a div

I have a series of nodes that are direct child nodes to a parent I want to loop over those nodes but have them wrapped in 'groups' of 4... I'm probably not wording this very clearly so this might ...
2
votes
2answers
617 views

looping in XSLT - <xsl:for-each

I need to render the following format in XSLT. I have a <xsl:for-each loop with 5 elements (Text1, Text2... Text5) and need to wrap an ul tag after every three elements. Any suggestions please? ...
2
votes
1answer
211 views

Should we build complex applications on top of a CMS?

At my latest job, we are basically told to build stand-alone web applications (which don't necessarily share an interface design), which in turn get accessed via a simple web portal. Since over time I ...
2
votes
1answer
802 views

xslt: matching position of filtered and sorted result set

this is a follow up to this post. Basically I need to get the position() of items within a filtered and sorted collection. Any advice on how to proceed with this? Thanks! XML: <?xml ...
2
votes
2answers
577 views

New to Umbraco, where should i start?

im new to Umbraco , i have been looking for a book or cbt to start learning it but no hope ! , any one can point me to where should i start ? any book ?! any compelete material ? any place where i ...
2
votes
1answer
2k views

Create UserControl to display a list of DocumentType in Umbraco 4.1

I'm new to Umbraco and I like it so far, I understand how it works but I'd like to know how, and what is the best way, to create usercontrols that display some informations from umbraco's DB? When ...
2
votes
2answers
1k views

Open node in Umbraco programmatically

I have created a dashboard for an Umbraco site and I want to link from it to various node in the tree. From what I can tell Umbraco uses editcontent.aspx?id={thenodeid} and ...
2
votes
2answers
86 views

Scheduling to run a macro on every hour

Is there anyway to schedule a macro in Umbraco or a .ascx file to run every hour? thanks
2
votes
2answers
118 views

Value = 'p.Value' threw an exception of type 'System.NullReferenceException'

In my umbraco website I got a code like this var p = currentNode.GetProperty("ucc") as Property; if (p != null && !string.IsNullOrEmpty(p.Value.Trim())) mailCC = p.Value; But it always ...
2
votes
3answers
235 views

Contents nested master page did not show

I'm using umbraco CMS version 4.11.3 Content nested master pages did not load(or show). (content header template did not show.) please help me. Master.master code: <%@ Master Language="C#" ...
2
votes
2answers
750 views

Multi Level Tree in Umbraco Custom Section

I'm currently trying to create a custom tree and I'm running into trouble when trying to render a nodes children. After browsing various articles/posts I'm at this point: public override void ...
2
votes
1answer
779 views

Articles not appearing after publishing through .NET to Umbraco

I have a .NET(C#) script which is pulling news articles from an XML file. Everything works fine, but when it comes to publishing them, and appearing on the web page, something's not quite right. ...
2
votes
2answers
1k views

Creating a new node via Razor (in Umbraco)

I'm trying to create a booking system within Umbraco, so that once a booking form has been submitted on my site, it also creates a new node in the Umbraco back-end for reference. Is it possible to do ...
2
votes
2answers
862 views

How to remove tilde (~) from rendered image URL's with Razor?

In Umbraco (4.7.0), I'm using a small Razor script to render images from an image property but even though this method is receiving the correct information, the images won't display; a tilde is always ...
2
votes
2answers
179 views

Best way to make milliondollarhomepage dynamic image grid?

I've been thinking about setting up a image grid similiar to milliondollarhomepage for a small domestic hobby idea , it would be dynamic. The grid would be around 500x500, I am wondering the best way ...
2
votes
3answers
940 views

Making an Ajax call in Umbraco from inside user control

For an Umbraco project, I am trying to make a simple Ajax call.. I can't use PageMethods because I need to make the call from inside a UserControl.. I tried to do it via web service call like this: ...
2
votes
3answers
3k views

How to add code-behind code to umbraco templates?

I am getting started with umbraco 4.5.2. I have my site up and running, and I am designing templates using some ASP.NET controls. How can I respond to events from these controls? For example, I have ...
2
votes
1answer
2k views

Creating a custom datatype in Umbraco

I am trying to create a custom datatype. The intention being a dropdown list. As of right now, I can access the control I created but no properties or values are showing up within it. Just the blank ...
2
votes
2answers
1k views

Does anyone know of a feature filled forum package for Umbraco 4.03?

I was wondering if anyone has built or know of a decent forum package for Umbraco 4.03?? I've had a little play with this but its a bit basic http://our.umbraco.org/projects/umbraco-forum-package ...
2
votes
2answers
66 views

Manipulate umbraco content using a console application

This is a noob question but I'm searching for some time and can't find any useful information. I need to develop a rotine (console application) that will read and write content into a umbraco site. ...
2
votes
3answers
258 views

Shared Umbraco Media Folder on Azure Cloud Instances

I have just implemented Umbraco in an Azure Cloud Instance. I was able to migrate my existing SQL Database to run on SQL Azure and everything runs fine, except for the images and documents inside the ...
2
votes
2answers
151 views

UmbracoLog table

In a load balanced server setup, our UmbracoLog table is receiving on the order of 50 records a second being written that all follow the same pattern (apologies for formatting) **id userId NodeId ...
2
votes
1answer
146 views

How to pass down info to all pages in Umbraco

How does the info used in master template as umbraco items get passed down to child templates? Master template Child template 1 Child template 2 In Master template I have ...
2
votes
3answers
231 views

Is the current page a descendant of a specific node id?

How do I check using a razor template in Umbraco to determine if the current page is a descendant of a specific node? I'll be using a case statement.
2
votes
1answer
115 views

Assign/call a page inside umbraco template

I have a page that has 3 sections... left top, left bottom and Right Column. It uses a masterpage from master template... how would I call three different page to fit in these three sections... For ...
2
votes
2answers
320 views

Umbraco.config file is not being written/published

Our Umbraco site was writing out its site structure to its XML config file for most of the project but recently it has stopped doing this and we don't know why. We haven't done anything new or unusual ...
2
votes
1answer
106 views

XSLT - JSON encode output in Umbraco

Well hello! I'm using Umbraco 4 and trying to generate valid JSON. However, my <xls:value-of /> does not encode my data. I want that, since a ', <, > or \ character simply breaks my JSON. ...
2
votes
1answer
293 views

Textbox doesn't exist in the current context

I have a problem with my code. Below is simple example, without a lot of unnecessary html tags. Only important things, to show up the problem. When I enter page, I get that error: Error ...
2
votes
3answers
230 views

Umbraco or MVC Razor Element with possible different CSS styles in beginning of tag

So I have seen this done before and I completely forgot where or what the syntax is. Help is greatly appreciated. So I have an element I want to add an CSS style to depending on what property is ...
2
votes
2answers
470 views

umbraco cms error when publishing

Page not found No umbraco document matches the url 'http://localhost:64018/' umbraco tried this to match it using this xpath query'/root/* [@urlName = ""] | /root/*') This page can be replaced with ...
2
votes
1answer
144 views

Can a WebRole be “recycled” programmatically?

IIS7 application pools can be recycled programmatically. Is there an equivalent concept for the web role in Azure? That is the basic question, but for background on why I ask, I include the ...
2
votes
1answer
776 views

Umbraco 5 surface controller and partial macro

I'm playing with Umbraco 5 (complete newbie) and currently trying to experiment with the surface controller and macro's. I've created a basic surface controller: public class TestSurfaceController : ...
2
votes
1answer
114 views

Umbraco throws stackoverflow exception when run from SVN checkout folder

This might sound silly, but my umbraco 5.1 application (after upgrading from 5.0) simply throws a stackoverflow exception and crashes the IIS/IIS express when run from the checked out folder (with svn ...
2
votes
2answers
213 views

Umbraco v5.x learning resources

Umbraco has lately made a move from ASP.NET Web forms to ASP.NET MVC 3. I have tried to find good resources which would help me to get started, but since it is so new I am out of luck. I would not ...
2
votes
1answer
524 views

Automatically logging into Ubraco using Windows Authentication

I am working away at a Umbraco project, with the goal to be that the user is automatically logged into Umbraco based on their domain username. These are the steps I have so far: I am hosting a test ...
2
votes
1answer
189 views

umbraco - site images

I have a static site with the structure index.html -css -img -js Simple question how do I get the js and img folders into the umbraco structure?
2
votes
1answer
341 views

Mapping umbraco node to strongtyped object

I am working with Umbraco 4.7.1 and I am trying to map the content-nodes to some autogenerated strong typed objects. I have tried using both valueinjecter and automapper, but OOTB neither of them map ...
2
votes
2answers
922 views

How to deploy Umbraco 5 website

I hope I'm asking this question in the right place. I also asked on umbraco forum, but did not get any response yet. I'm having problem with deploying my Umbraco 5 website to external hosting. On ...
2
votes
1answer
240 views

Can't install packages in Umbraco

I am trying to add a package to my umbraco website.as we all know usually there will be an option to install new packages under developer/Packages but here I cant see any thing under packages ...
2
votes
2answers
2k views

SQL Azure Timeout

We are getting SQL Azure Timeout issues when trying to connect from a Hosted web role ASP.NET / Umbraco application). The issue is intermittant. The exception is: At ...
2
votes
1answer
182 views

Umbraco contour on azure fails when form is submitted

I have installed my Umbraco site on Azure and this is working beautifully. I installed Contour on my Umbrcaco system which I did manually in order to successfully install the database. The whole form ...
2
votes
2answers
254 views

Umbraco: Storing spatial data

I'm researching Umbraco for use as a base in a large CMS project, however the project calls for the SQL Server 2008 database to store spatial data against content. Being new to Umbraco I'm still ...

1 2 3 4 5 29