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
2 answers

Umbraco: Error loading userControl '~/usercontrols/Slider.ascx'

I'm creating a macro in Umbraco. I'm using a .NET user control and I add the .dll to the bin folder. But still I have the same error: Error loading userControl '~/usercontrols/Slider.ascx' Could someone help me? Thank YOU,
Aroma
  • 173
  • 7
0
votes
1 answer

Strange querystring in MVC4 url's

I'm building an Umbraco V6 MVC site and have a number of controllers. When you enter a URL into the address bar or click one of the navigation links like www.domain.com/candidates when the page renders the URL has changed to…
Ian Houghton
  • 249
  • 3
  • 19
0
votes
1 answer

Umbraco: Get "Last Edits" values from content

In my umbraco project, i require values in the "last Edited" tab, inside C# code. How can i get those values? Please Help, Thanks.
Erma Isabel
  • 2,167
  • 8
  • 34
  • 64
0
votes
1 answer

Umbraco : Multi-node tree picker xpath expression

My content node looks like, * ProductList * Product Category 1 * Product 1 * Fruits * Fruit 1 * Colors * red * blue * Product 2 * Fruits * Fruit…
Erma Isabel
  • 2,167
  • 8
  • 34
  • 64
0
votes
1 answer

How can I extend back-office(dashboard and tree) in Umbraco 6.x?

I would like to extend back-office(dashboard & tree) in Umbraco 6.x Please introduce some good references about it or explain it. I've watched a move about it but it wasn't good special in extending tree! For example I want a custom tree in…
x19
  • 8,277
  • 15
  • 68
  • 126
0
votes
1 answer

Filtering nodes in Umbraco uComponents Checkbox Tree

The umbraco website I'm working on has the below structure. Categories Filters Batteries Brakes Products prod 1 prod 2 prod 3 Package Sizes Filters 5 pack 10 pack 20 pack Batteries 6…
Sparda
  • 608
  • 2
  • 12
  • 25
0
votes
1 answer

Umbraco how to call CHTML Razor to pass json statuscode to javascript

I'm new to umbraco. I'm trying to create a email widget to footer of my homepage. What i'm trying to achieve is sending a mail and then passing a json statuscode to javascript. I'm wondering whether is it possible to do this using Razor script My…
AllSpark
  • 425
  • 1
  • 4
  • 17
0
votes
2 answers

uSiteBuilder 3.0 loads DocumentType fields but not the DynamicNode fields

I've encountered a problem working with Umbraco 6.1.5 and uSiteBuilder 3.0.0 where when I instantiate a strongly typed DocumentType using ContentHelper all the fields defined in the DocumentType are loaded into the object but fields like Name, Id or…
Harry
  • 336
  • 1
  • 11
0
votes
1 answer

Embed node inside node in umbraco

I'm working on embedding content in rich editor, but not sure where to start. Iv'e got a bunch of nodes that contains data that i want embedded in other nodes. Now what i want, is to make a macro, where i can choose one of these nodes, and insert…
Christian Bekker
  • 1,857
  • 4
  • 27
  • 43
0
votes
1 answer

How to add a custom section in umbraco 6.1.x

I found few blogs on adding new Section to umbraco 6.1.x. But nothing seems to work perfectly. Can someone help me ?
0
votes
1 answer

Umbraco: What can I do to fix my stream content with Multiple Node Tree Picker?

I'm looking for a correct way to use the 'Multiple Node Tree Picker'. I installed the package, created a data type with it, then I wrote a Macro and I can use the drag and drop feature to choose what pages I want to show in the Homepage (from the…
0
votes
3 answers

Create dialog in umbraco 6.0.5 is empty

I am working on an Umbraco(6.0.5) project and eveything was fine till yesterday. Today, the Create dialog stopped working properly on the main Content tree and the Media tree. The dialog is just coming up empty as shown in the attached image. This…
Sparda
  • 608
  • 2
  • 12
  • 25
0
votes
1 answer

Umbraco: Must derive from WebViewPage, or WebViewPage.

I am running Umbraco 6.0.7 and trying to make a partial view work in a template, but get the error The view at '~/Views/Partials/kb.cshtml' must derive from WebViewPage, or WebViewPage. I am unsure how to fix this - so any help is appreciated.…
Sha
  • 2,185
  • 1
  • 36
  • 61
0
votes
1 answer

"Cannot Resolve Partial View X" in Umbraco 6 Html.Partial

I'm using Umbraco 6, and am using the new MVC architecture. I have a document type view template, which has a view model, which is instantiated and has it's properties populated from the controller. One of these properties is a collection, and in…
JustinMoser
  • 545
  • 2
  • 6
  • 25
0
votes
2 answers

How to implement Remote validation in Umbraco 6.0 for MVC

Content Item url is http://www.mysite.com/us/signup which gives the error as mentioned below, Error message No url for remote validation could be found. Validation attribute is on the property in the model is [Remote("IsStoreExists", "Stores",…
Harsh Baid
  • 7,199
  • 5
  • 48
  • 92
1 2 3
13
14