Questions tagged [umbraco6]

Umbraco 6 is the sixth stable release of Umbraco - 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 6 is the sixth stable release of Umbraco - 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.

Version 6 of Umbraco includes integration of MVC, and also a rewrite of the core API.

More information about can be found on the main Umbraco website. Community provided support and documentation can be found on our.umbraco.org.

203 questions
0
votes
1 answer

Can I get picture from Umbraco with GetCropUrl?

I have uploaded an image to my Umbraco and I have not made crop images. It is just a normal photo upload. But is it possible that I can use GetCropUrl with some parameters to retrieve this image ?. Or do I have to do so @if…
user1032019
  • 53
  • 1
  • 7
0
votes
2 answers

On submit click getting issue in umbraco

I have one submit click on which the comment get submitted for particular product or thing but on clicking that I am not able to submit that commnet and facing issue as seen in below images Another thing is that this things are working properly in…
user2977985
0
votes
1 answer

Umbraco Same Url Render Page Sequence

I'm new to umbraco and using umbraco 6 latest version... Actually this is a silly mistake but makes me curious.. I've two content, let's say item a and item b.. This two item will be published alternately. so it can be access via…
gill23
  • 593
  • 1
  • 5
  • 19
0
votes
3 answers

Exclude macros from searching in umbraco

I am facing a problem while setting up the Lucene search engine in umbraco. I am trying to make a search on the data stored in default index created by Umbraco. The method for searching is below: private DictionaryResult GetRowContent( …
Rey
  • 3,663
  • 3
  • 32
  • 55
0
votes
1 answer

How do I pick PDF files in Umbraco 7?

I'm working on an Umbraco project, and my requirement is to pick PDF files from the Umbraco admin panel. I've tried multi url picker for Umbraco package but it doesn't work properly. Is there any way to pick and upload PDF files?
Nimesh khatri
  • 763
  • 12
  • 29
0
votes
1 answer

How to (configure) send mail using content pages in umbraco 7?

I am working on Umbraco project,i want to implement functionality like sending email using gmail. I known how to implement it using c# code but i don't know how to configure it dynamically by adding content pages in umbraco. Anyone have idea about…
Nimesh khatri
  • 763
  • 12
  • 29
0
votes
1 answer

Umbraco class library and Web Site

I have a project I was brought onto a few years ago and the original developer is no longer available. We have an Umbraco 6 based website. The solution has two projects, a Web Site and a class library call Umbraco.Extensions. I believe I read some…
Devin Gleason Lambert
  • 1,516
  • 1
  • 13
  • 22
0
votes
1 answer

where to find structure tab in umbraco 7.4?

I am currently working on Umbraco CMS and want to manage hierarchy like master -> home -> TestPage but i can't find structure tab anymore, can anyone know where to find it in newer version ?
Nimesh khatri
  • 763
  • 12
  • 29
0
votes
1 answer

Use Umbraco .NET Custom Control

I want to use Umbraco .NET Custom Control in Macro. I have gone through following steps: 1) I have created new Macro with name TestProperty 2) Browse and Add Pramater from Assembly 3) Use Macro in Template I did not get any problem till last…
Rahul
  • 2,309
  • 6
  • 33
  • 60
0
votes
1 answer

After upgrading Umbraco 6.0 to version 7.3.6, the backoffice does not render any CSS of JS files

I have just upgraded Umbraco, gone through 2 days of messing around and have finally managed to get it to upgrade the Db and login to the backoffice, but now there is absolutely no styling on it, and none of the scripts work. I've read about a lot…
DoubleA
  • 1,636
  • 14
  • 28
0
votes
1 answer

Umbraco.TypedContentSingleAtXPath always giving wrong ID

Umbraco version 6.1, Visual Studio 2010 I'm trying to get a list of NewsArticles under the News folder in Umbraco i.e. -News --NewsArticle1 --NewsArticle2 My code is var docType = "DocumentTypeName"; var parNode =…
Computer
  • 2,149
  • 7
  • 34
  • 71
0
votes
0 answers

Creating Media items in Umbraco 6.x using the MediaService

I've been trying to create a media item and save the picture using teh MediaService with no success. In simple terms, what I want to achieve is this: Get the url of said image (which I do already). For example this:…
MrVentzi
  • 639
  • 3
  • 13
0
votes
1 answer

Two redirects with one IIS site using Umbraco

Umbraco v6. I have one Umbraco installation with two sites. Second site was added under the "Culture and Hostnames" options. Under Site 1 Culture and Hostnames is empty but controlled by IIS. Under Site 2 Culture and Hostnames has…
Computer
  • 2,149
  • 7
  • 34
  • 71
0
votes
1 answer

Why does lucene phrase search return empty results?

I would like to run a phrase search query on a Lucene 2.9 index and it doesn't return any results. The query is now stripped down to a very basic one but it still doesn't help. Where do I need to look at? My failing search query is: bodyText: "foo…
lekso
  • 1,731
  • 3
  • 24
  • 46
0
votes
0 answers

Not able to get Node by ID in foreach in umbraco 6 razor

I am not able to get value of NodeByID in loop or after passing to @RenderPage("",NodeID); As Following is my Scripting File Code @inherits umbraco.MacroEngines.DynamicNodeContext @{ var MenuNode = Library.NodeById(2001); @foreach (var…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81