https://discord.umbraco.com
Join Discord
xStatic Images in Umbraco 15
m

Matt Bliss

10 months ago
I've installed xStatic in Umbraco 15 and configured a site to generate all the static files. I have all my media in an 'Images' folder and have selected that folder in the 'xStatic Sites' section but no media gets included with the files exported. I can pick each individual image as a media root node and then they get included, but I don't image that was how it is intended to work. Any ideas what I might be missing? https://cdn.discordapp.com/attachments/1324453890178941019/1324453890611216424/Screenshot_2025-01-02_at_19.02.36.png?ex=6778354e&is=6776e3ce&hm=c02b637389d519104c74a510302e75dcb8e49b9f429516bc44b2c8e36ead2879&
m
  • 1
  • 1
  • 17
How to get field value from Examine directly
r

Rosen Petrov

12 months ago
So, I am executing my search query and I receive ISearchResults which contains the collection with ISearchResult. I have a property called Text. Using the ID I can easily load the content from Content Cache and get the Text property value from there. But is there a way to get the indexed value for a property directly from Examine? I don't want to query my cache. I have a situation where this is not performing well and would prefer to get the value from the index directly.
r
d
j
  • 3
  • 7
  • 17
IContentFinder doesn't work with ContentDelivery API
b

Brane

about 1 year ago
Umbraco CMS version: 13.5.0 As the message states the content finder isn't triggerred for /api/v2/content/item/{slug} requests. So in our case some slugs were previously being verified by a content finder for invalid URL inputs because theyre dynamic paths and must match an external API providers data, we wanted to switch to the content delivery API for a headless approach of the front end application but this functionality seems to not work there. Would a CustomRoute work in this case and should we refactor or is there no way to get it to work currently? We plan to upgrade to 14.3.0 soon as well if that woukd resolve the issue at hand. Thanks for the help, Urban
b
  • 1
  • 1
  • 17
Migrations to v14
m

Markus Johansson

about 1 year ago
Anyone who has handled a property editor migration from v13 to v14? I am talking about the context of an upgrade, so when someone using my property editor wants to update/migrate from v13 to v14 I would like my property editor to "just work" without the user having to re-configure anything for the data type. v14 uses schemas and UI's, during migration from a v13 site a new column is added to the
umbracoDataType
table called
propertyEditorUiAlias
. For unknown property editors, Umbraco will just copy the value from the
propertyEditorAlias
column into
propertyEditorUiAlias
. This would mean that the Schema and UI-extensions would need to have the same alias which is not possible AFAIK. Heres a issue with more details: https://github.com/enkelmedia/Umbraco-SeoVisualizer/issues/31 In my case, I'm thinking of adding a migration to the package that would change the value of
propertyEditorUiAlias
to the alias of my Property Editor Ui Extention. I'm I on the right path here or something that I'm missing?
m
w
  • 2
  • 3
  • 17
Automatically delete old items from the recycle bin
r

Richard Soeteman

about 1 year ago
Wrote a small blog post how you can automatically delete old items from the recycle bin. https://richardsoeteman.net/blog/automatically-clear-old-items-from-the-umbraco-recycle-bin/
r
w
+2
  • 4
  • 7
  • 17
Show absolute image path instead of relative path in RichTextEditor
d

Debasish

about 1 year ago
How to configure the RichTextEditor(tiny mce) to show absolute image path instead of relative image path? There seems to be a way documented here https://www.tiny.cloud/docs/tinymce/latest/url-handling/#domain-absolute-urls but how do I do that within umbraco?
d
  • 1
  • 1
  • 17
How to run a develop and production site with Umbraco?
h

Holm76

about 1 year ago
We have never found a solution to the above question and is now in a predicament. Some error that we cannot locate is taking down the main site but not the backoffice tools. We are looking for a solution where we can have an isolated development environment from which we can upgrade/update a production environment. 2 databases. 2 host applications. How might we set that up? And how to promote changes and updates to the production environment? Both data and files. Files could also be updated.
h
t
+3
  • 5
  • 5
  • 17
equivalent to assetsService.loadCss
m

Mario Lopez

about 1 year ago
There used to be an 'assetsService' that we could use to load css on runtime. Is there an equivalent for that on v14?
m
a
  • 2
  • 4
  • 17
Umbraco Deploy: excludedentitytypes
r

rockerby

over 1 year ago
Does anyone know what the values can be for this? I'm trying to exclude Dictionary Items from deploy but can't find the right value! Docs for this aren't very verbose; https://docs.umbraco.com/umbraco-deploy/getting-started/deploy-settings#excludedentitytypes
r
s
  • 2
  • 7
  • 17
Auth a user (ValidateCredentialsAsync &PasswordSignInAsync) without IMemberSignInManager
z

ZimmertyZim

over 1 year ago
Hello, I am trying to do lean out my controllers by moving logic into relevant services in a "core project". As far as I understand, the Core project shouldn't reference
Umbraco.Cms.Web
For example, I want to move this into a service:
var loginResult = await _memberSignInManager.PasswordSignInAsync(model.Username, model.Password, true, false);
How should I be going about this, or is it something that should stay on the controller?
z
h
  • 2
  • 9
  • 17
Previous979899Next

Umbraco

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

Powered by