iPhone / iPad clients for Blog?
Hi, I have managed to write blog posts using MarsEdit set up using the instructions for Metaweblog: API Endpoint=http://blog.thebeggfamily.org/umbraco/channels/word.aspx I've been using an iPhone /...
View ArticleGetting all nodes with given tag
Dear community, The relevant part of my project structure is this: Home --Portfolio ----Item 1 (with tags: Pie, Cake, Butter) ----Item 2 (with tags: Raspberry, Pie) --Tag -----Pie The Pie page...
View ArticleHow to install this on Umbraco 5?
When I uploaded this package, Umbraco system says "The file uploaded is not a valid package file, only Nuget packages are supported" How to install? Thanks. -Qing
View ArticleGroup by Category
Hi, I am working on UBlogsy from last 3 days.I am facing one issue.Is it possible to group posts according to category on home page. For example following are the post: Post...
View ArticleNew nodes taking on redirect settings of deleted nodes if name is the same
This post relates to my other one here. I've found that if you create a node called 'XYZ' and redirect it using one of the umb properties but then delete that node and create another with the same...
View ArticleBasic Multi Lingual Issue
I'm just doing a proof of concept as i'll be needing a multi lingual site. I have 2 nodes, home nodes of would be websites, both called home. The hostnames and languages are set to: en.website.com,...
View ArticleAdding content items to javascript
Hi Folks, Apologies if this has been asked before. I have a small javascript item that when a dropdownn is selected the contents of a DIV is changed depending on what item is picked. I would like the...
View ArticleUmbraco 5 Editor Plugin with RichTextBox and DateTimePicker
I am creating a plugin to read and edit a custom database table. While I have this working, my editor is very basic and I was just wondering if anyone knows of a way to re-use the umbraco RichTextBox...
View ArticleXSLT and Sessions
Hello, I'm trying to build a multilingual umbracosite. Ive decided not to go with the copy-per-language concept since it's a website that has to be the same for each language no exceptions. So I...
View ArticleHijacking Umbraco routes in v5
Hi guys, I'm completely new to umbraco and I'm trying to hijack the default umbraco routes so that I can use my controller to handle what to render out. I've been following the blog post by Shaz -...
View Articlerazor in template
can I write razor code in template...? something like... <umbraco:Macro runat="server" language="cshtml"> <ul> @{var selected = Array.IndexOf(Request.Url, 'competition') >= 0 ? "...
View ArticleUmbraco & .NET & MS-SQL project
An existing website which is designed in the following technologies ... * Microsoft .Net v4.0 * Microsoft SQL Server 2008 * Umbraco v4.7 CMS System We want this to be handled and maintained by another...
View Article.OrderByDescending returns null
Umbraco 5. If I uncomment out the OrderByDescending line below(and only use one semicolon, of course), I get a null exception at the start of my foreach loop. Why could this be happening? @{ var...
View ArticleURLs in client-created content automatically use relative path
We have a client using Umbraco to create HTML templates for newsletter emails. The issue is that everytime they include an image, the src= attribute value is automatically resolved to a relative path...
View ArticleA bug in creating document types.
Steps to recreate the bug 1. Create a new document type (f.eks product) with default template2. Create a new property called test, of data type tags3. Go to content and create a new content based on...
View ArticleIncredibly frustrating time adding properties on established sites
Hello, I've run my umbraco site for a few years and have been singing its praises, but now I'm stuck with a problem that I just cannot solve, even though I thought I understood it. We have a main...
View ArticleSite Search Package that can....?
I have been looking through the available site search packages, but am unable to find one that allows a cms admin to log in and examine site search statistics, activity, logs, etc. I have been tasked...
View ArticleAll Media children in media content tree disappeared
All was fine. Was deleting some unwanted media files... one after another... after another... etc Suddenly one deletion caused some sort of error, the node on the media content tree seemed to hang...
View ArticleUmbraco 5 setup issues
Hi, I've recently setup Umbraco 5 on Netcetera to play around with it and am experiencing 2 issues: If I setup the application pool as 4.0 integrated pipeline I get 404 error when the admin tries to...
View ArticleSend node property value to js function
In template I have <umbraco:Item field="marka" runat="server"></umbraco:Item> How I can send this field to js function <script>getModel(marka)</script>?
View Article