Umbraco is an open source .NET based content management system. It is released under the MIT license and powers a number of high profile sites, most notably Microsoft's own www.asp.net website.

learn more… | top users | synonyms

1
vote
0answers
25 views

Umbraco, memory. How to find the cause?

Since two weeks we have a problem with one of our websites, in „rush hours” (Analitycs shows ~170-200 people in real-time) it consumes all available memory (16GB). Normal state is between 2-3GB ...
0
votes
1answer
17 views

Server.Transfer to use alttemplate in umbraco

I have 2 templates for a single node. Based upon the user agent I am redirecting to the respective template using Response.Redirect("?alttemplate=template2"). I tried ...
1
vote
0answers
14 views

TinyMCE plugin in umbraco

I'm trying to add a custom button for umbraco richtext datatype, so i made a simple plugin for TinyMCE... But i cant seem to get it working, it shows up in the datatype, but not when i open the editor ...
0
votes
1answer
16 views

Umbraco ucommerce - Checkout pipeline not executing automatically after DIBS payment callback

I am facing exactly similer issue as this issue,(I am using DIBS test card). I checked all relative posts but somehow could not solve it. I did all the configuration suggested in ...
1
vote
1answer
17 views

umbraco.library get nodename but string utf-8 show wrong

I get nodename like this: string text = umbraco.presentation.nodeFactory.Node.GetCurrent().Name; but it shows like this: BETON KÖÅÂÂK How can I solve it?
0
votes
1answer
16 views

no suitable method found to override error in umbraco razor

In my umbraco website I am trying to access a function through razor script. Function is written in C#, compiled and added dll to my umbraco website. public static XPathNodeIterator ...
1
vote
0answers
16 views

How to get 2 domain canonical redirect in web.config to work

I have an Umbraco CMS that is hosting 2 web sites with different domains. I need to perform canonical redirects for each using the iis rewrite from the web.config. Example: mydomain1.com -> ...
0
votes
0answers
13 views

Contour form with dropdown

A contour form with a dropdown has hardcoded values. What i would like to do is send an email to a specific user depending on the value selected. I have read the documentation but a little unclear ...
0
votes
1answer
10 views

MembershipUser isApproved not working

I have tried solutions like here How do you update the aspnetdb membership IsApproved value? But it still doesn't work for me. isAprproved always passes true for new member. I am creating a member ...
1
vote
1answer
17 views

Difference between Umbraco NuGet Packages

I was wondering if someone could explain the differences between the Umbraco Cms Core Binaries Package and Umbraco Cms NuGet Package? Thanks in Advance
0
votes
0answers
20 views

Umbraco 6 MVC4 plugin

I’m having an issue that I need some help for. I’m trying to make an MVC4 plugin for Umbraco 6.0 that enables me to use my own controllers and views, inside an umbraco template – also using custom ...
0
votes
2answers
18 views

Show last updated date in umbraco

I want to display last updated date in umbraco 4.7 Say if i even make a small change in content from the admin panel, it has to pull the updated date so that i can show that in footer of the website ...
0
votes
0answers
15 views

Umbraco: assign member type dynamically

How can I assign the correct provider/ member type to a new member created in code behind? I have 2 types of Members in my umbraco. I want to create multiple members dynamically and need to choose ...
0
votes
0answers
16 views

umbraco Create member with correct type dynamically

I have 2 member types in my Umbraco 6: Member1 Member2 and I'm using .net Membership providers. This is what I have in my web.config: <membership defaultProvider="UmbracoMembershipProvider" ...
1
vote
1answer
23 views

CMS umbraco - xsl descendant

I have a page with a folder and links inside -FirstPage +folder -page -page -folder -link1 -link2 -link3 -page I want to reach the link1,link2,link3 in the tree. My current ...
-1
votes
0answers
18 views

Choosing between Wordpress and Umbraco for a Site Solution [closed]

I am managing the production of a web site. The plan is to create three seperate site experiences, Small Screen Tablet, Desktop. This choice is based upon performance as well as tight contol of the ...
0
votes
1answer
25 views

