Questions tagged [umbraco]

Umbraco is an open-source content management system platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. Since version 4.5, the whole system has been available under an MIT License.

More information about Umbraco can be found on the main Umbraco website.

Community provided support and documentation can be found on our.umbraco.org.

Umbraco was first created in 2000 by Niels Hartvig and went open source in 2004. The current version is available for download on the Microsoft Web Platform Installer or directly from GitHub.

Development of Version 5, based on ASP.net MVC, was retired at the Umbraco developer conference 2012. Since then, efforts have gone into building on the more mature Version 4 and version 6, including integration of MVC, and also a rewrite of the core API. Version 7 comes with a new user interface.

It is in use on over 110,000 sites worldwide and has a strong developer community, including a number of certified partners across the globe.

The Umbraco HQ released Umbraco as a Service (Uaas) on a paid subscription plan in September, 2015.

4461 questions
1
vote
2 answers

Creating Custom data type in umbraco 7.3 without using AngularJS

I want to create a custom data type in Umbraco 7.3 without using AngularJS but I cannot do it because I don't have any knowledge about AngularJs. I googled and saw that all of examples wrote by using AngularJs. Is there any way to create a custom…
x19
  • 8,277
  • 15
  • 68
  • 126
1
vote
1 answer

Umbraco 7 searchCriteria with all fields

Hi i have search on Umbraco 7 and it works OK, but i have to add a lot of search fields to index and it´s not practic. How can i search through all fields? @{ string searchQuery = Request["query"]; if…
user3585932
1
vote
1 answer

How do I make Umbraco play nice with NWebSec's built in CSP Report event handler?

I'm working on a website which uses the Umbraco CMS version 7. I'm using NWebSec to implement a CSP header on the website. NWebSec has built in functionality to raise a .Net event when there's a CSP violation. Normally you'd catch that event with…
Necoras
  • 6,743
  • 3
  • 24
  • 45
1
vote
2 answers

AltTemplate nested templates using Masterpage's - Umbraco

I've successfully added alttemplate's for mobile pages, in regards to templates without a masterpage. When it comes to using masterpages I'm lost with setting the necessary URL's. Example: Home Masterpage > About > Contact mHome mMasterpage >…
thatguy
  • 99
  • 1
  • 11
1
vote
0 answers

Why are generic properties not visible?

I am very new to Umbraco and did just my first fresh install. Anyway, I am pretty sure I am missing something. I created a new document type, my MasterPage. Inside my MasterPage I created another node called About. Both my MasterPage and my About…
user3180943
  • 181
  • 1
  • 2
  • 17
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
vote
2 answers

Umbraco url for blogs. Adding url prefix

I have a DocumentType called Blogs. It has a child DocumentType called Blog. I create a content of type Blog. The name of that content is "Coding is great". I can now navigate to that blog with the URL: www.example.com/coding-is-great I want it to…
Jimmyt1988
  • 20,466
  • 41
  • 133
  • 233
1
vote
1 answer

Umbraco Grid custom editor not persisting config to the Model

I am trying to implement a custom Umbraco Grid editor for a fixed width and height image. The config in /config/grid.editors.config.js now looks like this: [ { "name": "Image", "alias": "media", "view": "media", "icon":…
Gecko
  • 1,333
  • 1
  • 14
  • 26
1
vote
1 answer

Incrementing variable inside for-each

I need to make some kind of identifier/flag when reaching some if statements. So that I only write the

once in the for-each (Code is below):
Anonymous
  • 1,303
  • 4
  • 19
  • 31

1
vote
1 answer

Website not working after migration from one EC2 server to another

I'm wondering if any of you can shed some light on a problem I'm having. I had a website located on an Amazon EC2 instance, it was working with no problems however the person who set it up located it the wrong region. As a result I've set up a new…
Pheonyx
  • 851
  • 6
  • 15
1
vote
0 answers

Umbraco: Only index media that has been picked

Short story is that we want to be able to perform a fast search in Umbraco for media that has been picked somewhere. We have an umbraco 7.2.x site. We wanted to index all of the PDFs in our media, so we could search them. We have that all figured…
bowserm
  • 1,046
  • 10
  • 25
1
vote
0 answers

$.ajax call returns html document in data instead of json?

I have the following form: @model ProductFilterModel
@Html.DropDownListFor(x=>x.VehicleYearId,new…
xaisoft
  • 3,343
  • 8
  • 44
  • 72
1
vote
1 answer

Update multiple Umbraco sites through windows application

We are using umbraco 7.1.3 As per client's requirement we need to create more then 550 Umbraco CMS sites for different cities with same template and asp.net user control which access data from one master database. So we created one windows…
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
4 answers

Using a custom class file in Umbraco XSLT

I'm trying to reference a custom class file in XSLT code. I deployed it as a DLL file to the /Bin directory. Keep getting this error: System.Xml.Xsl.XslTransformException: Cannot find the script or external object that implements prefix…
JGrimm
  • 399
  • 2
  • 4
  • 22
1 2 3
99
100