How To Create a Leaderboard Feature That Ranks Users In Bubble.io (Complete Guide)

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

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

  • @christian6513
    @christian6513 Год назад +2

    I have a problem with 3:32. So I can't chose parent group's User. I can only chose Current cell's User. Is that the same?

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

      Found the Problem 😅 Data was Private👍

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

      @@christian6513 It's always privacy rules. Don't stress, it happens to the best of us 😂

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

    Great video, love the simple comments section as well, do you have any videos on how to create a comments section?

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

      Glad it could help!
      And I don't have anything that covers how to build just a comments section. Happy to add this to my list though ✌

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

    Great job. But it seems I am use to having it more interesting when it is Kirkwood 😄. Thanks bros

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

    Thank you for always, Lachlan. Do you have any tips for how to scroll through a horizontal repeating group using scroll icons? I can't seem to figure it out. Your help would be much appreciated.

    • @BuildingWithBubble
      @BuildingWithBubble  Год назад +1

      Glad it could help!
      And I'd be happy to add this to my list 👌

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

      @@BuildingWithBubble Thank you.

  • @sfinnegan01
    @sfinnegan01 5 месяцев назад

    Is there a video that shows how to build the "reset" button that will reset all points back to zero?

    • @BuildingWithBubble
      @BuildingWithBubble  5 месяцев назад

      Unfortunately we don't have a video specifically for that, but all you'd need to do is run a workflow that 'makes changes to a list of things'.
      The list of things you'll want to change is all of the users within your app, so you could just perform a search for users.
      Then under the 'points' field, just set this back to 0.
      Hope this helps!

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

    function described in 7:02 doesnt work :( i tried several times nothin happend points havent been aded. Each time it dosent add points its only changing the value from 100 to 10 points ... could you help with it?

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

      When you perform the calculation, you need to remember to first identify how many existing points a user has, then add the new amount of points to their total score.
      If you're just adding the new points to their score, it will re-write this over their existing points e.g. instead of adding 10 points to 100, it would remove all of their points and set the value as 10
      Hope this helps!

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

    I tryed this function to reduce points when clieck button but it doesnt work.

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

      I'd recommend just double-checking how you've set up your workflow. Sometimes a small mistake can easily cause a feature not to work