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
20 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 ...
1
vote
0answers
12 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 ...
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 -> ...
1
vote
0answers
49 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
vote
0answers
38 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
0answers
53 views

Umbraco DB log error: Couldn't find any page with the nodeId = 0

I have been getting this error in Umbraco, it has caused a crash on the server and the database. I'm not sure what is causing the error as it does not give much information, there is no node ID, each ...
1
vote
0answers
54 views

Umbraco upgrade throwing Creative Web Starter errors

It seems that CWS isn't really supported past umbraco v4.7.2. I have a problem now where most of our websites (50+) use CWS data types to hold contents. Basically when I go from 4.7.2 to 4.8, I get ...
1
vote
0answers
104 views

PublicAccess permissions not working in Umbraco 6

I am trying to display a table listing some documents (nodes) to the users. Those documents are protected using role permissions (right click > Public Access > Role Permissions) and I want to show ...
1
vote
0answers
51 views

Umbraco webserivce returns 405

This is probably a noobish question but here goes I have a phonegap application that requires users to log in. The users exist in my umbraco installation. I am trying to use this webservice ...
1
vote
0answers
566 views

Add attributes to Insert Image dialogue of Umbraco RTE or Create Custom Data type

How can I add attributes to the current Insert Image dialogue box on umbraco Richtext Editor? What I really want is to let content editor choose images and set their class, and maybe choose if this ...
1
vote
0answers
367 views

Managing a list in umbraco 5

I have recently started working on an umbraco 5 project and am finding it a bit of a struggle compared with umbraco 4. What I am trying to do is have a list of items that are managed in the content ...
1
vote
0answers
287 views

Umbraco 4.6 - macros not rendering

I posted this on the Umbraco forum but to no avail, and wondered if the community at large might be able to offer some advice. We are upgrading our site from 4.0.3 to 4.6. I can't deploy it though ...
1
vote
0answers
163 views

BlogForUmbraco Comment moderation not working

I installed BlogForUmbraco on Umbraco 4.7 and neither "comment moderation" on dashboard nor adding a comment on a blog post are working. Does anybody experienced a similar problem ?
1
vote
0answers
246 views

Export site configuration from WebMatrix to host under IIS7 (trying to host Umbraco)

How do I export web site settings from WebMatrix so that I can host the same web site under IIS7? I am trying to host an Umbraco web-site and I have it working using WebMatrix, but when I try to host ...
0
votes
0answers
14 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 ...
0
votes
0answers
12 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
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
0answers
13 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
15 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" ...
0
votes
0answers
13 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#" ...
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
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
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 ...
0
votes
0answers
9 views

How do I install Runway Module on Umbraco?

How do I install Umbraco Runway? I can't find the official runway module when I search at our Umbraco I can only find other people's projects based on Runway. I need a module to create a side menu how ...
0
votes
0answers
15 views

umbraco dropdownlist multi level & multi choice

I need to create a dropdownlist control in Umbraco 6 with multi choice and multi level. You can see the image below. Image Pls give me any suggestion such as: what's data type will used to create ...
0
votes
0answers
31 views

Implementing Umbraco CMS on and already developed website using WebMatrix

I've been provided with a website and i'm required to implement a CMS of my choice. I've selected Umbraco and i'm using WebMatrix. Using Web Matrix I cant open my website folder. I've downloaded and ...
0
votes
0answers
9 views

Alternative method for umbraco.cms.presentation.TreeInitCustom in Umbraco 4.8.0

We have had recnt upgrade from umbrac 4.0 to 4.8.0 and we had several custom functionalities extending umbraco's events. After digging so hard I am still not able to find a suitable alternate for ...
0
votes
0answers
75 views

How to Prevent MVC 4 Child Application inheriting Parent Application (Umbraco MVC3) web.config

I have Umbraco deployed on the server. Currently I am trying to deploy MVC 4 Application as a child application but somehow the child's views\web.config inherits the configSections and sectionGroup ...
0
votes
0answers
134 views

How to display articles / post in homepage in Umbraco 6 (Razor)?

