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
3 answers

umbraco tiny mce absolute urls

i'm having a issue on tiny mce on umbraco 6. When i add a image or link on tinymce the urls are converted from http://domainx.com/images/someimage.png to domainx.com/images/someimage.png i've added a few configurations to…
Marco
  • 235
  • 1
  • 2
  • 8
0
votes
2 answers

Umbraco & goDaddy| error when trying to work with Umbraco back office

Like the header says I am getting an error when trying to work with Umbraco(6.2.1) back office This is the error: I already talked with goDaddy support, they says everything is OK from their side. I flowed every "tutorial" I could find regarding…
E.Meir
  • 2,146
  • 7
  • 34
  • 52
0
votes
1 answer

Umbraco 6.1.6 Web API SSO Implementation - Final Page Accepting Token

I've worked out all the problems with the WEB API implementation in Umbraco (Token & Member creation in an http post), the problem I'm having here is this final macro, I've created to drop in an Umbraco page, it will not collect the token and email…
Erik
  • 43
  • 1
  • 9
0
votes
1 answer

Save a Image using ContentService in Umbraco

I want to add a image using contentservice in umbraco , can it bo done simply using setValue method, what do I need to pass to the setValue Method?
TAB
  • 57
  • 4
  • 16
0
votes
1 answer

Object reference not set to an instance of an object GetDomains call on startup

*Note : This is not a null reference duplicate question. It was not so apparent what was causing it and needed deeper investigation. My site was working fine on my local dev box and then I decided to convert Umbraco 6 from using a embedded database…
kyleb
  • 1,968
  • 7
  • 31
  • 53
0
votes
1 answer

Difference between Umbraco.Core.Models.Content class and umbraco.cms.businesslogic.web.Document class

What are different between Umbraco.Core.Models.Content class and umbraco.cms.businesslogic.web.Document class? In other words, What are the benefits of using Content class instead of Document class? I know Document class is obsoleted in Umbraco…
x19
  • 8,277
  • 15
  • 68
  • 126
0
votes
2 answers

Create umbraco server script which mirrors document contents including macros

I'm working on an umbraco project which has a lot of duplicate documents. I need multiple documents in my navigation structure which have the same content but a different title and a different position in the navigation tree. I created a…
Georg Jung
  • 949
  • 10
  • 27
0
votes
2 answers

Can we use same umbraco dictionary item but different value for different site?

I have hosted multiple-site on a single UMBRACO instance . each site with different layout / behavior but used the same Macros (which Ref.dll) , In which it have predefine Umbraco dictionary Item Eg. Dictionary item with two lang i.e, English…
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
0
votes
1 answer

uBlogsy (webforms) PostService showing no posts on landing page

I'm using uBlogsy WebForms 3.0.2 on Umbraco 6.1.5... And the posts on the landing page are not showing up. The function PostService.Instance.GetPosts is returning 0 posts, even though there are posts in the correct location. I still get 0 posts when…
Biagio Arobba
  • 1,075
  • 11
  • 27
0
votes
1 answer

Cast umbraco @CurrentPage to be used in MVC @Html.Action

Having a child action like this public ActionResult Summaries(IPublishedContent currentPage) { //... } I would need to pass from the masterpage the @CurrentPage to it, so I would need to use something like this @Html.Action("Summaries", "Blog",…
mitomed
  • 2,006
  • 2
  • 29
  • 58
0
votes
1 answer

Reorder generic properties in Umbraco CMS

This question relates to Umbraco CMS version 6.1.4. I create a new Document Type and some generic properties for it. I am able to arrange the properties in the properties editor: But it makes no difference in the Content section. Umbraco, Y U NO…
SharkAlley
  • 11,399
  • 5
  • 51
  • 42
0
votes
1 answer

Is Umbraco DateFolders working on 6.2 or 7.x?

Does anyone know if DateFolders (and AlphabetFolders for that matter) is working on Umbraco 6.2 or 7.x?
Biagio Arobba
  • 1,075
  • 11
  • 27
0
votes
1 answer

How to access current dashboard tab in Umbraco?

In the Umbraco, if I have a custom Dashboard content tab pointing to an ascx control, how do I determine in the code which tab is accessing the control? I would like to re-use the same control for different tabs with slight differences.
David d C e Freitas
  • 7,481
  • 4
  • 58
  • 67
0
votes
1 answer

How to? Downgrade Umbraco 7 to version 6 database

We are giving up on Umbraco 7 and want to move back to Umbraco 6. Mostly because of 2 reasons: 1) canvas edit mode is no-where to be found 2) but most importantly, Umbraco Courier does not work with version 7. We now want to downgrade the v7…
It's me ... Alex
  • 279
  • 4
  • 11
0
votes
1 answer

Need help on dynamically creating navigation links based on content created in Umbraco

i am very much new in Umbraco CMS and started coding in it recently. My page structure is like this And now I have written the code like this to generate the dynamic navigation based on the code I have found in Umbraco forums. But in output it is…
Utpal
  • 805
  • 4
  • 15
  • 44