Umbraco is an open source .NET based content management system. It is released under the MIT license and powers a number of high profile sites, most notably Microsoft's own www.asp.net website.
0
votes
0answers
9 views
Recently added product are not listed in the site search in Umbraco site search
I’m working on a web project which uses Umbraco CMS, we are using the site search functionality to find the products on our site it is working fine, when I add new products to the commerce server 2009 ...
0
votes
1answer
15 views
Umbraco Members Area Accessed Via Browser Back Button
I have two website which have Members areas. We have set up the members, member groups and member types, then created content documents, right-clicked and set the public access permissions to the top ...
0
votes
0answers
13 views
XSLT query Umbraco
I am trying to display a list of product on my products page. Product have a productImage, productTitle, productdescription and productImage.
The code below works for title and description but can't ...
0
votes
1answer
14 views
Umbraco's useage of Tempdata
On inspection of the Umbraco source code, I've noticed alot of useage of TempData and this worries me. If I choose to host my site in a web farm that does not have sticky sessions enabled, won't ...
0
votes
1answer
18 views
Iterate through Umbraco nodes and group into two's using Razor
I'm trying to iterate through my Umbraco node tree, using Razor, and I'd like to organise the results into groups of two within a simple HTML list but I can't think of a solution.
For example, ...
0
votes
1answer
23 views
Custom Data Types containing multiple standard types in Umbraco v6
[EDIT: Added answer]
Does anyone know of a way to create a custom type in Umbraco that can contain an ultimate picker along with other types? I have already tried the suggested packages in this ...
0
votes
1answer
18 views
approve user umbraco membership system
hi i am working on Umbraco(6.1.2) membership system
ive made login ,registration, and authentication page
after registeration user is redirected to authentication page with token_id
now i want to set ...
0
votes
1answer
13 views
lucene.net/examine weight html tags
I've got this project where we are implementing Examine / Lucene.net. And I'm look for some guidance from you guys.
As far as I have been able to find out from the knowledge of google, is that if I ...
0
votes
1answer
44 views
HTTP GET to return custom model with data from external database with Umbraco MVC Surface Controller
I am currently working on an Umbraco MVC 4 project version 6.0.5. The project currently uses Vega.USiteBuilder to build the appropriate document types in the backoffice based on strongly typed classes ...
0
votes
0answers
10 views
Upgrade to 4.7.2 causing Template error Object reference not set to an instance of an object
I have just finished upgrading my project to 4.7.2 from 4.5.2, the website displays ok, and I can access the xslt files and the content etc. However when I try and access any of the templates, I get ...
0
votes
0answers
15 views
Umbraco 4 Content Macro
I have made a usercontrol which I use as a content macro in umbraco. All works fine on the development server but when I have deployed it to the staging server, the macro doesn't work.
For some ...
1
vote
1answer
13 views
Optimizing Umbraco memory footprint
We are running Umbraco in an virtual environment with 8GB Ram on a Windows 2008 R2 OS.
Regardless of Version (we have 4.X and 6.x running) we see memory consumption of about 600MB per App Pool and ...
1
vote
2answers
45 views
How-to Test if Umbraco property is empty
I'm can't figure out how to test if a non-mandatory property is empty in my umbraco site, and currently my pages cause an XSLT parsing error if said property is empty. My current code is simple:
...
4
votes
1answer
67 views
Basic Umbraco 6.1.1 SurfaceController Questions
I've searched all the available tutorials I can find, and I'm still having trouble with Umbraco Surface Controllers. I've created a bare-bones Surface Controller example which sorta works, but has ...
1
vote
1answer
51 views
Umbraco & TFS - Including hidden files
I have an umbraco 6.* site set up in VS2012 and am using TFS for source control.
If I add templates, media items etc to the umbraco site through the umbraco backend the new files are not ...