Any Plans for a V8 Update?
Hi Alain! I have a need for something just like this, but for a Version 8 site. Do you have any plans to update the package for v8? Thanks! ~Heather
View ArticleMiniprofiler crashing site: Index was outside the bounds of the array.
A background task in Umbraco seems to have triggered Miniprofiler except instead it threw the following error causing the site to error: Umbraco.Core.Persistence.UmbracoDatabase - Exception....
View ArticleContentService Deleting events
Using 8.4.0 I am trying to work with cleaning up some files when content is actually deleted (from the recycle bin). I have everything set up but it only works when you individually delete the content...
View ArticleModelsBuilder API Error - UmbracoModelsBuilder failed to generate code
Here's the error message I get when I right-click Models1.mb and choose Build Models. UmbracoModelsBuilder: Starting v8.1.5 1/8/2020 11:22:44 AM. UmbracoModelsBuilder: UmbracoModelsBuilder failed to...
View ArticlenuPickers port to v8
Hi everyone, we really like the package and we´ve been using it on a lot of projects. We are just starting our first v8 project and of course there is a part in it that screams for nuPickers ;) Is...
View ArticleUmbraco 8 Custom section, trees
Hi, I'm trying to create custom section "Event Manager" with Events, and Attendees node items with Create/Edit/Delete actions in Umbraco backoffice and need some step-by-step guidence as iIm doing this...
View ArticleTwo different sites, one umbraco and https
I have two websites with two different domain names set under Cultures and Hostnames i.e. site.com site2.com www.site.com www.site2.com When I added canonical URLs so when the user typed site.com it...
View ArticleHow to create multiple sites in one Umbraco V8 instance
Hi, It's been a while since I worked with Umbraco and I´m getting into it again and v8 is just awesome but I´m having a bit of a problem creating multiple websites and testing them in localhost. I've...
View ArticleHow to Login to Umbraco BackOffice using SSO OpenIDConnect
I am working on a project to integrate our internal SSO with UmbracoCMS so that users can authenticate with SSO using their credentials and then be automatically signed into Umbraco BackOffice. I am...
View ArticleHow to Login to Umbraco BackOffice using SSO OpenIDConnect
I am working on a project to integrate our internal SSO with UmbracoCMS so that users can authenticate with SSO using their credentials and then be automatically signed into Umbraco BackOffice. I am...
View ArticleNested content is empty
Hi I have a nested content called "CarDetails".If I retrieve data in custom surface controller, var nestedContent = content.GetValue<> is always null. How I get? and loop them by; foreach (var...
View Article.net core
Hi, can you create an .net Core project and install Umbraco 7 to it or are there compatibility issues? Thanks,
View ArticleRendering checkbox in custom listview
I've seen many questions about getting Listviews to render some of the standard properties better (e.g. a Dropdown renders an Id instead of the PreValue, Checkboxes render as 0/1), but none of them...
View ArticleMedia skipping recycle bin when deleted
So we had a really strange issue happen last night on a new client site (Umb 7.15.2). They were trying to delete a media item from the library, but somehow have managed to delete a folder in the media...
View ArticleContent migration fails (data truncated)
Happy new year everyone, we decided, that it's time to upgrade the Umbraco version of our project from 7.10 to v8. I initially upgraded to 7.15.3 to prepare for the content migration which is now...
View ArticleLanguage switch relatively for all languages
HI, I want to work language URL like below for English and Arabic the title will be same but only root folder name should be / for english or /ar for arabic we can achieve by adding Name of the page...
View ArticleHow to get content picker data in surface controller
//Add NestedContent Picker var nestedContent = content.GetValue("CarDetails").ToString(); var json = JsonConvert.DeserializeObject<> I get this results. [ {...
View ArticleDisplay Content Picker Value in the Back Office List Umbraco v8.4.0
Hello All, Can anyone know how to display content picker value other than "umb://document/97a7ffb894b648a5a6fb28998568d029" in the back office list for Umbraco v8.4.0 Please refer attached screenshot...
View ArticleHow to get the value of content picker property in surface controller
How to find and get the value of umbraco contentpicker? Actually the umbraco return some digit value for that contentpicker, so iwant to convert that to display the exact value on screen How to do...
View ArticleHow to get the value of content picker property
How to find and get the value of umbraco contentpicker? Actually the umbraco return some digit value for that contentpicker, so iwant to convert that to display the exact value on screen How to do...
View Article