Questions tagged [umbraco4]
27 questions
0
votes
1 answer
ASP.NET MVC Publish to sub directory in ASP.NET WebForms gives Error 404
I have ASP.NET WebForms project in root directory working perfectly.
But now I have created my new project ASP.NET MVC and uploaded to mysite.com/subdirectory but I don't have access, it gives 404 - File or directory not found.
Here is my WebForms…

tyasird
- 926
- 1
- 12
- 29
0
votes
0 answers
Umbraco v4 console Api
I was wondering if there is any console api similar to
https://github.com/sitereactor/umbraco-console-example
but for Version 4 of Umbraco.

ali
- 350
- 2
- 15
0
votes
1 answer
Updating Umbraco client files
I just applied the fix from https://our.umbraco.org/forum/using/ui-questions/24203-Anchor-changes-into-img-tag#comment-152217 into my /umbraco_client/tinymce3/themes/umbraco/js/anchor.js code, and restarted the website on my IIS, but that doesn't…

Jonathan De Badrihaye
- 342
- 1
- 4
- 19
0
votes
1 answer
I upgraded umbraco version (4.9-4.11.10) everything was fine, but when I build the project I get this error
Could not load type 'Umbraco.Web.UmbracoApplication'. Global.asax problem when I build my project
General Questions
Umbraco 4
Hi everyone ,
I made a upgrade of Umbraco (vers 4.9 - 4.11.10) and I've got error when I build my project. it's
Server…

otto4
- 3
- 3
0
votes
1 answer
Umbraco 4.7 - Domain Level URL Rewriting
I'm using Umbraco 4.7 and I am trying to use the UrlRewriting.config file to set up a domain level URL redirect.
So for example, if a user hits the website at the following URL
www.OLD-Domain.com/join.aspx
I want rewrite the URL permanently…

Ayo Adesina
- 2,231
- 3
- 37
- 71
0
votes
1 answer
Interract with a console application from Umbraco
I have an Umbraco (v4.7) site installed on localhost.
I need to do an action (let's say log to console or file) every time a umbraco node is published.
So I need to interact with an external application (like Console or Windows Service) from an…

serge
- 13,940
- 35
- 121
- 205
0
votes
3 answers
Umbraco: x.GetPropertyValue("myProp") vs x.myProp
I use Umbraco v4, but think this should be a common problem.
I have a generic property "myNode" of "Content Picker", that should obtain a DynamicNode...
so doying myObj.myNode I obtain the node itself... so can use myObj.myNode.Url
But doying the…

serge
- 13,940
- 35
- 121
- 205
0
votes
2 answers
Umbraco 4.9 Display Media Picker Image in Template
I'm trying to allow content editors to be able to choose the main banner image on a page by having it chosen through a Media Picker property.
I've tried the standard inline XSLT of:

brimble2010
- 17,796
- 7
- 28
- 45
0
votes
1 answer
Umbraco Architecture with query string parameters for document
I have a client web app that I've been asked to make some updates to. I have a small number of development hours to work within so a redesign of the system is not an option at this time.
The app was written using classic asp with logic to pull…

Ryan Thomas
- 479
- 5
- 16
0
votes
1 answer
Get all property types - Umbraco 7
I'm trying to follow an example, but I think it was written for an older version so I am looking for the umbraco 7 equivalent to this:
List types = PropertyType.GetAll().ToList();
Umbraco.Core.Models.PropertyType' does not contain a…

Ayo Adesina
- 2,231
- 3
- 37
- 71
0
votes
1 answer
Identify Ajax request in a Umbraco page
I use Umbraco 4.7.
I have a page of news - NewsPage with 3 functionalities:
a) display the list of news (3 max on first page, module NewsList.cshtml),
b) "display detail of a news" in a popup (template Ajax\Popup.cshtml), and
c) "display more…

serhio
- 28,010
- 62
- 221
- 374
0
votes
1 answer
Umbraco: display a module in another module
I use the version 4 of Umbraco, and wondering if there is a way to render a module from an other module.
say
Root
=> Folder1
=>=> Page1
=>=>=> PageLayout
=>=>=>=> MainContentZone
=>=>=>=>=> MyMainModule
=>=>=>=>=>=> MyChildModule1
=>=>=>=>=>=>…

serhio
- 28,010
- 62
- 221
- 374