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

0
votes
1answer
26 views

LoginView logout button not linking

I use a LoginView control for my umbraco website. I can login but then the Logout button has not link, it just displays 'Logout' text without a possibility to click it. This is my code: ...
0
votes
1answer
75 views

Visual Studio / MSBuild - 'Clean' Solution

I am working with the web application Umbraco. To speed up my workflow I have made the 'served' Umbraco folder a project inside my visual studio solution. This allows me to create other projects ...
0
votes
1answer
96 views

Umbraco, get node by name and datatype

I have a datatype called "Demo" I also have a page/node with the name "Test".. How would I select this page/node if im not in any type of context? I have tried using new Node(-1) and select my way ...
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
1answer
57 views

XSLT For-Each Start a div that opens and closes around every 4th element

So I have a template that displays staff profiles. Like this: <div class="row"> <li></li> <li></li> <li></li> <li></li> </div> ...
1
vote
2answers
123 views

Umbraco 6.x .Net Control Media from Id

I have a Node with a property for an image from the Media library. The property contains the Id of the Media image. I need to get the Media object from this Id. In Umbraco 4.x you could just do the ...
0
votes
1answer
100 views

Sending mail is correct from localhost.But did not work from internet space(web)

I can send email from localhost.But when I sent an email from internet space I encountered a problem. Is the problem in website panel? How can I solve it? System.Net.Mail.SmtpException: The SMTP ...
0
votes
1answer
199 views

Could not load file or assembly 'System.Web.Razor' or one of its dependencies

I used Umbraco 4.11.6 in my website(web application).My website is worked in localhost(tested from Visual studio 2012 and IIS(v7)) but when I run it from internet space I got an error. The error was: ...
0
votes
1answer
139 views

Global.asax in Umbraco 6

I had the following in my Global.asax (Umbraco 4.7) Application_Start Application_EndRequest Application_Error Session_Start Session_End Now I have upgraded to Umbraco 6.0.3, which global.asax ...
0
votes
0answers
55 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" ...
1
vote
3answers
79 views

Umbraco error in Document Types

A long time ago I first setup a website in Umbraco. This seemed to be working fine. I have now come back to it about a year later, and was initially getting the following error when selecting a ...
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
1answer
56 views

Accessing table aspnet_Users to update data

I was trying to use Chris S' solution for updating a username in aspnet_Users table - solution described here: Is it possible to change the username with the Membership API It worked once then it ...
0
votes
0answers
103 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
2answers
169 views

How to create a Custom section in admin panel of umbraco 6?

I am looking to develop a custom user section in admin panel of umbraco 6. This section can manage user details as well as admin approval. Any one know how to implement this?
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 ...
-1
votes
1answer
57 views

Umbraco 4-6: crucial jQuery attributes automatically removed from tag… Why?

In Umbraco 6.X, some crucial jQuery attributes are automatically removed from all tags containing a href="#" ..etc... Concrete example: when <a href="#" class="big-link" data-animation="fade" ...
1
vote
2answers
168 views

How can I Insert an Umbraco Item in to a url in a cshtml file, razor?

I've made an If statement containing a youtube link. In umbraco I have a Text String box that enables a user to insert the ID of a youtube video. <div class="module m-video"> <div ...
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?
1
vote
1answer
82 views

Deploying Umbraco to SQL Azure

I've successfully implemented Umbraco 4.7 to a Windows Azure Website and SQL Azure, but sometimes I get errors similar to this one: SQL helper exception in ExecuteScalar ---> ...
0
votes
0answers
77 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
134 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
1answer
103 views

How to connect an Sql server database in a user control in Umbraco?

I am a newbie in Umbraco. I am trying to develop a custom registration page in umbraco using dot net User control. For that, I have created a custom table named "registerTable" in umbraco database. I ...
0
votes
1answer
79 views

Create a plugin based controller in Umbraco

How to create a plugin based controller in Umbraco? I have followed the guide on https://github.com/Shandem/Umbraco4Docs/blob/4.8.0/Documentation/Reference/Mvc/surface-controllers.md. But when ...
0
votes
2answers
99 views

How to install umbraco in root folder of the IIS server in localhost?

I have try to install Umbraco in root path (C:\inetpub\wwwroot) of the IIS. I have just download the umbraco and zip into the root folder. And add the website from IIS Manager. I have selected the dot ...
0
votes
1answer
40 views

