Integration with SQL Based ERP
We are running Dynamics NAV on SQL and the Web Store is only part of the business.Its really important that orders are only taken for stock thats available. This is defined in the ERP...
View ArticlePublished EventHandler not populating url?
Using Umbraco 6.1.3. I am trying to use the Published EventHandler to update an external file based on the content published. I am able grab property values from the content and write to this...
View ArticleSaving edits to a template
Greetings, When attempting to update any of our templates under Settings, we receive the following error: The Web site cannot be found The Web site you are trying to access has an IP address that is...
View Article"Load More" AJAX module functionality
we're going to have a bunch of document type based modules that display X number of items by default but also what to included a "Load More" button at the bottom of each module that adds more document...
View ArticleNot a bug, rather i how to question
Would you like to show a code snippet, on how to use the GetMedia extension?
View ArticleInstalling Umbraco 6.1.6 on GoDaddy Hosting Service
Dear Umbraco Folk, I have followed the instrunctions at http://www.storminternet.co.uk/support_kb_detail.asp?Key=umbraco to install Umbraco 6.1.6 on the GoDaddy Hosting Service but I am getting the...
View ArticleRazor structure - share 'helpers' amongst partials
Hi, I'm pretty new to Razor and indeed MVC and am wondering how best to structure the site I'm building (Umbraco 6.1.6 MVC). In short, the question is 'can I share helpers between partials'? The...
View ArticlePopulate Multi-node tree picker with contents of particular Property
Hi all, I have a document type, with two tabs. 1. Tab1 2. Tab2 Tab1 contains a property say "Name", type = "textstring" and another property say "Required Files", type = "Multi-node tree picker". Tab2...
View ArticleGetting property values from tab?
I have the following code that gets all the properties of a specified tab, but I do not know how to access the values of said properties??? @{ var docType =...
View ArticleList child and child-child together
I have a menu structure like this: level1 level1 level2 level2 level3 level3 level1 I would like to create menu with only 2 levels from this structure. (print out level2 and level3...
View ArticleMinimum requirements for Umbraco 7?
Hi! Im planing to use Umbraco 7 once its released.. But I need to know the minimum system requirements for v.7 to run.. like which .Net version is required, which IIS version is required, any OS...
View ArticlePointer to good tutorials?
I'm new to Umbraco and trying to figure out how everything works.. I want to use MVC and Umbraco 7, and I want to define as much as possible in code. I realize Umbraco 7 is pretty fresh, and I can't...
View ArticleLOBBY THE UMBRACO TEAM!!! COURIER IS LETTING UMBRACO DOWN!!
With the codegarden 2013 upon us...it's a good time to speak out! Courier is a critical part of ours and many others Umbraco installations, but I dont think Courier gets anywhere near the attention it...
View Articlemacro container "String or binary data would be truncated. The statement has...
when i add a new macro to the macro container and save the page i get the error "String or binary data would be truncated.The statement has been terminated." The strange thing is, only 1 macro type...
View ArticleUmbraco v7
Hi there, Has anybody tried using uBlogsy v3.0.1 on Umbraco v7? Should I expect this to work?
View Articleedit macro error - The length of the query string for this request exceeds...
Umbraco Version: Umbraco v6.1.2 (Assembly version: 1.0.4927.23554) I have a macro with 2 textMultiline parameters. When I put a macro on the page and put about a paragraph of text (633 characters) in...
View ArticleExamine Search Confusion
I have this code snippet that is working fine: ISearchCriteria query;query = searcher.CreateSearchCriteria(BooleanOperation.Or) .Field("IsProtected", "false") .Or() .GroupedAnd(new string[] {...
View ArticleNForum and Umbraco 7
Hi, I wanted to check if there are any plans to update nForum to work with the new Umbraco 7 release, I attemted this but when attempting to submit the registration form i get the following error....
View ArticleMacro Content Length?
Hello all, When we enter unusually long content into a macro text field the backend seems to hang. Has anyone else experiecned this issue and perhaps can suggest a fix? We are using 6.1.5 Many thanks...
View ArticleSqlAutoComplete: display value in partial view (razor)
Hello everyone from a complete n00b! :) I'm trying to display the value of a datatype SqlAutoComplete in a partial view using razor. The datatype is set up like this (see image). Basically, the...
View Article