Questions tagged [umbraco6]

Umbraco 6 is the sixth stable release of Umbraco - an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. The open source backend is released under an MIT License while the UI is released under the Umbraco license.

Umbraco 6 is the sixth stable release of Umbraco - an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. The open source backend is released under an MIT License while the UI is released under the Umbraco license.

Version 6 of Umbraco includes integration of MVC, and also a rewrite of the core API.

More information about can be found on the main Umbraco website. Community provided support and documentation can be found on our.umbraco.org.

203 questions
0
votes
1 answer

How can I use a custom Provider for Umbraco:Image

I am making a desperate attempt at using the ImageGen tool with the Umbraco:Image control... The "documentation" (hack cough) for the control is here: http://our.umbraco.org/Documentation/Reference/Templating/Masterpages/umbracoimage At the bottom…
Bryan
  • 8,748
  • 7
  • 41
  • 62
0
votes
2 answers

Umbraco 6: How to put newly created node on top

In Umbraco 6, when you create a new node, it is put at the bottom. You have to sort it manually if you want it to be on the top. How can you make new nodes appear on the top by default?
Aximili
  • 28,626
  • 56
  • 157
  • 216
0
votes
1 answer

How to sucessfully link to another cms page in Umbraco

I am growing increasingly frustrated with Umbraco. I've been working on an Umbraco project for a little while now and I have been unable to figure out how to solve my problem (one of many). Scenario - I have a content managed page and on this page…
0
votes
1 answer

Public site vs administration site "out-of-sync"

I am a newbie using Umbraco for the first time. I keep having a strange issue. I made some changes yesterday in my admin section. Today I do not see these changes in my admin section but when I launch the website, I can see these changes. This has…
Ajit Goel
  • 4,180
  • 7
  • 59
  • 107
0
votes
1 answer

What is happening between PreRender and Unload

I have an ASP.NET Webforms master page which is taking 3.5 minutes to render, and I can't figure out why. I added logging, and it goes through Load and PreRender super fast, but after that, takes 3.5 minutes to get to Unload. The page being rendered…
MStodd
  • 4,716
  • 3
  • 30
  • 50
0
votes
2 answers

How to do url Rewriting In umbraco

I'm doing project in Umbraco CMS. I had created all necessary pages in this Umbraco. i published it. But i want to rewrite my url of each page . Do you have any idea?
M J
  • 13
  • 8
0
votes
1 answer

How to call Controller action method from umbracoo

I am new to Umbracoo . I was trying to call Controller action method from umbracoo . I find the solution for how to render view but did not find any way to call action method of controller ..
Soni
  • 425
  • 2
  • 6
  • 18
0
votes
1 answer

xslt getMedia Umbraco macro

I'm trying to create a dynamic gallery with xslt and have searched the forums but can't seem to find any threads with the same problem. The idea is that users can select up to 6 pictures from the media tab on the individual content pages so that…
Endot
  • 3
  • 4
0
votes
1 answer

Umbraco migration from SQL Server 2012 to SQL Server 2008 R2

I need to migrate from my home SQL Server 2012 Express server to SQL Server 2008 instance at my hoster. I tried to save backup my server and restore db on hosters server, but server threw exception about SQL Server version compatibility. Then I have…
0
votes
1 answer

Umbraco: how to create nested categories?

I'm pretty new to Umbraco but I need an answer from someone else more expert than me. I need to creare a sort of hierarchy, something like: CATALOG > FIRST LEVEL (1...n) > SECOND LEVEL (1...n) > PRODUCT From the basics I would create a documentType…
Ras
  • 628
  • 1
  • 11
  • 29
0
votes
1 answer

How to integrate existing MVC 4 application with Umbraco 6.1.6?

I have an existing ASP.NET MVC 4 application. I want to use Umbraco CMS to manage contents. I have read several articles but not yet sure how to integrate both the application together? What are the best approach? Please advice.
ajexpress
  • 287
  • 4
  • 13
0
votes
1 answer

Umbraco custom EventHandlers, how to set error message

First, excuse my english. I need to control moving some nodes to trash by it's alias. I have created my custom EventHandler for the "Document.BeforeMoveToTrash" event. I can set the Cancel flag to true, for preventing this action. Is there any way…
Hellaren
  • 422
  • 1
  • 5
  • 15
0
votes
1 answer

Getting children of a page by name

I'm trying to do something I thought was obvious, but I can't find a doc on this to save my life.. Basically, I want to build a list of links for all children of a page by it's name.. I'm trying this with no luck.. Is there an easy way to accomplish…
XeroxDucati
  • 5,130
  • 2
  • 37
  • 66
0
votes
1 answer

User Control as DataType in Umbraco

i am using umbraco with MVC and trying to use asp.net userControl as datatype by following a post Click here for post i followed but in my case onchange event of radio buttons are not called might be the situation is that i am using umbraco mvc so…
syed Ahsan Jaffri
  • 1,160
  • 2
  • 14
  • 34
0
votes
1 answer

Umbraco upload to Vimeo

Maybe someone knows the best way how to use Vimeo API from Umbraco admin pages? My goal is to upload videos from admin file system directly to Vimeo server. I'm in investigation mode so I appreciate every suggestion. I'm working with Umbraco 6.1.6 +…
Ivan
  • 73
  • 1
  • 8