alttemplate shows the default template id instead of redirected template

I have a default desktop template Home. Using alttemplate I am redirecting the user to mobileHome template when the user request from mobile. Now when I use <xsl:value-of ...
0
votes
0answers
14 views

Viewing model properties inside Umbraco template

This should be simple enough question but I am having problems with it, I am trying to enable disable sidebar in umbraco template based on Model's property. <%@ Master Language="C#" ...
-1
votes
0answers
24 views

Get rid of Asynchronous Ad made of Iframes

I'm working with umbraco and trying to use Shadowbox for displaying gallery Popup on the screen I have successfully implemented shadowbox in it and it works very fine. But the problem is before each ...
1
vote
1answer
15 views

Umbraco : Footer Menu True/Flase Property

I've tried adding a simple footer menu to umbraco6 using a new property showInFooter (True/Flase) on the doc type Textpage. Creating the xslt file with the below: <?xml version="1.0" ...
1
vote
1answer
19 views

Listing recently modified pages

How would I list URLs of recently modified pages on an Umbraco website? Preferably with mod date and author.
-1
votes
0answers
23 views

Can't run umbraco project @ localhost

Error Message : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is ...
1
vote
1answer
35 views

ASP.NET Dynamic Data site within Umbraco 6

I have a Dynamic Data site in a folder called admin. This folder is in the root of the website and referenced in the reserved paths section of the web.config file. After upgrading from Umbraco 4.7.2 ...
0
votes
0answers
16 views

Error while debuying umbraco

Server Error in '/' Application. CS0012: The type 'umbraco.interfaces.IApplicationStartupHandler' is defined in an assembly that is not referenced. You must add a reference to assembly 'interfaces, ...
0
votes
0answers
14 views

Tool to display different text for site with same language

I have a multi-lingual website, e.g. en-uk, en-us. I have two sub-sites that share the same language and using dictionary item to display texts/links a.co.uk en-uk a.com/uk en-uk Previously, all ...
0
votes
1answer
37 views

How to set up permissions für Umbraco correctly? (Repository unavailable on install)

I can't get an Umbraco installation set up completly. I have been running into the error: Oops...the installer can't connect to the repository Starter Kits could not be fetched from the ...
1
vote
0answers
50 views

Umbraco MVC 6.05 Getting IPublishedContent object through Surface Controller

I am developping an umbraco mvc web site and im having troubles getting currentpage info within surface controller. Here is my scenario: I have a products page. And there are checkboxes which ...
-1
votes
0answers
16 views

migrate Custom Umbraco CMS from unknown developer [closed]

Ive never thought that this is possibile :). Im average linux sys admin that got a task to migrate some IIS7 web application. It is umbraco. The website I got is data.zip and SQL database backup. ...
0
votes
1answer
35 views

Umbraco: Deny public access for media files of content

I'm working with Umbraco 4.11.8. For my website I have a document type, that contains a field to upload PDF files. The created content items of this document type aren't public so a specific ...
1
vote
1answer
41 views

Cannot Insert image through Umbraco RichText editor

The problem regarding richtext editor in Umbraco 4. I am not able to add images through the RichText editor. When i click on the add image icon on the rich text editor, the popup panel displays an ...
1
vote
1answer
17 views

Update Contour form(records) using the record ID

