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

Umbraco-only accessible path for Tasks?

I want to build an umbraco task at something like /task. But how can I make sure that only the server is able to access the path? As in, I don't want it to be available for any users.
Evaldas Raisutis
  • 1,628
  • 4
  • 18
  • 32
1
vote
2 answers

Perform Action When property changes - Umbraco Events v7

When a user saves a given doc type I want to check a property value, if it has changed from the original value I want to perform some action. Any Ideas? I know how to use the events, what I need help with is the syntax... heres what I mean. void…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
1 answer

Via Code - Change the order of Umbraco Nodes in Back office

During the Gathering Node data event, I want to run some code and based on the result I want to change the order of nodes in the Umbraco back office. Is this possible? I'm using V6
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
2 answers

Use Content instead of Document in Umbraco (v6)

I would like to update some obsolete code from umbraco v4 in the updated to v6 solution. I have entitiesFolder = new umbraco.cms.businesslogic.web.Document(folderId); entitiesFolder.ReorderChildren( entitiesFolder.Children.OrderBy(fdoc =>…
serge
  • 13,940
  • 35
  • 121
  • 205
1
vote
0 answers

Intermittent cookie issues - Chrome / C# ASP.NET MVC / Umbraco

I'm having some really weird cookie issues on a website. It's an ASP.NET website, uses Umbraco 6.1.6 as its CMS but is mainly custom code and uses Forms Authentication for user login. It runs on IIS Server 2012 R2. On successful registration, the…
tenshi_a
  • 181
  • 2
  • 10
1
vote
2 answers

Update publish date programmatically in umbraco

How can I update the published date of a node programmatically in umbraco?
Francis Benyah
  • 567
  • 7
  • 11
1
vote
0 answers

Not able to render child Node's, child Node using Umbraco XSLT

I have following Content structure =Main Home Node -Child Node 1 -Child Node 2 -Child Node 3 - - Sub Node 1 of Child 3 - - Sub Node 2 of Child 3 - - Sub Node 1 of Child 3 -Child Node 4 I am rendering contains of Child Node which is Richtext…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
1
vote
1 answer

N issues detected - Umbraco Major version upgrade from 6.2.0 to 7.1.8

Currently upgrading from 6.2.0 to 7.1.8. and I am stuck. During the upgrade installer I have been shown a dialog window saying Major version upgrade from 6.2.0 to 7.1.8 There were 1 issue detected Property Editor with ID…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
1 answer

My umbraco6 site gets filled with spammy html files

I'm having problems with my Umbraco 6 (6.0.5) site that is running on IIS. Someone is exploiting it in some way and keeps uploading spammy html files to it. I get a lot of traffic to these files, which is not what I want and google webmaster tools…
JohanLarsson
  • 475
  • 1
  • 8
  • 23
1
vote
1 answer

Umbraco 6 cutom section set up not working

I have made a custom section in my umbraco, set up trees.config and applications.config, added a file under umbraco/custom etc. as per here for example How to create a Custom section in admin panel of umbraco 6? trees.config:
nickornotto
  • 1,946
  • 4
  • 36
  • 68
1
vote
1 answer

Umbraco - Editing courier.config kills Courier

Have some issues with courier - After Installing Courier inside the back office it asks you to enter a location, so I enter the location of the second instance of Umbraco. After logging out and logging back in I do get the extra menu item in content…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
1 answer

.aspx URLS giving 404 - Umbraco 6.2.1

I have just started working on an existing umbraco project built by another developer. The project is using version 6.2.1. In the root of the website I have a aspx file but when I try to browse the page: Example: wwww.mywebsite.com/myfile.aspx I get…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
0 answers

uCommerce AppHostBase.Instance has already been set

I am trying to upgrade my umbraco project (version 4.11.10) with uCommerce (version 3.2.3.13009) to umbraco (version 6.0) with ucommerce (for version of umbraco). but when I run the upgrade package of uCommerce after upgrading umbroco project to…
user1400290
  • 1,682
  • 5
  • 23
  • 43
1
vote
0 answers

After Umbraco 6 upgrade viewstate is not restored before Page_Load event

I'm trying to port a simple project from an Umbraco 4.7.0 deployment to an Umbraco 6.2.1 deployment. The project works fine in 471, but when running in the 621 deployment none of the form values are picked up by the code behind. I can see the values…
Matt
  • 13,948
  • 6
  • 44
  • 68
1
vote
1 answer

Can not create user in backend

I set up a somehow complex project using umbraco 6.2.1 on a Windows Server 2008 R2 Datacenter with SQL Server Express 2008. I extended umbraco using own .Net Code in an assebmly and razor code in the backend's Developer-section. Since some point in…
Georg Jung
  • 949
  • 10
  • 27