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 dictionary translations are not working correctly on localhost

I have downloaded an Umbraco 6 site and I have tried replicating the environment locally in my machine, using the production database and the compiled site from production. If I go to the Umbraco backoffce and to the Settings => Dictionary entries,…
Miguel Mesquita Alfaiate
  • 2,851
  • 5
  • 30
  • 56
1
vote
2 answers

Use Umbraco Membership Login authentication info to authenticate another project login

I am new to Umbraco and find it very interesting, I have the problem below. Can anybody please help? I have Umbraco configured in one of my projects which is in MVC, which is working fine, in this project I have members created. I have another .NET…
1
vote
1 answer

Applying different Content Security Policies to different directories with NWebSec

I've got an ASP.NET MVC website with a heavily customised Umbraco 6 backend as the site's CMS. I've been upgrading the content security policy (CSP) headers all across the site, which I am doing by use of NWebsec, and the website now happily uses…
1
vote
0 answers

Umbraco cache issue - front end not refreshing immediately

I have Umbraco CMS Version (Umbraco v6.1.6 (Assembly version: 1.0.5021.24867)). I have a strange issue, whenever I make any change in back-end using editContent.aspx page, it some times reflect on front end immediately, but most of time it doesn't…
user1400290
  • 1,682
  • 5
  • 23
  • 43
1
vote
1 answer

Umbraco upgrade : Site just showing up "The website is restarting" message

I upgraded Umbraco from v.6.1.6 to v.6.2.0. Republished all content. Deleted files/folder from TEMP folder. Now, Umbraco is working fine, but wen I go tot the actual website, its just showing up "The website is restarting" message. I waited long…
1
vote
1 answer

Umbraco7 - ContentService.SaveAndPublishWithStatus VS ContentService.SendToPublication

I have an application that uses a combination of ContentService.Saved & ContentService.Saving to extend Umbraco to manage content. I have two websites in one Umbraco installation I am using those methods to keep content up to date in different parts…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
2 answers

Code added to CodeBehind not executing

I'm very new to Umbraco, I am still picking my way through how it works so it is entirely possible that I have missed something extremely obvious. I have been asked to amend how a slider on a MasterPage functions, I've found the markup for the…
Burgi
  • 421
  • 8
  • 24
1
vote
1 answer

Obtain all available subkeys of a translation dictionary key in Umbraco

Having the code // umbraco.cms.businesslogic.language.Language static string GetUmbracoDictionaryValueOrNull(string key, Language lang) { try { if (Dictionary.DictionaryItem.hasKey(key)) return new…
serge
  • 13,940
  • 35
  • 121
  • 205
1
vote
0 answers

automated interlinking pages with hyperlink in umbraco

I want to use an existing umbraco package ,where i can automate interlinking of Umbraco contents Just like wikipedia. Is there anything in umbraco for automated interlinking pages with hyperlink, anchor text, which can be further moderated manually…
Sangeeta
  • 388
  • 5
  • 19
1
vote
1 answer

Umbraco: Nuget vs Source Download

So I have Umbraco v6 currently setup via a release download and split into a class library and a website. I need to upgrade to v7 at some point and have some question on how I should setup. What are the pros/cons of setting up through Nuget vs…
Devin Gleason Lambert
  • 1,516
  • 1
  • 13
  • 22
1
vote
2 answers

How to get data from custome-controller,model in umbraco?

Hi i am started working on umbraco CMS can anybody tell me how to display contents from model to controller and return data to respective view, want to do something like this :- ContactViewModel.cs public int id { get; set; } public string Name {…
Nimesh khatri
  • 763
  • 12
  • 29
1
vote
2 answers

Umbraco + mvc page redirect with data

I want to redirect to other Umbraco page with model data. Currently i am just redirecting to other Umbraco page but not with model data. public ActionResult CNOReplacement(MasterViewModel Model) { ViewBag.TestData = "Testing…
Rahul
  • 2,309
  • 6
  • 33
  • 60
1
vote
1 answer

Umbraco 6.2.1 with MVC 3

I am pretty much good with MVC 3 and now have been searching to integrate my application using Umbraco CMS and I have Installed it in my solution but do not know how to integrate this and how to Use it.
SantyEssac
  • 789
  • 2
  • 19
  • 47
1
vote
1 answer

Getting (404 - File or directory not found) running site. in Umbraco 6

Surprisingly I am getting 404 error message while navigating to pages. And when I re-publish that particular page, it get start rendering , but again when I try to access it using direct url (Eg. http://SiteName/PageName.aspx) it again gives 404…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
1
vote
1 answer

Refresh Page On Save And Publish

I've created doc type with property e.g. (Name = "ItemId" Type = "Label") When i try to "Save and Publish" node with current doc type i set some value to this label. (note that i override SendAsync…
progproger
  • 958
  • 2
  • 10
  • 21
1 2
3
13 14