How to build a website with Umbraco 10 - Part 10 - Block List Featured Items

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 30

  • @tekoScott
    @tekoScott 2 года назад +1

    Thank you. BlockLists always confused me but your videos make them so simple. Thanks, can't wait till the next video...

    • @CodeSharePaul
      @CodeSharePaul  2 года назад +1

      Thanks Scott. It’s one of my favourite things about Umbraco. I’ve been really looking forward to getting to this point. More to come on this topic.

  • @_roselution_
    @_roselution_ 2 года назад +1

    Great tutorial! This clears up a lot of confusion when it comes to designing Blocklist with nested compositions.

  • @wherethewildwindblows
    @wherethewildwindblows 2 года назад +2

    Another great video Paul. I noticed that the formatting for labels in the Joe Glombeck article isn't quite right - some extra curly brackets are stopping those examples from working.
    This example should work and keep the RTE char limit to 100 : {{'RTE: ' + mainContent | ncRichText | truncate:true:100}}

    • @JoeCodes
      @JoeCodes 2 года назад +2

      Thanks Chris, fixed!

    • @CodeSharePaul
      @CodeSharePaul  2 года назад +1

      Thanks for catching that Chris. And thanks for fixing your post Joe

  • @jamesreynolds6195
    @jamesreynolds6195 Год назад

    Another awesome tutorial. Also love all the other links to resources you use. super helpful! Thank you.

  • @vanmartyr
    @vanmartyr 4 месяца назад

    Your videos are awesome as always thank you. Have you ever added the option to control the columns on any of these kind of features? e.g. output x amount of featured items but have the option to choose between columns like 4+4+4 or 3+3+6 or 6+4 etc. ?

    • @CodeSharePaul
      @CodeSharePaul  4 месяца назад +1

      Thank you. I’ve done it with the block grid. You will see it in my Umbraco 13 series that is coming out soon

  • @mr.shroom4280
    @mr.shroom4280 2 года назад

    Hey Paul! Just wondering if you're going to have a tutorial on creating user profiles, and showing personalized data.

    • @CodeSharePaul
      @CodeSharePaul  2 года назад

      Hi, I’m not planning on doing that in this series. Sorry

  • @webjaved
    @webjaved Год назад

    Brilliant. This is something i will be doing! 👏

  • @Heath86
    @Heath86 11 месяцев назад

    I thought maybe going back to this video that I skipped would help me resolve my issue. However at the fifteen minute mark, you are able to add featured items row to the main content, I am not. I click to add it and nothing happens. I don't know what I did differently. The same thing occurred with the carousel row

    • @CodeSharePaul
      @CodeSharePaul  11 месяцев назад

      Did you set them as elements in the permissions tab?

  • @YacoZaragoza
    @YacoZaragoza Год назад

    Great tutorial! Thank you

  • @YacoZaragoza
    @YacoZaragoza Год назад

    Would you be able to do a video creating a List of List?

  • @asksejsbo331
    @asksejsbo331 2 года назад +1

    at 16:48, you click "featured items" and it expands. But When I do it, nothing happens, it just does not expand, I can click "add image link" as much as I want, nothing happens

    • @CodeSharePaul
      @CodeSharePaul  2 года назад +2

      Hi try removing the label value in the configuration of the feature item block it might be as simple as the label not being correct

    • @asksejsbo331
      @asksejsbo331 2 года назад

      @@CodeSharePaul It indeed was a issue with the labels. I ended up copying the ones from from usync on your Git
      Thanks!

    • @mansaraicha8301
      @mansaraicha8301 Год назад

      I have the same issue right now: it's resolved by checking the label value : it might be quote 2 times ' instead of "

  • @alevak09
    @alevak09 2 года назад

    Nice video, but what if the nested block list have multiple different block instead of only one? Should in your partial view call another @Html.GetBlockListHtml("nestedBlockListAlias") or how to do that?

    • @CodeSharePaul
      @CodeSharePaul  2 года назад

      Yes in theory you could do that. Try it

    • @alevak09
      @alevak09 2 года назад

      @@CodeSharePaul I did try and get stuck with errors

    • @CodeSharePaul
      @CodeSharePaul  2 года назад

      Instead of “nestedBlockListAlias” pass in Model.Items or whatever the property is called

    • @alevak09
      @alevak09 2 года назад +2

      @@CodeSharePaul I resolved it. In my partial view which inherits BlockListItem, I retrieved a list of nested block list items from content of that blocklistitem and introduced foreach loop in which
      I was rendering async PartialView from blocklist/Components/ based on the alias of the nested blocks.

  • @fatmazayed
    @fatmazayed 2 года назад +1

    waiting for notification and approval workflow