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 to achieve auto contextual linking in the Umbraco CMS?

I want to manage internal contextual link building in my articles, but somewhat in a well-managed and easier way. It is a pain to change all the link URLs in a text if we change a URL of a page which is linked to many pages in their content.
bizima
  • 1
  • 2
0
votes
1 answer

Logging In Issue - Umbraco 6 - I am sure I have the right password

Just took over an umbraco 6 project from another developer, the first thing I wanted to do was to get it running locally on my computer. So I restored the DB back up file, created a local website in IIS, and then changed the connection string. When…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

Umbraco connection reset error

We encounter "connection reset error" when trying to save a content that contains some words i.e. "or", "find", etc. The problem is not related to the length, content or something etc. except from these reserved words. Do you have any idea on how to…
Jack
  • 1
  • 21
  • 118
  • 236
0
votes
1 answer

How to redirect category page to first child in Umbraco without a ThreadAbortException

(I'm about to answer this question as well, because I've found the solution, but Google didn't really help, so hopefully this will gain some PageRank for the search terms I was using.) We have a big Umbraco site with several sections, but most…
Owen Blacker
  • 4,117
  • 2
  • 33
  • 70
0
votes
1 answer

Upgrade to 7 Error: Could not load type 'Umbraco.Web.UI.Install.Default'

Been trying to upgrade to V7 from V6 for a few days now, running in to a lot of problems. The first time I tried to do it, I actually did upgrade, but then an issue with UComponents made me roll back, I removed Ucompenets and tried to upgrade again…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

Courier Build for - Umbraco v6.2.4

I have just finished an umbraco project and want to install Courier. How ever I am a bit confused about which version of Courier I should Install. I am using Umbraco v6.2.4 (Assembly version: 1.0.5394.15649) But on the Courier package page >…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
2 answers

Umbraco - Using Examine to search Umbraco.Tags

I have a umbraco doctype with a field that is of type Umbraco.Tags. Using examine to search the field like this: var searchEngine = ExamineManager.Instance.SearchProviderCollection["ExternalSearcher"]; var searchCriteria =…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
2 answers

How to add more than one Regex function in one line of code

I am trying to add 2 functions in one regex line. It is for a formula on a website, where the user must input 4 digits: ^[\d]*$ a{4} The first line means "only digits" and the second is "exactly 5". The first line of code is working in my system.…
0
votes
2 answers

The current httpContext can only be set once during a request Error

I get this Error The current httpContext can only be set once during a request. once in a while on my Umbraco Site (Version 6.0.3). Not sure how to resolve this.
Rolwin Crasta
  • 4,219
  • 3
  • 35
  • 45
0
votes
1 answer

Umbraco count active content pages

I would like to get a count of pages in nodes in an Umbraco site with output something like this: Root (9 subnodes) First Folder (4 subnodes) document 1 document 2 document 3 document 4 Second Folder (3 subnodes) document 1 document 2 document…
ericdc
  • 11,217
  • 4
  • 26
  • 34
0
votes
1 answer

How do I turn off the Examine Dashboard?

When I go to the Developer section in the backoffice these two rest services are kicked…
jamesSampica
  • 12,230
  • 3
  • 63
  • 85
0
votes
1 answer

Get all property types - Umbraco 7

I'm trying to follow an example, but I think it was written for an older version so I am looking for the umbraco 7 equivalent to this: List types = PropertyType.GetAll().ToList(); Umbraco.Core.Models.PropertyType' does not contain a…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

What's the equivalent approach in Umbraco 7 to "Insert content area placeholder" button

I am learning Umbraco. The installed version on my machine is 7.1.3(if I am correct, at least I am sure it's V7), but the free video tutorials uses V6(WebForm) or earlier version. I saw the guy clicked a button "Insert content area placeholder" on a…
Franva
  • 6,565
  • 23
  • 79
  • 144
0
votes
1 answer

Umbraco 7: Map property to page and check if is associated with current page

In my Content section I have a property editor (Archetype) that allows to set content for the site independently from the content tree. I need to display only the sub categories from one category based on what page I'm currently on. What I have now…
alex
  • 1,300
  • 1
  • 29
  • 64
0
votes
1 answer

How can I disable the context menu of a treeview?

I've created a custom section with a treeview. I want to remove the context menu that appears when you right click on the tree nodes because I don't want the user to be able to create/delete. I've been following a few tutorials on it and I've…
GMon
  • 638
  • 6
  • 14