Syntax highlighter for TinyMCE in Umbraco

I downloaded the EyeCatch Syntax highlighter for umbraco as a package from the umbraco repo.. but once I added the macro to my MVC view it started complaining about clientdependencies (on a ...
0
votes
1answer
42 views

Umbraco multiple sites same node name throws 404

I have an umbraco installation that has two sites in it both with a page called Contact Us in the root. I have configured their domain names so in development I have site1.local and site2.local if I ...
1
vote
1answer
38 views

Member Info not Persisting in Umbraco ASP.NET in Google Chrome Only

I have an umbraco site and am using integrated windows authentication for the public site. All works ok in IE, Firefox, Safari. However, in goolgle chrome, the user keeps getting sent back to the ...
0
votes
0answers
37 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
1answer
109 views

umbraco membership createuser & select profile data

I have created a class to handle membership user creation with custom fields. I have done it based on this solutions: How to assign Profile values? Using ASP .NET Membership and Profile with MVC, ...
1
vote
3answers
73 views

Remove Traiing Foward Slash using UrlRewritingNet

i'm doing some work on a legacy asp.net and umbraco site. It's using UrlRewritingNet to set up rules for url manipulation. I'd like to create a rule in the UrlRewritingNet file to remove the trailing ...
1
vote
1answer
68 views

CSV Character missing

I have a code for download datatable values as csv format.It is working correctly and I can download the Csv.But the problem is my datatable contain some danish characters when i download the csv,the ...
1
vote
4answers
78 views

Show HTML content in editable text area

I have a RitchText editor containing HTML tags and I am wondering if I can have a Text Area in my ASPX page displaying all these tags and also it should be editable. I assume normal textbox is not an ...
0
votes
1answer
140 views

XSLT loop through children and put in table 2 children per row?

Im new to using Umbraco and XSLT. Im not to far out of school and we learned vb.net and asp.net there. Now Im doing a free website for this our local church. They want a staff page, so here was my ...
0
votes
1answer
64 views

Change urls to lower case using UrlRewritingNet

i'm doing some work on a legacy asp.net and umbraco site. It's using UrlRewritingNet to set up rules for url manipulation. I'd like to create a rule in the UrlRewritingNet file to convert all urls to ...
0
votes
1answer
121 views

Razor recursive tree menu structure

I think I need a little help here with rendering af recursive tree menu structure in Umbraco using the Razor viewengine. I need to render the following tree menu structure: Page 1 Page 2 ...
1
vote
2answers
52 views

How to Upgrade a newly added property in all existing nodes?

We are managing an umbraco site which has over 2000 nodes .We have recently added a new property in one of our master document type,since it is a new property the existing nodes doesn't have the ...
0
votes
1answer
92 views

Declare variable inside if, and use it inside the next if

I have met a problem at my work, I am currently developing on an already built website (that i havn't developed myself), and I'm not really familiar with Umbraco and xslt.. This is the code im ...
2
votes
1answer
249 views

Umbraco Razor paging

I'm having some trouble figuring out a paging mechanism in Umbracos Razor viewengine using AJAX. Thing is, that the paging needs to be like this: 1 | 2 | 3 | 4 ... 16 Next >> When the ...
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 ...
0
votes
1answer
21 views

AncerstorOrSelf equivalent for user controls

We usually create Razor controls for things like navigation controls, but we're a bit fed up with writing the same code time and time again, so we thought we would create a navigation control wrapped ...
0
votes
0answers
49 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
21 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
3answers
64 views

tagging in umbraco 4.11 just like stackoverflow

im using snipper tag system and following below article: http://daniel.streefkerkonline.com/tag/umbraco/ i can install and use snipper tag system successfully. but when i browse the page..tags ...
0
votes
1answer
61 views

installing umbraco on a subdomain that is a subfolder of the root

I have a similar problem as here Umbraco (4.7) in a subfolder or virtual directory? but not exactly. I have an umbraco installation running as a subdomain (newmain.mydomain.com). The way we are ...
0
votes
0answers
45 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 ...
1
vote
2answers
161 views

Umbraco v6 Deploy to production server getting DB exception, content and media trees not loading

We just deployed a new v6 site to a host that has serveral v4 sites running on it no problem. On the front end, it looks fine, but in the Umbraco admin the Content and Media trees appear empty. In ...
0
votes
0answers
54 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 28