https://discord.umbraco.com
Join Discord
Has the SendingAllowedChildrenNotification been deprecated for V14?
m

marcemarc

about 1 year ago
There is this event in V8->v13 called SendingAllowedChildrenNotification that allows you to use c# to hook into the building of the list of types of documents you can create under a node. I was about to suggest somebody used it in V13, as a way to stop multiple 'Site Setting' nodes from being created, but thought I'd check it was still there, and I couldn't see it in V14? is it no longer a thing?? https://github.com/umbraco/Umbraco-CMS/blob/v13/contrib/src/Umbraco.Core/Notifications/SendingAllowedChildrenNotification.cs
m
s
+7
  • 9
  • 31
  • 133
How to make working automatic converting of all images to webp in Umbraco 13?
m

Marian

over 1 year ago
Hello. Under Umbraco 13 project, I have tried to add the following line: app.UseImageSharp(); to startup app code. Than I have added a test Document Type with Media picker property and a cshtml View to show it. Created a node of that document type, uploaded a jpg or png file to its media picker and published the page. Then I run the project, opened this page containing images (jpg or png) locally in Chrome browser and saw that for some reason the images are NOT receiving as webp (in Type column of Chrome's Network tab). Type column shows original jpeg or png type, and not webp as expected. NOTE: Earlier I used exactly the same flow under Umbraco 12 (added the same single line of code, without any additional settings) - and there it worked, so all the images are receiving as webp type (in Type column of Chrome's Network tab). Could you please advice how to achieve the same behavior under Umbraco 13 (with as less efforts as possible)? Thanks.
m
c
+6
  • 8
  • 24
  • 133
Block Clipboard - When do we get it back?
k

Kaspar Boel Kjeldsen

11 months ago
I'm sitting on version 14.2-rc and am wondering - when do I get the ability to copy blocks to the clipboard back? The button is there - but to my knowledge there is still no way of copying anything? First I'd love to know if anyone knows when this feature is slated to come back, because we've paraded it around town in v13 to all our customers. Secondly, I would love that when Umbraco ships without features that experienced users expect - at least remove the button until it's ready? https://cdn.discordapp.com/attachments/1272451228621602847/1272451228818997279/image.png?ex=66bb060d&is=66b9b48d&hm=c96cda592515615a06a25f3ff57a6b17d0daa8cd614ae163344b0bd04b697b48&
k
r
h
  • 3
  • 5
  • 132
Anyone experiencing issue with Examine Management on v10 and v13?
b

Busra

about 1 year ago
Hey all, I've got 2 projects one running on v10 doesn't perform search and v13 doesn't perform search as well as examine management section errors without a message. https://cdn.discordapp.com/attachments/1260938455656042557/1260938455790129152/image.png?ex=669123f2&is=668fd272&hm=176c735bfae7c954b4a2b33629bc280ca5d5050f74bb988f847d37db8356e3ab&
b
n
+2
  • 4
  • 13
  • 131
Where to put my changes to Program/Startup.cs
s

skttl

over 1 year ago
I'm doing a 12->13 upgrade, and I want to move all my custom stuff out of the new Program.cs file, to keep it untouched as I think it will make upgrades easier going forward. But I have some stuff, I'm unsure where to place. Can you help me with the following? - In Startup.cs/Configure, I have a
context.Database.Migrate();
context being the EF context for some custom db work, is injected into Startup.cs. - app.UseExceptionHandler("/error-500") in Startup.cs/Configure - app.UseResponseComporession() in Startup.cs/Configure - Host.....ConfigureAppConfiguration((context, builder) => { builder.AddJsonFile($"appsettings.Local.json", true, true).AddEnvironmentVariables(); }) in Program.cs/CreateHostBuilder Can I put everything in a Composer? I guess some of it should be middleware, at least the docs told me to do that for my CORS policy πŸ™‚
s
d
  • 2
  • 5
  • 131
[Closed] AstroJS + Umbraco CMS: documentation contributors wanted
j

jacksorjacksor (Richard Jackson)