I can successfully create entries in contour programmatically(C#) but I am not able to update the created record using the record ID. After digging my head around can’t find a reason why the following ...
0
votes
1answer
15 views

Localize Prevalue sources in Umbraco Contour

I have a country dropdownlist in a Contour form that I want to localize. Currently, it uses "Get values from textfile" source type. Is it possible, and how?
0
votes
0answers
14 views

Umbraco 6.0.0 giving blank homepage, redirect loop on all other pages

I have an umbraco 6.0.0 site, created by another developer, that I need to move to new hosting. (IIS 7.5, .net 4, Win 2008 Server R2 Standard) I copied the directory structure, restored the database, ...
0
votes
1answer
20 views

umbraco get content part as xml

I'm trying to get part of umbraco node content as xml doc. I need to update this part of code from the code behind. I use the code like this: Document doc = new Document(1214); XmlDocument ...
-1
votes
0answers
15 views

Best way for Creating CMS using features of existing CMS in umbraco [closed]

Im newbie in Umbraco..and i think that this is not a new requirement. All most experienced Umbraco developers would have solved this out earlier.. I've created one simple CMS using Umbraco, now i ...
0
votes
2answers
49 views

umbraco string trim using razor view

I have a Umbraco script Im using on a site, inside it there is a razor script as below: <p>@page.GetProperty("mainContent")</p> The above is in a loop, and shows content for each post ...
0
votes
0answers
25 views

How to implement a simple paypal integration in Umbraco 6?

The website is developed using Umbraco. The product listing page have the purchase button. By clicking this button the user have to purchase the product using paypal. This is the basic workflow. So my ...
1
vote
1answer
45 views

When to use Umbraco? [closed]

I am a asp.net webforms developer (have 4 years of expirience), and have some expirience with MVC and razor engine + normal front end like jquery/templating and so on. Im used to build sites up from ...
2
votes
2answers
47 views

Manipulate umbraco content using a console application

This is a noob question but I'm searching for some time and can't find any useful information. I need to develop a rotine (console application) that will read and write content into a umbraco site. ...
0
votes
1answer
17 views

Get Template Alias Name using xslt in Umbraco

How to get the template alias name in Umbraco using Xslt. I found the following in the internet but not useful. <xsl:value-of select="$currentPage/@nodeTypeAlias"/> I don't want to use any ...
2
votes
1answer
109 views

Umbraco 6 with MVC 4

We want to create an MVC4 web application implementing some business workflows that has to be implemented using MVC4 Framework. This web aplication shall also have a huge documentation part that shall ...
0
votes
2answers
33 views

umbraco richtext editor deleted

I had a problem with umbraco richtext editor, it was not letting me insert images, so I followed a forum and deleted the richtext editor datatype in the developer section, then i recreated the ...
1
vote
1answer
37 views

Grouping umbraco pages in folders without affecting URL

One of our Umbraco sites is getting a bit messy and I was wondering if there was a way of grouping pages in folders without affecting the URL. So for example if under the homepage I have some top ...
1
vote
1answer
41 views

Export / Import Files from umbraco CMS Media

As I need to export all my Media files from umbraco v 4.5.2 to umbraco v 6.0.5 , Is there any way or such package through which we can do the same.
0
votes
1answer
48 views

Path problems with running a sub application (umbraco) inside my MVC4 web application

I have this MVC4 web application, I run it locally at mySite.local/. I created an application in IIS 7, mapping to mySite.local/corporateSite/. I point that application to an Umbraco (CMS) ...
0
votes
1answer
27 views

Umbraco Accelerator successfully deployed but wont connect

I have download the umbraco accelerator to try get an azure based CMS up and running, I have managed to change the configuration file and the command prompt log upon running the .bat files does not ...
0
votes
3answers
44 views

Should I delete TEMP folder when publishing Umbraco?

When I publish content to my server should I publish `AppData\Temp' folder as well? Logic is not to do that but cannot find information online about it.
1
vote
1answer
30 views

Two microalias in single umbraco.library:RenderMacroContent method

For the desktop site I have a content in Umbraco where <p><?UMBRACO_MACRO macroAlias="StoryDesc" /></p> refers to XSLTName field I am making a call from one XSLT to StroyDesc XSLT ...
-1
votes
1answer
188 views

Returning JSON with web api controller MVC

I am trying to convert a regular old controller I was using to an API controller and am having a little bit of difficulty. What these series of functions do is, in the jQuery, it iterates over a file ...
0
votes
1answer
47 views

umbraco mvc form model validation markup not showing

Running Umbraco 6.05, I have a custom model class with Data Annotations like: [Required, StringLength(100), DataType(DataType.EmailAddress), DataType(DataType.MultilineText)] and I pass the model ...

1 2 3 4 5 28