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
1
vote
1 answer

Umbraco Exmine engine return duplicate results after modifying a document

I'm using Examine to search in website content, But whenever an article is updated, it is shown more than once in the result, with same count as the number of modifications !!
Nour
  • 5,252
  • 3
  • 41
  • 66
1
vote
1 answer

i want only published children in umbraco

I want only those children who are publish in content folder. this is my below code: @foreach (var item in Model.Children) { …
rushank shah
  • 856
  • 1
  • 9
  • 28
1
vote
1 answer

umbraco site Server Error in '/' Application

please help my umbraco site when i try to login to backend comes up Server Error in '/' Application i attached a screen grab below.
user3103102
  • 91
  • 1
  • 8
1
vote
1 answer

Umbraco 6 - Published page throws 404 in specific scenarios

I am running an instance of Umbraco 6.1.x and it has started throwing 404 on published pages. My page structure is as follows, Content Home About Course ... Component Home About Course Where component holds all resources and…
1
vote
0 answers

Impact of XmlContentCheckForDiskChanges in umbraco 6/7

What is impact of configuration option: False Questions I have in mind Does this impact performance and how? Does it improve…
cpoDesign
  • 8,953
  • 13
  • 62
  • 106
1
vote
1 answer

ViewBags using @Html.Action to render form on partial view

View:

Parent ViewData: @ViewData["Test"]

@Html.Action("MemberSignup","MemberSignupSurface") PartialView:

PartialView ViewData: @ViewData["Test"]

@using (Html.BeginUmbracoForm
CodeMonkey
  • 3,418
  • 4
  • 30
  • 53
1
vote
2 answers

Are Umbraco dictionary items cached?

Firstly, are Umbraco dictionary Items cached? If they are, how do you change the cache settings? Secondly, is there any way in which we can regenerate list of existing dictionary items with a new prefix? For example, if I have dictionary items with…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
1
vote
1 answer

How to set up multiple site with different domain / ports in umbraco

I am trying to setup umbraco site to point to multiple domain / port (css change / Template for each domain ) I have gone through many blog and followed the following steps , but I am not able to archived for above mention case. (I am using umbraco…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
1
vote
1 answer

Duplicate nodes for everything in umbraco admin dashboard

Suddenly we have duplicate nodes of EVERYTHING on our admin dashboard, what gives? I checked the DB, there are no duplicate published=1 nodes. Using Umbraco 6.1.6
David d C e Freitas
  • 7,481
  • 4
  • 58
  • 67
1
vote
1 answer

Project reference to access Umbraco content

MVC & C# newbie here. Wanting to add a form to an Umbraco V6.1.5 web site that contains dropdowns containing existing Umbraco content. I understand I need to create a controller and model and partial view. However, my issue is I don't know where to…
Craig
  • 1,704
  • 1
  • 18
  • 36
1
vote
2 answers

How to create a custom section in Umbraco 6 and above?

I need to create a custom section in umbraco 6. I've seen many references…
ggsmartboy
  • 454
  • 7
  • 14
1
vote
1 answer

Umbraco - formatAsDateWithTimeSeperator not working

Documentation is here In the Umbraco master template, I have this:
which takes the field of the content page with…
dayuloli
  • 16,205
  • 16
  • 71
  • 126
1
vote
1 answer

How to host / point asp.net website as umbraco sub site

I have two website one is umbraco site and other one is asp.net site both on different location on same server 1) Umbraco site ( umbraco V6 and IIS 7) And bind on let say Eg. http://localhost:8090/ 2) Asp.net website. (Simple Asp.net Site) Now…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
1
vote
3 answers

Umbraco query issue

I have existing site on dev server win2k8 32bit sqlserver 2012 express iis7.5 running umbraco 6.1.6 all works fine. I have ported the site to live server this is win2k12 iis8 sql server 2012. The port involved ftping up files and taking a db backup…
Ismail
  • 923
  • 2
  • 12
  • 29
1
vote
1 answer

Domain.GetDomainsById not working in Umbraco 6

I'm trying to get the language from the current node but are unable to get this working. umbraco.cms.businesslogic.web.Domain.GetDomainsById( umbraco.uQuery.GetCurrentNode().Id ).Id This will return 0 at all times. Any advice where to start…
Eric Herlitz
  • 25,354
  • 27
  • 113
  • 157