umbraco Questions
4
Solved
So, i'm developing my razor macroscripts in Visual studio for my Umbraco project.
Everything is working fine, but there are two things really annoying.
If I want to make a new CSHTML file the be...
4
I have the following rewrite rule that works perfectly fine on a regular asp.net project, running on IIS7.
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
<match url="(.*)" /...
Denbrook asked 23/12, 2014 at 0:46
1
Solved
Just installed the latest Umbraco (7.2.1) package via NuGet. My development environment is as follows:
Umbraco is installed installed on IIS8 as shown below and is all up and running.
My Visual ...
5
Increasingly, I have noticed the number of Content Management Systems in use. I have some familiarity with SiteCore. I have read some literature on Umbraco. I only just got wind of Orchard the othe...
Un asked 19/2, 2011 at 3:55
2
Solved
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 a...
3
I have a MVC4 App created in VS 2010 with Umbraco 6 too and I've created a web deploy project which is used by my Team City CI server to deploy my website to a CI environment for testing.
On the ...
Spithead asked 28/6, 2013 at 16:20
1
As the title says, when should I use @Umbraco, @CurrentPage or @Model in Razor views to get properties from a node.
@Model.Content.GetPropertyValue() returns a strongly typed object, whereas @Curr...
Resurgent asked 1/10, 2014 at 12:53
3
Solved
In umbraco, is it possible to check if certain property exist for particular node? For example, I am having 5 nodes and I am having media picker property for first node alone. I need to check all t...
Wellman asked 4/6, 2010 at 12:23
1
Solved
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 ...
Trug asked 12/9, 2014 at 0:7
2
Solved
History
I'm a Web Forms developer with some .NET MVC experience, new to Umbraco and learning as I go.
So far I've been following the Umbraco documentation and videos to get set up which means all...
Salic asked 1/9, 2014 at 10:26
2
Solved
In the sample code, this is how you get the Home page from a .cshtml file
var homePage = CurrentPage.AncestorsOrSelf(1).First();
Now, how do I get a specific page/node (not related to current pa...
1
I created a document type named "Home", created some content of this document type and some others underneath it. I have now renamed to "HomePage" but now greeted with the following error on any pa...
2
Solved
I am working with Umbraco 7 and with Umbraco for the first time. I am trying to redirect to another page from a custom controller that implements RenderMvcController.
I have tried ASP.NET MVC's r...
Duluth asked 4/1, 2014 at 11:12
1
Solved
I have a MVC application where I have installed umbraco 6.1.6 nuget package.Now I am trying to call a controller from a view using Jquery AJAX function. The controller is placed in MVC controller f...
Manikin asked 1/7, 2014 at 10:44
3
Solved
I've created a new document type and created a page from this type. I've filled out all the required fields and published the page and I get the following error in the Link to document field
Oop...
Tiossem asked 8/6, 2013 at 17:49
2
Solved
Is it possible to use an async action within an Umbraco SurfaceController (and UmbracoApiController)
I tried the following code
public async Task< ActionResult> HandleLogin(LoginViewModel m...
Legislate asked 11/4, 2014 at 8:8
2
Solved
I am trying to follow Jorge Lusar's suggestion on unit testing Umbraco. I could not get GetRoutingContext method to work because the Umbraco.Web.Routing.UrlProvider constructor is getting a null re...
1
Solved
I'm having issues with Umbraco when trying to get access to a node by it's url.
I've been trying to form an xpath query to select on the url, but I've no idea how to do that, and everything in th...
2
My breadcrumbs are broken because of incorrect link to home page.
Please tell me, how can I change the "Link to document" parameter manually.
I use umbraco 4.7.2
I need the omain name only on home ...
Antipodes asked 12/2, 2013 at 13:13
1
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 sit...
Narayan asked 16/6, 2014 at 8:49
2
Solved
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.
Control...
Fitter asked 14/5, 2014 at 15:19
2
Hello I have in the AppSettings of the web.config file and using Umbraco 4.6.1.
I go to page that takes way to long to load initially, so I append ?umbDebugShowTrace=true to the page, but it doesn...
2
Solved
I have a project which is using umbraco cms, ie. MSSQL (Now we are rebuilding the site in WordPress). Which i cannot understand the relations. It's difficult in Umbraco. So i would like to download...
Deposition asked 16/5, 2012 at 1:21
2
Solved
I'm running an instance of umbraco 7. But I can't seem to set miniprofiler to work with it.
Set this on my global.asax:
protected void Application_BeginRequest()
{
if (Request.IsLocal)
{
Mi...
Autotrophic asked 6/3, 2014 at 16:2
1
Solved
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 pro...
© 2022 - 2024 — McMap. All rights reserved.