https://discord.umbraco.com
Join Discord
Extending Membership in Umbraco 13
t

TigerMan

almost 2 years ago
Hi guys I have a brand new Umbraco 13 installed and running. I would like to add more fields/properties to the members section so they could be filled out by a user wanting to register. Example: The member area already has a username and password. I would like to add an address field and a country field. The requirement here is the country field needs to be populated with countries so it can be displayed in the public version of the site (once a View is created) but also needs to be in the admin section (so if a customer calls up the admin team would create an account for them over the phone using the back admin section). Once the details are entered upon saving the record I need to send these details as Json to a third party service. I'm not sure how to override the Save functionality to take the additional action? All the examples I've seen are in Umbraco 7 but I was hoping someone could kindly give me some starter code/steps for this? Thank you
t
p
m
  • 3
  • 3
  • 88
Debugging ApiController requests with System.Text.Json serialization.
k

Kevin Jump

over 1 year ago
Anyone got any tips/ideas for the best way to debug how asp.net deserializes objects when using a ApiController ? my google fu is failing me for this one 😦 I have an object, that i can serialize to json, and in code (using the System.Text.Json serializer) happily deserialize back from that json string - but when i call an ApiController with the json the API controller just gives me back an empty version of the object 😞 I have seen this before and done trial and error to eventually workout what was failing, but this object isn't small, and i would rather get some form of error back from .net when it happens. so just wondering if anyone has any clues
k
i
  • 2
  • 2
  • 87
Umbraco 16 issues
r

Remko

4 months ago
Just wanna complain a little bit.. still seeing so much bugs in latest Umbraco 16 today.. We choose for Umbraco 16, te release new website in november, so we could later upgrade to 17 and our customer would have the latest shiny version of Umbraco. But when working with it on daily base, we truly regret our decisission and we truly ask ourselves if we should downgrade the entire codebase to Umbraco 13, because Umbraco 16 doesn't even seem to be a alpha version of a good product. 🙁
r
l
+7
  • 9
  • 30
  • 86
[SOLVED] Create rich text block (tiptap) programmatically?
g

gonziii

10 months ago
Has anyone succeed in creating a block that is allowed on the tiptap text editor, programmatically?
g
l
j
  • 3
  • 8
  • 86
Content Delivery API - Missing page
n

Nitesh

over 1 year ago
Using Umbraco 13.1.1 Doing a fetch for all children and its missing a page from its Json. No log errors, when I look at the json, the total says 13 items but its only bringing back 10. URL im using to test is https://localhost:44334/umbraco/delivery/api/v2/content?filter=contentType:contentPage&fetch=children:SITENAME Any ideas how I can figure out this issue?
n
l
  • 2
  • 1
  • 86
Expand nested properties in Content Delivery API for unknown structure
k

Khattab

over 1 year ago
Hello, we are using Umbraco 13 for building a Headless site against NextJs , for the pages, we defined a couple of page placeholders “Block List” properties that hosts the page components, within those components there are some components that play as layout components - container, row col splits.. etc, so those components have their own block list fields. As we are using Content Delivery API V2 To get those block list fields we use
expand=properties[$all[properties[$all]]
, but this expand fields for two levels, so we added and extra level to support blocks on third level, but this approach is not maintainable as we cannot predict all the scenarios and the block list fields could be presented in any level, Using V1
expand= all
works fine as it expands all props all the way. So is there a way to get this to work dynamically, for example a configuration to define couple of field aliases to expand by default or something like that. Thanks!
k
r
j
  • 3
  • 3
  • 85
Upgrading v8 users to v13
r

Rich G

11 months ago
Hey, We’re using usync migrations to move content from v8 to v13, so are not following the more traditional upgrade process. However we do need to migrate the users over. Guessing the options are: 1) uSync people edition, not sure if this will work going from v8 to v13? 2) Traditional upgrade process v9-v10-v11-v13 (did this and it worked but was a bit long winded) 3) Custom SQL script. Ideally we want to keep the same passwords. Any input appreciated
r
d
+2
  • 4
  • 5
  • 84
SQLite cache mode: Shared or Private?
l

Laura Neto

over 1 year ago
Hi all, I am getting very mixed information from the Umbraco docs (and the project template) when it comes to which cache mode to use for SQLite. - https://docs.umbraco.com/umbraco-cms/reference/configuration/connectionstringssettings > Mentions that
Private
mode should be used, and
Shared
is discouraged / deprecated. - https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install/unattended-install#sqlite-example-in-appsettings.json > Mentions that the recommended value is
Shared
. - https://github.com/umbraco/Umbraco-CMS/blob/contrib/templates/UmbracoProject/.template.config/template.json#L147 > The Umbraco Project template is set to use
Shared
. Anyone knows what is the main difference between the two? And what would be recommended? I would guess
Private
, from the information in the first link, but again everywhere else in the docs it mentions
Shared
. 😅 Thanks!
l
s
a
  • 3
  • 4
  • 84
[Solved] Style block custom view based on area
b

Bjarne Fyrstenborg

over 1 year ago
In custom view of block grid item in backoffice, we can access
colSpan
and
rowSpan
. Furthermore we can style based on parent context by setting and attribute or class on layout block and update CSS variables as mentioned here. https://umbraco.com/blog/deep-dive-block-grid-editor-part-3/ However if I have two columns - left area which span 6 columns and right area which span 6 columns, is there any way to know area context inside the block? I would like to align content in block when in left area and "flip" the block content when placed in right area.
b
c
+2
  • 4
  • 7
  • 84
Configure hostnames for Umbraco 13 install
l

Lewis Heaton

over 1 year ago
I'm trying to setup 2 sites under one Umbraco 13 install, so site-a.com and site-b.com, each having a 'home' page in the roof of Umbraco content. I had this working in Umbraco 7 many moons ago, but this is the first time I have set this up in many years. I have tried a few things, nothing has worked. In an ideal world, I would like my local dev setup to be the same as how i have it configured on live, maybe with test- at the start of the url. Does anyone have any guidance on how exactly i can get this working, any fairly recent articles? I found this https://docs.umbraco.com/umbraco-cms/tutorials/multisite-setup but it seems specific to Umbraco cloud, which were not using in production.
l
r
k
  • 3
  • 6
  • 84
Previous303132Next

Umbraco

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

Powered by