I try move my magazine to Umbraco. So basically I have in general 3 types of document types: Home page - which is the home page Magazine page - which is the achieve by categories (sport / tech / ...
0
votes
0answers
61 views

Umbraco - two websites on single Umbraco instance - 2nd site gives 404

I've set up two Umbraco websites on a single instance of Umbraco (v 4.7.1.1). If I visit the 1st website (which is listed first under the 'content' node): www.mysite.com ... I get the correct ...
0
votes
0answers
72 views

Importing data to database - performance problems (Umbraco Api, C#, CSV)

Intro : have to create a import file that imports some data (members) from csv file to database (via api). Thoughts : since it is open source system (umbraco) and have already quite some contributors ...
0
votes
0answers
35 views

Umbraco V6 404 not handled properly according to culture

I have an umbraco site (umbraco v6), and I have set up custom 404 handling as per http://our.umbraco.org/Documentation/Using-Umbraco/Config-files/umbracoSettings/index. My content tree is as follows: ...
0
votes
0answers
26 views

Umbraco Courier - Moving between different Umbraco Versions

I just pushed content from Umbaroco v4.7.2 -> v6.0.0 and all the TABS on the backend are missing (except for Properties) on the new v6 site. The v6 site was originally a copy of the v4.7.2 site that ...
0
votes
0answers
29 views

Not getting correct last password changed date for cms member?

I am using uCommerce with the cms member. For the forgot password password link validation i want the last password changed date for the required member but it gives wrong date as current date time ...
0
votes
0answers
42 views

Add a dynamic node between <rewrites> element in the UrlRewriting.config file

I want add a dynamic node between <rewrites> element in the UrlRewriting.config file. I try it.But I got object reference null error. [UrlRewriting.config file exists in Umbraco cms.] ...
0
votes
0answers
56 views

Umbraco razor displaying iframe

I have set this up so that in umbraco I paste the iframe link into a multiple textfield, and then in the XSLT I would do something like: <xsl:value-of select="embedCode" ...
0
votes
0answers
56 views

Umbraco 4.7.2 AfterSave create and move nodes in year / month structure causes left content tree to reload

I have this AfterSave event that runs code to classify my news items into year and month nodes. That portion works correctly, but I have a problem because the lfet content tree menu keeps "reloading" ...
0
votes
0answers
105 views

Username validation not working in CreateUserWizard

I have a CreateUserWizard for users to register new account. I have added my text fields and required field validators However when I click register button with empty username I get error: ...
0
votes
0answers
43 views

How to use Jquery for UI interactions with Controllers in umbraco

In my umbraco site, I have one page named account information. In this form, I will show all member properties with their values for logged in member. This form also facilitates user to edit the ...
0
votes
0answers
34 views

Clear Textstring array in Umbraco

I have a textstring array containing two values name and email.after complete my functionality I want to clear the textstring array field.How can I achive This?Anyone Help?
0
votes
0answers
78 views

Error loading Razor Script

I am using umbraco and getting an error at this page (on top right side) http://cyprusjetset.com/tr/gelinlik%C3%A7iler/ Error loading Razor Script. But problem is that this error is occuring only on ...
0
votes
0answers
139 views

lower_case_table_names=1 lower_case_file_system=1

Trying to set up Umbraco 6.0.3 with mysql 5.5 on Ubuntu 12.04 - running into case insensitive issue - need to set: lower_case_table_names=1 lower_case_file_system=1 in my.cnf - done that, but no ...
0
votes
0answers
38 views

Button not Firing when used in UserControl Displayed with Razor

I'm fairly new to Umbraco, so just trying a few things out at the moment. Basically we've got a one-to-one multi language website that uses a Razor shorthand "If" to display the appropriate content ...
0
votes
0answers
52 views

Umbraco Examine csv search

Examine search is searching for exactly the same value. The value won't be exactly the same though, since it should the field containing the value. I'm using CSV storage for nodeids. When the visitor ...
0
votes
0answers
47 views

Umbraco content tab error / mixed up document types

Using Umbraco 6.0.0 – I have no idea how this happened, but I'm trying to the bottom of it so I can either fix it or chalk it up as a learning experience. Most of the content nodes are giving me this ...
0
votes
0answers
22 views

Custom Payment Method Saving Ticketid

I am customizing my DIBS Payment Service in uCommerce to allow ticket registrations. How would I save the id, so that I can get it on the confirmation page? This is the code I have whenever DIBS ...
0
votes
0answers
46 views

Error in Custom DibsPaymentMethodService Overriding ProcessCallback

I'm trying to customize the dialogue between uCommerce and DIBS to allow ticket registrations. So far, I've succeeded in copying the DibsPageBuilder and adding the maketicket parameter. However, I ...
0
votes
0answers
57 views

jQueryUI tabs render but don't work

I'm using jQueryUI tabs as part of an Umbraco page. Here's the core HTML for that page: <asp:Content ContentPlaceHolderID="body" ID="ContentBody" runat="server"> <cc1:UmbracoPanel ...
0
votes
0answers
45 views

Intercepting a Request before it gets to it's HttpHandler

I've got ELMAH error logging set up in my Umbraco (6.02) site. I only want users who are logged in to Umbraco to be able to see the Elmah.axd page. I dont want to use forms authentication as this is ...

1 2 3 4 5 8