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
7
votes
1 answer

Deploying an Umbraco site using Visual Studio

I'm almost finished with my first Umbraco site and i've been looking through these forums as well as the ourumbraco.org forums to try and find a definitive guide as to how to publish an Umbraco site to a live staging area however, as I have found so…
jezzipin
  • 4,110
  • 14
  • 50
  • 94
7
votes
1 answer

Is the file system shared across multiple Azure websites?

Quick question. I'm looking to deploy a website to Azure using websites. I read a comment that stated that the file system is shared across multiple instances of the website? Is this true? Does this mean if I upload an image to the file system on…
gg.
  • 658
  • 3
  • 14
6
votes
0 answers

Umbraco Lucene index for multiple values under one field

I have a requirement to index a series of key phrases assigned to articles. The phrases are stored as a string with a \r\n delimiter and one phrase may contain another phrase, for example: This is a key phrase This is a key phrase too This is also…
Town
  • 14,706
  • 3
  • 48
  • 72
6
votes
2 answers

Umbraco: "System.InvalidOperationException: The view found at '~/Views/Homepage.cshtml' was not created."

This is my first post in this stackoverflow. I hope to do it correctly. I spend hours look for a solution without results. I'm using Umbraco version 7.5.7 assembly: 1.0.6219.11990 I use Visual Studio Express 2015 For Web, if I run the project with…
6
votes
2 answers

How to apply Where condition on Umbraco Collection

I want to apply where condition on Umbraco Collection. Code: var workList = CurrentPage.work.ToString().Split(new string[] { "," }, StringSplitOptions.RemoveEmptyEntries); var workCollection = Umbraco.Content(workList); @foreach (var item in…
Ubiquitous Developers
  • 3,637
  • 6
  • 33
  • 78
6
votes
3 answers

How to create a virtual node in Umbraco

Situation I have created a new section in Umbraco 7.3 where I can manage a catalogue (create, edit, and delete products). When I create a product, I store all its information in a table in the Umbraco database. Please note that I do not create a…
Felipe Cruz
  • 1,119
  • 10
  • 18
6
votes
2 answers

Umbraco 404 with different culture not working

My issue is actually close to this one: Umbraco V6 404 not handled properly according to culture I have 2 directories with different culture: Content EN page1 page2 404 FR page1 …
Giu
  • 1,832
  • 2
  • 16
  • 31
6
votes
1 answer

Umbraco7 new backoffice section, edit date field, AngularJS

I'm trying to create an edit screen for a new section in the back office. I've followed various tutorials on how to go about this and it is working fine for normal text fields. However, my model has 2 date fields as part of it and I would like to…
Pheonyx
  • 851
  • 6
  • 15
6
votes
2 answers

Umbraco 7 custom cookies

I am running an MVC site along side Umbraco. The MVC site handles its own authentication completely separate to Umbraco, and ASP.NET Forms authentication for that matter. It sets a cookie and uses that internally to keep track of…
Brendan
  • 3,415
  • 24
  • 26
6
votes
2 answers

Umbraco 7 add new Item to Dashboard

I am trying to add new "Section" Item to Umbraco 7. Without Success. What I am trying to achieve is to Have additional Icon in left side menu after members icon. I saw , google analytics package adding icon there after installation. I've tried to…
StringBuilder
  • 1,619
  • 4
  • 32
  • 52
6
votes
1 answer

Working with non-Umbraco data in MVC and Umbraco project?

I am working on a project that has MVC 4 and the Umbraco CMS installed. I apologise - being newbie, my question may be weird. My question is: how do I work with types which I don't want to manage through Umbraco back office?Rather, it will be simple…
user576510
  • 5,777
  • 20
  • 81
  • 144
6
votes
2 answers

difference between Umbraco Surface controller and API controller

What is the difference between Surface and API controller for Umbraco? In standard MVC the general rule is: API is used for returning data, that can be consumed by multiple applications. Controller is used for returning views But I am bit unsure…
cpoDesign
  • 8,953
  • 13
  • 62
  • 106
6
votes
1 answer

Optimized bundles returning 404 when requesting from the website

I'm having this weird problem when I set: BundleTable.EnableOptimizations = true; When I try to open my website it just won't load, when I open Chrome's console I see the following message: GET…
6
votes
1 answer

Building a contact form in Umbraco 7

I´m new to MVC, and I have followed a tutorial for building a contact form page but get this error message: namespace name 'Models' does not exist Controller - ContactSurfaceController.cs namespace test.Controllers { public class…
user3446407
  • 83
  • 1
  • 8
6
votes
1 answer

Umbraco 7 Starter Kit?

I have worked with previous versions of Umbraco in the past but am currently evaluating Umbraco 7 for a new project. I am looking for a more conventional approach than the default "txt" starter project that is suggested by default. Are there any…
WillC
  • 1,761
  • 17
  • 37
1
2
3
98 99