umbraco Questions
2
What is the purpose, and when should I use a SurfaceController vs RenderMvcController? It seems that there isn't really anything I can do with a SurfaceController I can't do with RenderMvcControlle...
Centurial asked 16/12, 2014 at 23:12
3
Solved
I have a simple Umbraco 7.7.2 application and I'm hosting it on Azure (app-service). When I restart the server it takes 20-40 seconds for first time requesting a page which is really annoying speci...
With asked 5/2, 2018 at 11:6
2
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 St...
4
I need to generate a GUID with XSLT and if needed C#, does anyone know how to best do this?
It is to generate unique IDs for HTML items.
2
Solved
To be honest, I've no idea how Umbraco handles clearing its cache. I'm currently developing a property editor, and I'd like to see the result of my changes in the content section. However whenever ...
3
Solved
As the title asks, Where in the database does Umbraco store its version information?
Norton asked 22/11, 2010 at 12:44
3
Solved
I need to move users off of Umbraco to another CMS and all their passwords are hashed. I'd like to prevent users from resetting their passwords and would like to implement the same hashing algorith...
3
I just got thrown into the Umbraco ASP.NET CMS for my latest project, I'm not sure if this is how it across the board but for my setup Knockout.js is doing all the templating.
I'm not too keen on ...
Blindfish asked 18/7, 2014 at 5:55
8
Solved
This should be something embarrassingly simple, but I can't get it to work: I'd simply like to display an image that was uploaded to the Umbraco Media Library (Umbraco 7.1.1) within a Partial View ...
1
Solved
Is it possible to utilize Umbraco with an ASP.NET Core API project?
Can these two techs work together or do I have to use .NET 4.x ?
:::::::::::::::::::::::: UPDATE ::::::::::::::::::::::::
I acc...
Levitate asked 11/8, 2017 at 8:46
3
Solved
Hello stackoverflow people
hope you can help me with maybe a simple question, but couldn't find a solution elsewhere and I have just been working with umbraco for a week now and have never used the...
Jeroboam asked 11/12, 2013 at 14:15
7
Solved
I'm much happier with the quality of output I can get with MVC over webforms: hand crafted HTML that isn't full of additional machine generated gubbins (polite term). I realize of course that MVC i...
Splay asked 6/4, 2011 at 10:46
1
Context
Umbraco CMS website runs on Azure as App Service
Scheduled Publishing
One of the Umbraco functionalities is to allow to publish content on a given time. The publish functionality makes a...
Holbein asked 21/5, 2017 at 19:21
3
Solved
Ok am am very new to Umbraco/C# and what I am trying to do is loop through a custom media type to build banners for the home page of my application and the @bannerUrl always returns the images prop...
1
Solved
We have an Umbraco website (version 7.5.11) hosted on Azure Web Apps.
We are experiencing the following exception intermittently (3 times within the past 3 weeks). Once the exception occurs it bri...
Apparatus asked 26/4, 2017 at 8:56
2
Solved
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
404
Whe...
Protomartyr asked 15/6, 2015 at 16:37
0
Our team use Umbraco 7 as our CMS. We have a simple MVC web site and two main environments; TEST and PROD. Each environment has it's own Umbraco installation and database.
I've been tasked with s...
Brazzaville asked 5/12, 2016 at 13:59
1
Solved
After deploying my web application on internet, I cannot access to Login form for umbraco admin back-office [http://www.cake-and-art.de//umbraco][1]
I've encountered an error.
How can I solve it?...
Tableware asked 2/12, 2016 at 1:29
1
Solved
I've installed umbracoCms((version 7.5.4)) nuget package to my empty mvc project (.Net 4.6.2, vs2015). Then, I run the project and it opened installation page. Then I customized connection and used...
Pampero asked 28/11, 2016 at 19:47
3
Solved
I have used GetTags() method under umbraco.cms.businesslogic.Tags.Tag to get all tags under a group or node.
var tags = umbraco.cms.businesslogic.Tags.Tag.GetTags("default");
But with umbraco.cm...
Verdugo asked 30/3, 2015 at 8:44
2
Solved
I'd like to add my own section to the umbraco dashboard so that I can integrate my own admin piece to the existing login/admin structure. Is this possible without editing and recompiling the umbrac...
Claymore asked 8/6, 2009 at 23:4
5
Solved
I'm working on a project that will use Umbraco for CMS capability, but also has a fairly simple ecommerce requirement. I'm aware of Commerce4Umbraco, are there others? Or, should I look elsewhere f...
Varsity asked 27/5, 2009 at 20:18
2
Solved
I want to apply where condition on Umbraco Collection.
Code:
var workList = CurrentPage.work.ToString().Split(new string[] { "," }, StringSplitOptions.RemoveEmptyEntries);
var workCollection = U...
Haberdasher asked 7/9, 2016 at 10:31
1
Solved
What is different between HttpContext.Current.Cache and ApplicationContext.ApplicationCache.RuntimeCachein Umbraco?
And which one is better to use in terms of efficiency?
I've used Umbraco 7.4.x i...
Mccarron asked 31/8, 2016 at 13:19
5
Solved
Using Umbraco 4.6+, is there a way to retrieve all nodes of a specific doctype in C#? I've been looking in the umbraco.NodeFactory namespace, but haven't found anything of use yet.
© 2022 - 2024 — McMap. All rights reserved.