over 1 year ago
The [docs](https://docs.astro.build/en/guides/cms/) for AstroJS have a dedicated section called "Use a CMS with Astro" which is currently missing Umbraco. I've started putting together a repo of documentation around such an integration to eventually submit for inclusion and would humbly request anyone who knows anything about the topic to consider contributing! I know folks such as @rickbutterfield, @Louie and @Prenders have dabbled somewhat, so was hoping for a collaborative effort with putting some instructions together. Some guides are just stubs, but some ("Storyblok", "Contentful" and "ButterCMS") are so robust that the Astro docs puts them first in the ordering (they're specifically listed in this array!). The repo I've put together for the documentation is here, readily awaiting your PRs: https://github.com/jacksorjacksor/astrojs-with-umbraco-cms-docs https://cdn.discordapp.com/attachments/1217409689588072519/1217409690305167450/astro-icon-light-gradient.png?ex=6603ec20&is=65f17720&hm=35f6517d81ac9ca764e9d2d2928e183d06823afc1dc790b74eb51132bef0c6ae&
j
p
+13
  • 15
  • 195
  • 130
Skybrud Redirects (Umbraco v13) - static file / media based redirect rules not triggering
n

Nik

11 months ago
Has anyone seen static file redirects not triggering with SkyBrud? Working on a site that has been migrated to v13 (originally v7 => v8, now v13). Skyrbud was installed back in the v8 days and has a large amount of redirects in it, however all of the ones that seem to be for static files / media items (i.e. end in a file extension) are not triggering, If the file extension is removed in the redirect rule and from the requested URL they trigger. I'm not really sure where to start my investigation with this, so looking for some pointers.
n
j
a
  • 3
  • 8
  • 130
How to add custom languages to the "add language" dropdown in the BackOffice
w

warlloch

over 1 year ago
I have an Umbraco 13 site that needs to include translations for languages that aren't currently included in the language dropdown when you go to add a language in the backoffice. How would I go about adding these languages in? So far I have tried creating a custom locale on my pc in hopes that the backoffice would pull from my locale list when I run my site locally, but I haven't had success there yet. Any and all help is appreciated! https://cdn.discordapp.com/attachments/1197660661275177092/1197660661837201479/language_issue.png?ex=65bc1369&is=65a99e69&hm=fd7668cc9d5a069ddc47b828632dfa999ed18867c0690b219d0a806db7e3012e&
w
j
+2
  • 4
  • 11
  • 130
Hosting Umbraco on a Virtual Directory
o

Owain Jones

12 months ago
Hi all, We have a client site that currently sits on a virtual directory e.g.
ourclient.com/news
, where
/news
is our Umbraco site. On the current v8 site, we installed Umbraco itself in a
/news/
folder on the server, and everything worked ok, but that doesn't appear to be supported anymore in v13. I found two GitHub issues relating to this, where Umbraco HQ said they don't plan on supporting this scenario and suggest using a reverse proxy: https://github.com/umbraco/Umbraco-CMS/issues/11891#issuecomment-1570423375 https://github.com/umbraco/Umbraco-CMS/pull/13592#issuecomment-1570421802 but has anyone actually attempted this with a v10+ site? if so, where there any gotchas or sticking points?
o
c
+2
  • 4
  • 9
  • 129
Trying to add some fields to ExternalIndex and populate them using a custom populator...
t

Tronglonok

about 1 year ago
Using Umbraco 13, I can't find any examples of how to actually do that. I've tried creating a valuesetbuilder, a configureOptions, populator and a notificationhandler. however, whenever I come into my Populator it gets a list of 0 indexes. If I look in the Umbraco code, there's a row with: _logger.LogDebug($"{nameof(PopulateIndexes)} called with no indexes to populate. Typically means no index is registered with this populator."); So my problem seems to be that I can't figure out how to connect my custom populator with the ExternalIndex. Can someone please explain to me how that is done? πŸ™‚
t
m
j
  • 3
  • 4
  • 129
Previous151617Next

Umbraco

A hub and casual space for you to interact with fellow community members and learn more about Umbraco!

Powered by