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

HttpContext.Current.Session and UmbracoContext.Current.Session is always null in Umbraco

I am using Umbraco 7.5.7 for my application When ever I click on the content item in CMS it shows me this error, I have provided the code below, can some help me on this. HttpContext.Current.Session and UmbracoContext.Current.HttpContext.Session…
2
votes
0 answers

Recursive properties set in Merchello product template's master - Parent must be set in order to recurse

I have some recursive properties set in the master page of my Umbraco website. These work fine for every page except my product template. I am using the Merchello ecommerce plugin. On my product pages I get this error: Parent must be set in order…
Leah
  • 2,547
  • 5
  • 23
  • 28
2
votes
1 answer

Umbraco 7 - Custom Macro Parameter Editor - RTE

I hope this will help others too as there isn't a lot of documentation about this exactly. I want to use a RTE (rich text editor) within a macro I've created to handle page sections. I have successfully rendered the RTE within the macro. I can…
Elliott James
  • 165
  • 14
2
votes
1 answer

How to get Nested Dictionary Item in Umbraco?

I using Umbraco 7.4.3. I created few dictionary items (rot item with few children items), like below: HomePage Intro Body When I try to get dictionary value for sub-item I getting empty string, however for root item I get correct result. For…
Andriy B.
  • 421
  • 3
  • 14
2
votes
2 answers

Umbraco routes alongside normal mvc routes

I have installed umbraco via nuget on a FRESH mvc5 project and i have a normal MVC controller. public class HomeController : Controller { public ActionResult Dashboard(RenderModel model, int? Id) { …
Aflred
  • 4,435
  • 6
  • 30
  • 43
2
votes
1 answer

Proper way to route to controllers in Umbraco ASP.NET / IApplicationEventHander vs ApplicationEventHandler vs RouteConfig.cs, RenderMvcController etc

I have a Solution structure like this: MyApp.Core --Properties --References --bin --Events |EventHandlers.cs --Directory --Controllers |DirectoryController.cs --Helpers |ContextHelpers.cs --Models …
Charles Williams
  • 574
  • 2
  • 12
  • 30
2
votes
1 answer

why format list in tinymce RTE is empty in umbraco?

in my umbraco system when i try to create a content in RichTextbox format list is empty as below picture: I have searched in google and found this issue on umbraco issue tracker and do its guide line but there was no result. how can I fix this…
Navid_pdp11
  • 3,487
  • 3
  • 37
  • 65
2
votes
1 answer

Custom Section without Tree in Umbraco CMS

Im a relatively new programmer using Umbraco, and I've got a question for anyone who can help me. I'm trying to do a Custom Section on the Umbraco backoffice, without having the tree.. I just want to render an angular view when the user clicks the…
2
votes
1 answer

Umbraco Unit Tests

Trying to utilise the PublishedContentRequest method in order to perform several unit tests. As this is separate project purely for unit testing there is no Umbraco context as such. Just wondering if anyone else has had an issue with testing Umbraco…
Netferret
  • 604
  • 4
  • 15
2
votes
0 answers

How to prevent bootstrap css classes from being overridden by custom css theme

I am working on Umbraco with the Fanoe starter kit. For one of the rows, I use class of "dark". Inside this row, I add a link with classes "btn btn-primary". Now the bootstrap button font for instance is being overridden by whatever has been defined…
Bill
  • 2,026
  • 9
  • 55
  • 99
2
votes
1 answer

Umbraco won't clear broken code from cache

Am creating a custom property editor for Umbraco 7. Had a a typo in the controller.js and despite what I do to clear the cache the croken code keeps showing up in the cached Dependency Handler so far I've tried: Restarting application in…
HuwD
  • 1,800
  • 4
  • 27
  • 58
2
votes
1 answer

Umbraco Begin Form vs Begin Form

I've just have a little curiosity about this two code.. Both of them is working but what is the difference? Html.BeginUmbracoForm() vs Html.BeginForm()
gill23
  • 593
  • 1
  • 5
  • 19
2
votes
2 answers

How do I return an Umbraco 7 MVC form which has been submitted but has errors?

It's been a while since I used Umbraco. Currently setting up an Umbraco 7 instance which has a lot of forms. I'm struggling to handle ModelState correctly. Hopefully someone can explain what I'm doing wrong. I've read a lot of articles these last…
Tom Troughton
  • 3,941
  • 2
  • 37
  • 77
2
votes
3 answers

Get Media folder by name or hash in Umbraco 7

I'm using Umbraco 7.4. I'd like to enumerate all files from a Media folder ("Images\Splash"). To a custom class, I pass the reference of the UmbracoHelper instance from the controller, and can get the folder like this: var folder =…
Attila Szasz
  • 3,033
  • 3
  • 25
  • 39
2
votes
1 answer

How to set umbraco to accept the same email for multiple members

I have Umbraco 7.5 and I need to set the same email address for different members. How to do it? My scenario: I want to have different permissions for different parts (lets say sub-organization) but for a short time the contact person of 2 of those…
Ashkan S
  • 10,464
  • 6
  • 51
  • 80