Questions tagged [umbraco7]

Umbraco 7 is 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.

Umbraco 7 is the seventh 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.

Resources

https://umbraco.com/products/umbraco-cms/umbraco-7/

1479 questions
2
votes
0 answers

Umbraco headless Node.js client cannot authenticate headless client

I have been trying to implement the Node.js client for Umbraco headless. I have done the following: Set up Umbraco headless via my Umbraco cloud subscription Implemented a simple app in Vue.js Copied the example code from…
Code Pharaoh
  • 3,044
  • 2
  • 22
  • 26
2
votes
2 answers

How to hide a property in Umbraco 7

I am working in Umbraco 7 and have a requirement to hide/show a property based on some condition. So far, I found this blog but this is for Umbraco 6 - https://dejanstojanovic.net/umbraco-cms/2014/may/hide-property-in-umbraco/ I am unable to find…
Harsheet
  • 728
  • 9
  • 23
2
votes
1 answer

Front end page urls

I have an umbraco installation. I published a content named "Account" and umbraco gave it this url /account. Fair. Then I published a content named "Register" under content Account (I allowed Account Doc Type to have Register Doc Type as child). I…
Thanasis Ioannidis
  • 2,981
  • 1
  • 30
  • 50
2
votes
0 answers

Umbraco Public Access - Custom IsLoggedOn functionality

I'm using Umbraco 7.6.4 and protecting content using Umbraco's Public Access with member accounts. This is working fine, but i want to override how Umbraco determines if a user is logged on, returning the page content if authenticated or calling the…
Sam Jones
  • 4,443
  • 2
  • 40
  • 45
2
votes
1 answer

Umbraco - editing preview window sidebar options

I have a project which is using Umbraco v7.7.9 installed with nuget. I was wondering if it is possible to change the buttons displayed in the sidebar section when a user selects to preview a content node. Particularly I want to remove the option…
J. Campbell
  • 354
  • 1
  • 2
  • 15
2
votes
2 answers

Umbraco routing

I am studying a project developed by some guys in Visual Studio which cooperates with Umbraco. At first, I thought that this is a .NET MVC application on top of which Umbraco sits. However, after a more thorough look I can say it has nothing to do…
Unknown developer
  • 5,414
  • 13
  • 52
  • 100
2
votes
0 answers

Umbraco: Build a custom field type (Forms) with a dropdown that renders different choice depending on selected

Is this possible? enter image description here Add this custom field type for a form. Checkboxes changes depending on which selected option is chosen on the dropdown.
Gonzalo
  • 322
  • 1
  • 3
  • 13
2
votes
0 answers

Umbraco and Windows Authentication

My team tries to setup an intranet portal powered by Umbraco which requires Windows Authentication for authenticating its users that are stored as (Umbraco) Members. Currently we have done the following: In the Authentication Feature of IIS, we…
Kostas Siabanis
  • 2,989
  • 2
  • 20
  • 22
2
votes
1 answer

Umbraco surface controller not submitting to backend with POST

I basically have a contact form, which I need to POST to my Umbraco backend. The frontend looks similar to this: using (Html.BeginUmbracoForm("HandleFormSubmit", "ContactForm", FormMethod.Post)) {
MortenMoulder
  • 6,138
  • 11
  • 60
  • 116
2
votes
3 answers

Umbraco - Error This document is published but its url would collide with content (Change home node url)

I am having the above issue when trying to make the home node map to the '/' route in umbraco. I have been following the method used in the 'Hybrid Framework' Package Hybrid Framework for Umbraco v7 Best Practises The Structure I have is as follows…
Aeptitude
  • 172
  • 3
  • 20
2
votes
1 answer

How To call An Action In Umbraco Controller?

I created an Umbraco DocumentType with the alias Personal and created a controller that inherits Umbraco.Web.Mvc.RenderMvcController I added two Actions, one is the default action and the other is called Test. How can I fire the Test Action from…
2
votes
1 answer

Umbraco - Installation & database

I've begin the development of my Umbraco Website. I've forgot to include a database on the setup so I think that all my stuff is in the cache. Am I right ? However, I've tried to include a connection string, all is fine, Umbraco can connect to my…
Alex Caron
  • 350
  • 3
  • 19
2
votes
2 answers

Why can't I view or edit Umbraco templates?

When I open the Umbraco (7.6.3) backoffice, I'm unable to view or make changes to templates. It seems like other functionality is unaffected, and I can create & edit specific pages. However, attempting to open the templates themselves just leads to…
UrhoKarila
  • 354
  • 7
  • 26
2
votes
1 answer

Umbraco upgrading from 7.4.3 to 7.6.1 Cannot insert duplicate key

Am trying to upgrade Umbraco from 7.4.3 to 7.6.1 and receiving the following error from the installer: The database failed to upgrade. ERROR: The database configuration failed with the following message: Cannot insert duplicate key row in object…
HuwD
  • 1,800
  • 4
  • 27
  • 58
2
votes
2 answers

Umbraco 7.6.1 Upgrade Login Issue - 400 (Bad Request)

After Upgrading from Umbraco 7.5.3 to 7.6.1 I have become unable to log in to the backoffice as an admin. I have checked in the Users Database and userDisabled & userNoConsole are both 0, My Username, UserLogin & UserEmail are all the same, And I…