URL parameters: Getting started with Bubble (Lesson 3.3)

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

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

  • @BrookeJoiner-h9v
    @BrookeJoiner-h9v 5 месяцев назад +1

    Greg is always awesome. So glad to see him in this role with Bubble!!

  • @nitin_dixit
    @nitin_dixit 3 месяца назад

    Amazing.. .really love your style of teaching

  • @gobrandsprint
    @gobrandsprint 9 месяцев назад +1

    Love this series! Thank you for Greg and the Bubble team for putting out great learning sources.
    Just to share an alternative approach to naming URL parameters, I see advanced Bubble users setting up Option Sets instead of typing the URL parameter names separately every time they need to be referenced.
    It seems to help the DRY principle.

    • @gregory-john
      @gregory-john 9 месяцев назад +3

      A great idea, thanks for sharing!

  • @leonardobrito2793
    @leonardobrito2793 6 месяцев назад

    Thank you for sharing your knowledge!

  • @FaseniFakoya
    @FaseniFakoya 5 месяцев назад +1

    Hi Greg! Thank you for the knowledge sharing.
    Timeline: 7:21, the background colour is not available at the Conditional tab in my instance, what I have is Background style which I set to Flat and that solved it for me. Regards!

    • @gregory-john
      @gregory-john 5 месяцев назад

      Well done for working that out. Keeping going with the course, you're making good progress!

    • @Abdukhakim-j8i
      @Abdukhakim-j8i 4 месяца назад

      Hi, after choosing background style and setting it to flat you should select a property when true again and then "background color" appears.

  •  3 месяца назад +1

    I'm loving the course but I get an error in the color conditional: Group Navlink (Overview) remember to fill out when we shoud show this conditional state.
    In the when I have: Get v from page URL is Group Navlink (overview) (It doesn't leave me the overview option only)
    Any solutions? Thanksssss

    • @gregory-john
      @gregory-john 3 месяца назад +3

      Recreate this conditional expression again but after selecting 'Get v from page url', carefully select the next option 'is' and then type 'overview' with your keyboard. Don't press enter afterwards as that will automatically select an option from the dropdown. A UX quirk.

    •  2 месяца назад

      @@gregory-john amazing!

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

    For conditional statements Get v from page URL is, ‘overview’ isn’t an option. Only Group Navlink (Overview) and Text Overview are. Am I missing something?

    •  3 месяца назад

      I have the same problem :(

    • @icegoodman2124
      @icegoodman2124 3 месяца назад +1

      I solved the problem. Click outside of search to manually type in overview (case sensitive)

    • @brian.kpillay
      @brian.kpillay 3 месяца назад

      @@icegoodman2124 That also worked for me.

  • @brian.kpillay
    @brian.kpillay 3 месяца назад

    I followed the exact steps but when I try to set the condition it stays red I tried lower case but it still remains red. Only when I typed the word overview manually it worked.

  • @MrT-sc3ip
    @MrT-sc3ip Месяц назад

    Any new buildcamp courses coming out soon?

  • @chaoscowrhn
    @chaoscowrhn 8 месяцев назад

    does this cause the page to refresh/actually go to the "new" page?

  • @Filesvision
    @Filesvision 8 месяцев назад

    I need help, I tried using the conditional statements but they're not working, they don't show on preview

    • @gregory-john
      @gregory-john 8 месяцев назад +1

      They are case sensitive so make sure the URL parameter value that you set on the workflow and conditional value are the same. the same goes for the key 'v' which should be in lowercase.

    • @Michael-DS88
      @Michael-DS88 6 месяцев назад

      @@gregory-john Thank you Gregory

    • @leonardobrito2793
      @leonardobrito2793 6 месяцев назад

      @@Michael-DS88 It worked ?

  • @khalidradwan4838
    @khalidradwan4838 6 месяцев назад

    Great vid as always. I use custom states which shows a cleaner URL, but maybe this method is better for SEO. Can someone shed light on the pros and cons for both methods?

    • @businessacc179
      @businessacc179 5 месяцев назад +1

      URLs are better for seo yes. It’s a whole restructuring. I understand it is fundamentally better than custom states.
      Also allows share ability of individual pages/ data displays in groups.

  • @sahilsuperstar85
    @sahilsuperstar85 9 месяцев назад +1

    i used custom states for dashboard

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

    Hi, thank you for creating this video! I have a question about how Bubble handles data loading in my app:
    My app has multiple lists of data on a single page.
    These lists are organized into groups.
    The groups are hidden & made visible based on URL parameters.
    Users can switch between views to see different lists.
    My question is: Does Bubble load all the lists on the page, even if some are hidden from view? Or does it only load the visible lists?
    I'm concerned that loading all lists might increase the workload on my app, even when users aren't viewing all the data.