I installed umbraco 2.1.1 from scratch (the installation wizard is great). New I've some problem. First of all you didn't include italian language into the...
Hi All! I know [#pageProperty] can be use in macro calling userControl and this works. Is there any similar construction for Dictionary items or should this be...
Hi, Im trying to update Umbraco but I ran in to some problems... First question: The update guide for 2.1.1 at http://umbraco.org/8196.aspx say: "copy the...
Question 3 and 4 is solved - it was a problem with me ftp client there didn't uploaded all the files correct. My bad. But I stil hope you can help me with the...
I'm trying to build a simple multi-lingual site. For now, I just have a single content page. For that page, I've used "Assign Domain" to assign 2 different ...
Actually it is only the dictionary/key values that aren't working. The following date field is correctly formatted based upon the url: <?UMBRACO_GETITEM...
Hey Niels It would be handy to render templates by an alias instead of id from xslt. It's easier to remember the alias rather than the id's of the templates. ...
Hi Tom Most of the packages and screencasts are atm. only here on this mailing list, so search here and you might find what you are looking for. Regarding the...
Hey guys, I'm still having trouble with the component art menu, Getting this error when i try and build: Error 1 'MenuItem' is an ambiguous reference between ...
If you have assigned the two namespaces to your code the compiler don't know which MenuItem to choose. Try using 'ComponentArt.Web.UI.MenuItem' instead of...
Hi, I think i have managed to implement your control and pass the root and max levels to it. However i am getting this error: Description: An unhandled...
This means that either the Menu1 is nothing or the newitem is nothing. How did you insert the Menu into the ascx? If you have added it via drag and drop from...
Hi I wrote before that you should use a new ASP.Net Webproject. This isn't the best way: Use a WebControlLibrary as Project Type. So there will be the name of...
Hi, Is it possible to create packages that can later be imported to umbraco or do you need some separate utility for it? If so, how can i get my hands on it:]...
Guys, Does anyone have any metrics for umbraco with regards to maxium number of users / members and content nodes. Also what is the maximum number of...
Hey I'm coding packages by hand at the moment. I've heard rumors that there will be a utility in umbraco that does this for you later, but I'm not sure when...
Hi! Thomas Hohler helped me out with this XSLT file for a dropdown nav I am working on, but there seems to be a small syntax error, and I can't get it to work....
Hey Niels posted this info on the list a while ago. ... This one is in Danish, but The Danish Golf Federation is a pretty powerful umbraco implementation...
Once again - you are my hero! Thanks! Jim ... exclude-result-prefixes="msxml ... [@level=$level]/node [string(data [@alias='umbracoNaviHide']) != '1']"> ... ...
Hiyas! I've been struggling with this thing most of the day now, and finally give up. I'm trying to create a menu that have level=1, has 'umbracoNaviHide' set...
OK. So, this is just confusing the heck out of me... I am trying to insert links on a page via the Rich Text Editor using the "insert link" button. When I...
I was trying to create a blog using the example in the 25 minute demo on Umbraco.org. After working for a while - I decided to start over. I deleted the blog...
OK, I got rid of it (I think) by deleting the parent content page. So, it was like this: Resources (doctype subpage) > Blog (doctype blog) Then I deleted the...
I suspect that this is a problem, but I'm still not entirely sure that I'm just not using umbraco in a manner for which it wasn't intended. Anyway, The method...
try to use <xsl:for-each select="$currentPage/ancestor-or-self::node [@level=1]/node"> <xsl:if test="string(./data [@alias='umbracoNaviHide'])!='1' and...