https://discord.umbraco.com
Join Discord
Block Clipboard - When do we get it back?
k

Kaspar Boel Kjeldsen

about 1 year 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
  • 140
Run initialization at startup
a

Abra

over 1 year ago
I would like to run some code at startup that will update some content nodes. The code only need to run once at startup and then no more. Any best practices on how this could be done?
a
c
j
  • 3
  • 3
  • 139
"document is published but its URL cannot be routed"
w

weedroid

about 1 year ago
We are currently seeing the error "document is published but its URL cannot be routed" for a couple of collection nodes on our site which reappears every time the site is restarted, meaning these nodes and the functionality they provide break with each deployment/restart. This is occurring on Umbraco 13.3.2 on a site with a single language that is hosted in Umbraco Cloud, but the issue also occurs locally. The error is cleared by republishing the nodes with the routing issues along with their (already published) children, but restarting the solution brings the error back. The issue seems to be at least partially content dependent as it occurs on our staging environment but not our test site, and copying the dbs from each of these environments and running them locally results in the same behaviour. Has anybody seen a similar issue before? This is a more abstract description of what I've put in the other chat regarding Articulate, since I'm less convinced that this issue necessarily relates to that package specifically at this point.
w
k
  • 2
  • 2
  • 137
Custom labels in Umbraco 14 Blocks
d

Dixi

about 1 year ago
Hi guys, are there any docs on the label formatting options for blocks in block list / grid in Umbraco 14? The official docs are still pending to be updated
d
p
+5
  • 7
  • 12
  • 136
Has the SendingAllowedChildrenNotification been deprecated for V14?
m

marcemarc

over 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
  • 135
Umbraco v13 IRecurringBackgroundJob not following Period
c

Carlos Casalicchio

over 1 year ago
Hello everyone! I have implemented the IRecurringBackgroundJob, but something seems wrong. I've scheduled it to repeat after 3 days, and after 7 days, but it's repeating every day. This is happening in Umbraco Cloud and I am suspicious it has to do with a restarting IIS process, but I cannot be certain. Does anyone have any suggestions or fixes to revolve this? please see attachment
public TimeSpan Period => TimeSpan.FromDays(7);
        public TimeSpan Delay => TimeSpan.FromHours(24);
https://cdn.discordapp.com/attachments/1248047040538214520/1248047040680824862/message.txt?ex=66623de2&is=6660ec62&hm=8dab93f684980f82323256dc03db5582bad7cf434b0184dc11eb8b8e4d4189fd&
c
s
  • 2
  • 4
  • 135
Umbraco 13.0.3 Models builder not generating models
s

Sian Evans

over 1 year ago
I created a new site yesterday and noticed that I was getting the "CS0234 The type or namespace name 'ErrorPage' does not exist in the namespace 'Umbraco.Cms.Web.Common.PublishedModels' (are you missing an assembly reference?)" message. I identified that template models were no longer generated, yet this morning, the site generated models for compositions I had created. Has anyone experienced this and can point me in the direction of what I need to look at in logs to identify the problem? https://cdn.discordapp.com/attachments/1205511997861527572/1205511998058668062/Screenshot_2024-02-09_134348.png?ex=65d8a389&is=65c62e89&hm=1fabd84ca77ba172a94fdc5c4f97e1839c815d449000c4b7df1ebac9f8a828dd& https://cdn.discordapp.com/attachments/1205511997861527572/1205511998305996880/Screenshot_2024-02-09_134509.png?ex=65d8a389&is=65c62e89&hm=48609da3743e59e405836ccfd4a3803ce224affce522ad6d9201286c0eeca2ba&
s
s
  • 2
  • 15
  • 135
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
  • 135
[Solved] Tailwind Intellisense on Rider
c

Craig100

about 1 year ago
I've added Tailwind css to a couple of projects lately and while it works, I don't get TW intellisense when adding classes in the cshtml files. I get Bootstrap options offered instead of TW. Is there anything I need to do in particular to get TW intellisense working? Googling isn't cutting the mustard I'm afraid 😦 Thanks.
c
s
  • 2
  • 2
  • 134
Global login redirect?
c

Chris Bass

over 1 year ago
When using role-based permissions for Member page views, the Umbraco 13 backoffice provides a 'Restrict Public Access' popup, that lets you pick the groups with permission, but also forces you to choose a login page and error page. In my case (and I feel like, in many if not most cases) all pages that are restricted have the same login page and the same error page - Is there a way to set this globally (at least, for pages that have access restrictions) or do I really have to teach page editors to set it on each page being restricted?
c
m
m
  • 3
  • 9
  • 133
Previous171819Next

Umbraco

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

Powered by