How to change umbraco 12 backoffice url
I want to change the backoffice url in Umbraco 12, but I couldn't succeed. When I make the necessary settings in global settings and change the umbraco folder name, a new umbraco folder is created and...
View ArticleBlock List Label: Show headline of a block or RTE fields of child block list.
I have a block that has a block list of its own. All fields except the copy of that inner block list's blocks are optional. I can use this: {{ heading || tabs.contentData | umbCmsJoinArray:',...
View ArticleBackoffice Login Screen Customization
Hello, I've figured out how to update the image and logo on the backoffice login screen. Now I want to change the size of the logo, but I can't seem to find a way to do that. This seems trivial, but...
View ArticleUmbraco 13 - How to customize back-office content tree nodes
I simply want to add a text "Hidden" to any content nodes that have a specific parameter with a specific value, like shown in this image: In my case I want the text to show if the content item has...
View ArticleUmbraco 13 - Web Application Project
Hi all, I am currently working on the upgrade to V13, and for V8 I had a Visual Studio solution that made it possible to compile/prebuild the custom code into a DLL. I am wondering if same can be done...
View ArticleSQL query: member groups on protected page
Help me show the member groups that have access to a protected page: SELECT n.id AS NodeId, n.text AS NodeName FROM dbo.umbracoNode n JOIN dbo.umbracoAccess a ON n.id = a.nodeId WHERE n.trashed = 0...
View ArticleUmbraco Cloud - Manually trigger build and deploy without git check in.
I get errors fairly often in Umbraco cloud on git pushes related to the build and deploy process. They are not related to the push itself. In order to get the deploy to occur, I am pushing...
View ArticleHow to get a media by url without hitting the database?
Hello... I need to correct a middleware that checks a media property for each request. It's currenlty working but it tells me that the method I use is obsolete and will be removed on next version (14)...
View ArticlePre-populate the selected image's alternative text on rich text editor /...
Hi, I'm currently using Umbraco 10.7 and having an issue to carry the pre-set image's alt text from the Media library through the selected image's alt text field from the image picker in the rich text...
View ArticleTinymce adding in tags before and after inline macros
Hi, I'm running V4.0.1 of Umbraco and when inserting macros into the HTML editor empty parapraphs are being inserted before and after the macro code such as below: Macro inserted > Update > Save...
View ArticleUnable To Get An Examine Custom Index Item To Work In V11
I am unable to get the following code to work. I was trying to do exactly the same a Paul has done in his blog, only for V11....
View ArticleAuthCookieDomain Setting
Having some trouble with using the AuthCookieDomain setting in v13.5.2 We have our backoffice on a subdomain like this: backoffice.domain.com The app settings are as follows: "Umbraco": { "CMS": {...
View ArticleU10 - Blob storage for media very slow
Recently I migrated a website from v8 to V10 and I'm facing performance issues in response time when accessing /media/ items (hosted on blob storage) With Umbraco V8 the avg response time for media...
View ArticleInvalid request error
Hi, I'm getting an error when tried to access the Umbraco 15 backend. error:invalidrequest errordescription:The specified 'redirecturi' is not valid for this client application....
View ArticleSearch in macro in rich text editor
Is it possible to search a macro added to RTE? If my macro contains a certain word i would like the pages where I've included the macro in an RTE to show up.
View ArticleMember group picker save text instead of id
I am trying to validate some member groups from the current user against the groups selected in a component but I have an issue as the groups are returned as the string names from the...
View ArticleLarge Number of Nodes - restricted access - need to press load more until see...
I have a local Umbraco 14+ instance I am testing. My use case is the following: I am creating 1000 to 5000 users. I am creating 1000 to 5000 pages, one for each user (for example a biography page that...
View ArticleRestrict Public Access when removing member group
One of our sites, currently on v13.5.2, is having an issue where a member is assigned a member group, that member group is used to restrict access to a page. This works fine and the page requires you...
View ArticleSEO Checker in a load balanced, multi site setup
I’m working on a project with a licensed version of SEO Checker, and I am facing some difficulties managing our projects setup to be compatible with SEO Checker. Umbraco version: 10.8.6 SEO Checker...
View ArticleSystem.FormatException on media file URLs
We noticed a large number of System.FormatException errors in log viewer for media files. We suspect that issue might be related to caching since the error doesn't happen all the time even when loading...
View ArticleIs it possible to add tags in Umbraco Forms ActiveCampaign 2.0.1
Hi all, We use Umbraco.Cms 13.6.0 with Umbraco.Forms 13.4.0 and Umbraco.Forms.Integrations.Crm.ActiveCampaign 2.0.1. Is it possible to add tags to the ActiveCampaign Contacts Workflow, and if so, how...
View ArticleAPI key or secret not set in configuration.
I just cloned a brand new Umbraco Cloud project with Umbraco.Cloud.Cms 15.1.1 and Umbraco.Cms 15.2.1. When trying to run the project in Visual Studio I get the following error:...
View ArticleUmbraco CMS for new website
I am planning to use Umbraco CMS for my new website. But the problem with me is I am quite used to PHP, HTML and CSS instead of .NET framework. If I use Umbraco CMS, is it possible that my webpages be...
View ArticleRichtext editor problem in Umbraco 15
In the backoffice Richtext editors shows as a link only. If I click on the link it opens the editor. Normally in earlier versions it was possible to see the content here as well. Am I missing...
View ArticleUmbraco 13 on Ubuntu produces a 502 Bad Gateway Error for authenticated...
I have an Umbraco website with a somewhat complex setup. It is hosted on an AWS EC2 instance running Ubuntu. The web server is NGINX and requests are routed through an application load balancer. I've...
View ArticleSettingUp umbraco on IIS with http port
Hi All , I am using umbraco 13 in aspnet core application , I hosted my project in stage server on IIS where i have assigned IP with http port and with loadbalancer it has to redirect to https , I get...
View ArticleMudblazor with Umbraco
Hi all, Does anyone have experience of using the MudBlazor libraries with Umbraco as opposed to standard Blazor? I'm looking at building an Umbraco solution using the MudBlazor controls and haven't...
View ArticleUmbraco Personalization
I am using Umbraco enagage package in my local solution but while adding a new segment i am unable to get the browser list Also i have created 1 segment of Mobile But i am not able to display 2...
View ArticleRedirect from Surface Controller to different URL
Hi, Is it possible to redirect to a different url - for example a Thank you page from a surface controller. Im using the following but the Thank you page is inside the Original page - I need it to...
View ArticleUpgrading to Umbraco 14: Migrating macros
I am using Partial View Macros and parameters extensively throughout my Umbraco v13.2.2 site. Since Macros and Partial View Macros are now deprecated and will not be included in Version 14, could...
View ArticleUmbraco 13.4.1 and media folder location
Hi, In our development environment, we are using default media folder location. But for Production/Live environment, we have two servers both are using same shared sql server database for umbraco. But...
View ArticleMigrating Macros to RTE Blocks
We have a large v13 site with more than 1000 pages, all built on nested content with RTE macros in almost all of them. Both of these features are removed in v14. The plan is to use usync to help...
View ArticleMedia image information missing with new image after Umbraco upgrade from 8...
I have upgrade my application from Umbraco 7 to 8 then 8 to 10. We notice, our newly uploaded image information is missing like, image height, width, size etc. Also, wanted to add new properties to...
View ArticleMedia Folder Picker from Entity Action
From an Entity Action, I am trying to popup a media picker modal to allow the user to select a media folder. I am able to get the popup to work, but not able to filter the items to just media folders...
View ArticleCustom index options: options.UnlockIndex = true; and...
Hi all, Does anyone have documentation about what the following line in a custom index do? options.UnlockIndex = true; options.IndexDeletionPolicy Thank you! Genc
View ArticleMedia files not accessable on iis site - AzureBlobStorage
I am in the process of upgrading our current Umbraco v8 environment to Umbraco v10. During this upgrade I have set up Azure Blob Storage for our media fields as described in this guide After some...
View ArticleCustom database table with one-to-many relationship not working.
I'm trying to create two database tables using migrations and NotificationHandlers. The tables are supposed to have a one-to-many relationship. The DTO:s look like this. I've tried a few different...
View ArticleIssue with creating media folders / uploading media files Umbraco 15
Hi, There's an issue in Umbraco 15, I can't create new media folder from content (for example, if I want to upload new image and create new folder). I have to go to media, and only from the media...
View ArticleSignalR errors in console when starting uSync Dashboards
Hi Kevin uSync Complete 13.1.5 Umbraco 13.3.2 We are getting signalr console errors when starting the usync dashboard. On my local dev machine I've eliminated errors my enabling web sockets support in...
View ArticleMoving my Wordpress sites to Umbraco
I'm just starting out with Umbraco and I'm trying to figure out what is the most efficient way to move my web sites that are currently using Wordpress. I only have 5 sites to convert but still enough...
View ArticleGlobal Variables
Hi, I've been tasked by my work to build a CMS using Umbraco, but I'm stuck. I would like to use variables which can be updated within the CMS, more specifically, I'm looking to build a monthly fee...
View ArticleUploading files via angularJs in Backoffice
I'm trying to upload files via angularJs in the backoffice, and have already tried the UmbracoAuthorizedApiController, UmbracoApiController, and even the SurfaceController (to make sure I'm not going...
View ArticleHow to unit test with the new .Url() extension method? Throws exception and...
The old .Url property on IPublishedContent is marked as obsolete and will dissapear. It has been replaced by an extension method in Umbraco.Web namespace. The old .Url property was easy to mock:...
View ArticleDelete all members via SQL script?
Has anyone available a SQLscript that deletes all members from a database. I've found a few older V7 versions and obviously there are packages out there, but I'm looking to delete them via SQL Script...
View ArticleUnable to open BackOffice after new install
This is my first try with Umbraco. I have installed the latest version on my local Windows machine according to the docs. When I start with dotnet run, I see a welcome page in the browser (on both...
View ArticleImplementing Unattended on Azure
I have a test site set up on Azure and I want to use a database already configured for v13 which runs fine locally. The appsettings.json has { "Umbraco": { "CMS": { "Unattended": { "InstallUnattended":...
View ArticleSession Not Working In IFrame
Umbraco 13 I am migrating from Umbraco 10 to Umbraco 13. I am attempting to run a user control in the back office through an iframe. Everything is working fine except for the session. For some reason,...
View ArticleV13: Production and Development mode - Page not found, physical template missing
Greetings, I have tried to follow the following instructions: https://docs.umbraco.com/umbraco-cms/fundamentals/setup/server-setup/runtime-modes As soon as I set "Development" or "Production" as the...
View ArticleDeveloper needed to converting a pre-exsisting non-umbraco site into umbraco cms
I need a developer to convert an existing non-umbraco site into umbraco cms. The site is pretty basic, mostly just static html, around 15 pages. It needs rebuilding so that it has a user friendly cms....
View ArticleException message: Error occurred during a cryptographic operation
Hi! Recently I upgrade site from v7 to v8.14, I've been getting this error, it's repeating all day (every 5-10mins) even when I believe there are no users present. I have machine key set. Any ideas by...
View Article