umbraco Questions
2
I'm deploying my application to an Azure Website. I've configured the Publishing Profile succesfuly and setup tfspreview.com to publish automatically using continuous integration on each code commi...
Tintoretto asked 28/2, 2013 at 21:20
2
Solved
Hello how to check in Umbraco that node that i get by Id is still exist
var node = new Node(id);
return object in anyway, but if I try read some properties I got exception.
Does anyone know Umbr...
2
Solved
My newly deployed site is getting a 500 internal server error. I'm trying to deploy Umbraco to Azure.
I've turned off custom errors but that doesn't help.
Is there anyway to see the error t...
2
Solved
I'm trying to export member properties like first name, last name from the database but I can't seem to find it. I see that there is a loginUser table with the right columns, but it seems to only h...
Pears asked 15/1, 2013 at 18:27
2
I'd like to run Umbraco on Mono. Is this possible?
Thapsus asked 10/1, 2011 at 15:1
2
Solved
I need to build a website using asp.net + sql server for sports merchandise business where the requirement is to display and sell merchandise internationally.
After some research I have decided t...
Nasho asked 26/1, 2013 at 18:34
0
Introduction
Spent last two days trying to get Umbraco to work with visual studio 2012,iis and some kind of pagebuilder. After following lots of guides including Umbraco 5 to later find out ...
Stiles asked 4/1, 2013 at 13:20
1
Solved
I am using a simple method to output a image, and if the media type has a link attached to it, it will act as a link. This method has been working for months and months, but suddenly a customer com...
1
Solved
After publishing, my Umbraco admin panel did not show in IE9. But it appear in FF and Chrome browsers.
Note: Before publishing website, I run it from Visual Studio 2012 and I observed that everyth...
Dufour asked 25/12, 2012 at 6:54
4
Solved
Now that both system's are built on ASP.NET MVC, does anyone have any experience dealing with both? Looking to set up a small business site for a friend, that will eventually have an online s...
Colvin asked 22/2, 2012 at 20:13
2
Solved
I've made a Umbraco site, and ive got some members that i need to display information about in a usercontrol(ascx) page.
But the only thing i can find is the old umbraco api, with the m.GetProperty...
Burra asked 21/12, 2012 at 8:24
4
Solved
Imagine 3-4 different domains (like somesite.co.uk, somesite.com, somesite.com.sg) and each one of them will support different languages under them. The number of pages and type of content wi...
Maulmain asked 14/11, 2012 at 18:8
1
Solved
I'm trying to create a custom membership provider to authenticate users in Umbraco to an already existing database outside Umbraco. From what I've learned so far it should not be much more work tha...
Ethnomusicology asked 21/11, 2012 at 11:40
2
Solved
New to umbraco. Have umbraco project in VS2010 through which I run the umbraco admin locally. When creating templates through the admin, the new template appears as a master page in my Masterpages ...
Paella asked 13/11, 2012 at 21:41
3
Solved
I'm having trouble using the umbraco default datatype "related links". My problem is that I want to iterate the property's children/options. I've seen examples using xml and xslt but I'm wondering ...
Chaney asked 9/11, 2012 at 13:47
1
Solved
[Edit] I have actually been allowed to use the doc names, which makes it much easier but I still think it would be interesting to find out if it is possible.
I have to set a trigger to duplicate c...
Foible asked 29/10, 2012 at 13:31
1
Solved
I have a nodejs app running using iisnode in a sub directory for a .net application (umbraco actually).
The .net application is using forms authentication and I want to secure the iisnode applicat...
5
Solved
I have a question about some sort af random function in XSLT.
I have an XML-file that very simplified look similar to this:
<node id="1198">
<node id="1201">
<data alias="name"&g...
1
Solved
I am using the Umbraco WYSIWYG datatype, and I noticed when using the HTML window to input HTML, that an A tag
<a href="http://www.someurl.com">link</a>
Will end up being:
<a hre...
1
Solved
I want to check cookie in umbraco , is it possible or not ?
If yes then how can i set cookie in template and can retrive cookie's value in template or xslt?
2
Solved
I'm new to Umbraco version 5 and Razor, but I'm trying to get the path for a media file stored as a property of the current page so that I can render it as an image.
Searching Google and Stack&nb...
1
Solved
I am relatively new to umbraco and have just got the site build but the clients request for a microsite with a completely new look and feel.
So how do I set up a new microsite in umbraco.
Pleas...
Treen asked 27/6, 2012 at 11:11
1
Solved
I have a document type of "info" I also have some custom properites.
infoTitle
infoSummary
infoBody
I want to retrieve all the documents of document type "info" and output the data.
Thanks
5
I'm working on a client site who is using Umbraco as a CMS. I need to create a custom 404 error page. I've tried doing it in the IIS config but umbraco overrides that.
Does anyone know how to cre...
Entrap asked 26/9, 2008 at 15:13
2
Solved
Could anyone give me an example of how to programatically add a property to an existing document type in Umbraco CMS? This is what I tried:
var dt = DocumentType.GetByAlias("TestDocType");
dt.AddP...
© 2022 - 2024 — McMap. All rights reserved.