Passing parameter from code to .NET Macro
In my .ascx code I want to enumerate over collection of nodes and add macro for each one of them, prototype code looks this way: <% foreach (var node in MainColumnNodes) { %> <umbraco:Macro...
View ArticleSetting masterpage
Hello, I am completely new to Umbraco CMS. Up to now I have created an empty asp neet solution in Visual Studio and added the Umbraco CMS Nuget package and configured it successfully. Firstly,what I...
View ArticleMultiple instances of a DataType per DocType
Hello community! I have been using Umbraco almost a year now and wanted to throw out an idea and see if it is already possible to do within Umbraco or not. When I am defining data types, is there any...
View ArticleSome pages on the wiki throws an error
Hi, I just want to inform you that I get this error when I e.g visit the what is XSLT wiki page. our.umbraco.org/wiki/reference/xslt/what-is-xslt It seems to be the subpages to a category that throws...
View ArticlePropertyEditor for Select Input Field
For my current project i'm trying to build a property editor that builds a select box with values from a controller. For the select box i try using angular's ng-repeat and ng-selected to render the...
View ArticleHow to add news section to landing page?
Hello, We recently took over the hosting of our site from a 3rd party and are trying to get used to the way that it was built and its structure. On our homepage/landing page, we have two news...
View ArticleError loading MacroEngine script (file: )
I have been following the instructions for building the Razor Estate Agents site very carefully and learning along the way(I am am using Webmatrix and devloping locally). The site is currently stating...
View ArticleListview in Umb7
Hello everybody :) I have found out to place a listview in the documenttype in Umbraco 7, and it's a really awesome feature, but... I can't find out to turn off the nodes shown in the content tree, so...
View ArticleFull Text Search - Image
Hi Tanks for this pacakage. Umbraco v6.1.6 im using this to show the result and now i want to add a image from the product. when i return @results i cant see any id related to media. Any...
View ArticleComments not posting
Umbraco 6.1.1 uBlogsy 3.0 uCommentsy 1.0.0.1 When submitting a comment it just reloads the page. I get a HTTP 200 from fiddler, no error. Same with dev tools. How can i work out if its even calling...
View ArticleInstall failed, tree not showing
I have installed Tea Commerce 2.2.2 onto a Umbraco v4.11.10 website, based on MySQL. The installation runs without any obvious problems, however, the Tea Commerce section tree does not display. In the...
View ArticleuHidesy Incompatible with uComponents DataType Grid
Steps to reproduce... First, create a document type with two properties: one a type based on the uComponents DataType Grid, and the other a uHidesy. Create a content node based on that document type....
View ArticleForm sending duplicate emails
Everything is working fine with the form aside from this issue. Whenever the form is submitted, two emails are being generated and sent instead of just one, not entirely sure why. web.config looks...
View ArticleUsing umbracoBytes in 7 not working
I'm having 2 properties in the same tab group on a document type. 1. Type: Upload, Alias: umbracoFile2. Type: Label, Alias: umbracoBytes Should not the umbracoBytes lable be automatically filled with...
View ArticleDocument Type Tab Order Not Syncing
Issue: Document Type Tab settings do not seem to Sync via Usync. I did not see this adressed anywhere & apologize if this has been already discussed.
View ArticleDatepicker not rendering
Does anyone know what I need to include on my front end page to get the date picker to work? It works ok in the preview in the back end, but I just get a calendar rendered with no form field on the...
View ArticleVersion 7 Media Listing
Hi Steve, I realise this might be a bit early for V7 compatability but I tried the package against a V7 install tonight and noticed that while it does save the media in S3 successfully it does not...
View ArticleSend email depending upon field selected
So I have a drop down field in my form with 3 options. Is it possible to send an email to one of three people, depending on the value of the drop down selected? This is obviously quite a common form...
View ArticleRole Based Protection Issue
I recently configured Umbraco to use Active Directory to login visitors to my Intranet. I created a couple groups in AD and assigned myself to both. Umbraco automatically creates me as a Member. I set...
View Article