Questions tagged [umbraco5]

Umbraco is an open source .NET based content management system. It is released under the MIT licence and powers a number of high profile sites, most notably Microsoft's own www.asp.net website. Umbraco 5 is retired in June 2012.

Umbraco is an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. The open source backend is released under an MIT License while the UI is released under the Umbraco license.

Umbraco was developed by Niels Hartvig in 2000 and released as open source software in 2004. In 2009, CMS Wire described it as one of the leading .NET-based open source CMS systems. In 2010, with 1000 downloads a day, Umbraco was in the Top 5 most popular downloads via the Microsoft Web Platform Installer, two places below its main rival DotNetNuke and was the 12th most downloaded application from Codeplex, six places below DotNetNuke and 13 places higher than mojoPortal.

Umbraco 5 is retired in June 2012.

The official Website is https://umbraco.com/.

62 questions
1
vote
1 answer

Custom Webservice for Media Upload in Umbraco 5

I'd like to enable BATCH MEDIA upload to UMBRACO 5. Unfortunately all existing packages are broken, so I've started creating my own (following this guy's nice blog here..…
Max
  • 3,260
  • 2
  • 19
  • 24
1
vote
1 answer

Implement Language Selector

I have a site with two languages, en-GB and fr-FR. my site structure is as follows Home ---en ------subpages ---fr ------subpages i want to implement a Language selector so that a user can also select on the page he wants this page in English or…
Sher
  • 341
  • 1
  • 16
1
vote
0 answers

Umbraco 5 - GetMediaUrl in ChildAction View?

I have a ChildAction Macro using SurfaceController. In the view for this action I want to use GetMediaUrl. Is this possible?
autonomatt
  • 4,393
  • 4
  • 27
  • 36
1
vote
1 answer

Can't delete anything in the Backoffice

I've been developing complex websites with Sitecore for the past 4 years, but Umbraco is completely new to me. I've setup Umbraco 5 (multiple releases of it, including the very latest) on my machine. I've created a Document Type called Test. When…
DougCouto
  • 530
  • 1
  • 3
  • 18
1
vote
1 answer

How do I make Umbraco 5 ignore the bundled (with Examine) Lucene.NET

I'm using a never version of Lucene.NET with Umbraco 5, but realized that it collided with the version bundled with Examine that is included with Umbraco 5 (See C#: Could not load types from assembly). Rather than just removing Examine and the…
Saustrup
  • 758
  • 2
  • 7
  • 18
0
votes
1 answer

What port does Courier for Umbraco use?

I have had a few problems setting up Courier for umbraco (v7). After a bit of trial an error I have discovered the destination server has all its ports blocked other than 80. Does anyone know what port I need to open up to get it to work?
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

Umbraco AncestorOrSelf(int)

I am using Umbraco CMS and facing a problem in accessing the Contact us page using the AncestorOrSelf method. I have tried to explain it by example. - Content -- Home (level = 1) -- About Us (level = 2) -- Contact Us (level =…
0
votes
1 answer

SessionStateTempDataProvider class requires session state to be enabled Umbraco Contour

When I tried to add Contour form inside RTE, I am getting this error in 7.2.4, The SessionStateTempDataProvider class requires session state to be enabled on following line of code in MvcRenderContourForm.cshtml present in macroScripts…
Awn Ali
  • 1,361
  • 1
  • 17
  • 31
0
votes
3 answers

How can we to access value of umbraco dictionary item from Javascript

Can we access Umbraco Dictionary item value from JavaScript ? As I am using Umbraco 6.0.5
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
0
votes
1 answer

Upgrade to 7 Error: Could not load type 'Umbraco.Web.UI.Install.Default'

Been trying to upgrade to V7 from V6 for a few days now, running in to a lot of problems. The first time I tried to do it, I actually did upgrade, but then an issue with UComponents made me roll back, I removed Ucompenets and tried to upgrade again…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

404 - File or directory not found. In umbraco

I got 404 error when i run http://www.judsonsmartliving.org/jordan. if i use http://www.judsonsmartliving.org/jordan/index.html ,then its working. I found some solution to resolve this but they are not working for me. I tried some solutions in…
rahul
  • 1
  • 1
0
votes
1 answer

Add css and Javascript code

The code below works fine.I'm try to add my java script and CSS to Umbraco..im doing some data migration but I'm not sure where to add cause I'm new to umbraco..I'm using Umbraco 3.