Questions tagged [umbraco7]

Umbraco 7 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.

Umbraco 7 is the seventh 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.

Resources

https://umbraco.com/products/umbraco-cms/umbraco-7/

1479 questions
2
votes
1 answer

Umbraco back office menu doesn't show up

I am trying to install Umbraco 7.5.3 on an empty project but the back office has no items in the menus. It doesn't also load anything in the content tree. I tried to do a clean installation based on this article but it was the same. I went with a…
Ashkan S
  • 10,464
  • 6
  • 51
  • 80
2
votes
1 answer

Umbraco No parameterless constructor defined for this object

I am trying to render a partial view in Umbraco. I have a BaseLayout.cshtml,Homepage.cshtml,BaseLayoutViewModel,HomepageViewModel This is my BaseLayout View @inherits Umbraco.Web.Mvc.UmbracoViewPage @{ Layout =…
harnamc
  • 541
  • 6
  • 20
2
votes
1 answer

Umbraco Form - Remove time from Datepicker date in email

I have a form that contains a Datepicker and in the email that is sent on submission the date is formatted with a time. How do I remove the time from the date? Thanks
Dylan Pinn
  • 304
  • 2
  • 10
2
votes
0 answers

AMP with Umbraco v7

Has anyone integrated amp with Umbraco 7 yet? How has the integration been? The reason i ask is because I want to push for AMP within my organisation but i''m keen to understand others experience with Umbraco V7 and AMP Thanks
S Matharu
  • 21
  • 2
2
votes
1 answer

Umbraco: Get ImageCropper & File Upload via SurfaceController

I'm still new to Umbraco 7 but I've found my way around Surface Controllers. I have created a SurfaceController which you can see future below. But what I can't figure out is how to grab the URL from an Image Cropper and File Upload, I would…
user1049430
2
votes
2 answers

Visual Studio and TFS, detect changes outside Visual Studio

Im Working with Visual Studio 2015 with an ASP.NET Web Application, with Umbraco and uSync installed. It's not essential what uSync and Umbraco are, but when I start the project and create a Template in Umbraco, uSync writes "export"-files to a…
Silv
  • 673
  • 5
  • 19
2
votes
3 answers

No action was found on the controller UmbracoApiController

I am trying to do is access data from an Umbraco Api class and pass this to a javascript function. All help is appreciated in getting over the following errors. - {,…} Message : "No HTTP resource was found that matches the request URI…
Bob the Builder
  • 503
  • 1
  • 12
  • 33
2
votes
1 answer

Get the value of a custom membership property umbraco 7 using imember

I'm trying to retrieve membership properties using the imember service in Umbraco 7.4, while i can grab the member object i can't see how to call the custom property values. See example below. // gets the member object successfully var member…
user3248331
  • 105
  • 1
  • 8
2
votes
1 answer

Create folder in umbraco - Umbraco 7

I have project in umbraco 7.4.3. I need to create media folder programmatically for each specific object that i create in the umbraco back office. For example: i create hotel in the back office and i go to my overload of the function…
Jarufi
  • 308
  • 1
  • 12
2
votes
1 answer

Get Label Template value of Vorto field in Archetype - Umbraco 7

I have Archetype in umbraco 7.4.3 When i set vorto text box in the archetype i cannot get the correct alias for the label template and i get "object Object" insted. I know that the label template code inside the "{{}}" is angular-JS but i'm not…
Jarufi
  • 308
  • 1
  • 12
2
votes
1 answer

Umbraco 7 access rights at property level

I don't think this can be done out of the box, but is there any way of protecting certain properties or whole tabs of properties in the CMS so only editors with selected roles or rights could edit them, and standard users could not (although they…
YesGenesisCamel
  • 173
  • 1
  • 12
2
votes
1 answer

umbraco 7 sharing @functions between templates

I am learning Umbraco 7 and want to build a library of common Razor functions. My idea was to have a core partial view which would be included on most templates and this partial view would have an @functions{} block. I would then be able to call…
YesGenesisCamel
  • 173
  • 1
  • 12
2
votes
1 answer

Differences in Umbraco cache structure?

Ok, So I have just spent the last 6-8 weeks in the weeds of Umbraco and have made some fixes/Improvements to our site and environments. I have spent a lot of that time trying to correct lower level Umbraco caching related issues. Now reflecting on…
Devin Gleason Lambert
  • 1,516
  • 1
  • 13
  • 22
2
votes
1 answer

Can I count all members by group in Umbraco 7?

In umbraco 7, I would like to count all members of a particular group. In the docs for MemberService there is the method... .GetMembersByGroup(string role); which it is possible to count on obviously... .GetMembersByGroup(string…
Paul
  • 9,409
  • 13
  • 64
  • 113
2
votes
3 answers

Can't update Lambda expression in Umbraco upgrade

I am in the process of updating Umbraco version. There is a blog, but the macro outputting blog posts is hiccuping. Originally, it was something like: dynamic result = Model.Descendants().Where("NodeTypeAlias == \"BlogPost\""); var values = new…
Phillip Ng
  • 21
  • 2