• DevTheming
  • Do we have the bunq Together Flarum theme available publicly?

Bunq is actually a very successful Dutch fintech. They completed integrated their Flarum instance into their mobile apps. The design was custom made, as well as their customisations.

It would be really cool if in the future Extiverse had a section dedicated to premium themes via extension (themeforest style or similar). For now there doesn't seem to be many theme developers, maybe because of complicated development (?) but in the future... @luceos what do you think about it?

    Darkle any extension can be a theme. If necessary I can add a filter and provide a dedicated page for listing, sure! Love the idea.

    I remember faintly that in the past we supported both composer types flarum-extension and flarum-theme, but that second one no longer shows up in the ExtensionManager 🤔

    2 months later

    heyitsritesh Yea, i like how they modified the upvotes to claps and placed them in the discussion list. I want to achieve that with likes extension.

      User24 Hello Admiralarjun I made it according to the theme of hacklido.com

      .item-like .Button-label {
      	display: none;
      }
      button.Button.Button--link[title="Like"]:before {
          content: url(https://cdn.statically.io/gh/ramesh-dada/Static/main/high-five.svg);
          position: absolute;
          top: 4px;
          right: 100px;
      }
      button.Button.Button--link[title="Unlike"]:before {
          content: url(https://cdn.statically.io/gh/ramesh-dada/Static/main/high-five-color.svg) !important;
          position: absolute;
          top: 4px;
          right: 100px;
      }
      i.icon.far.fa-thumbs-up:before {
          content: url(https://cdn.statically.io/gh/ramesh-dada/Static/main/high-five.svg) !important;
      }

      Demo


      Bonus : Works in Notifications also

        1Dot Woah, this helps a lot. Thank you so much. Possible to bring it to the index page? with 'like counter' thing? and increase the clap size?

        edit:
        Achieved incrasing size via transform: scale(1.5);

          User24 Possible to bring it to the index page?

          Yes but then it will require extension as we will modify discussion list section.

          User24 with 'like counter' thing?

          The one used by bunq is fof gamification not the flarum core one, You can also see user profiles page it will show hi fies they just edited the text of points to hi fies with linguist or maybe by modifying extension....

            1Dot The one used by bunq is fof gamification not the flarum core one, You can also see user profiles page it will show hi fies they just edited the text of points to hi fies with linguist or maybe by modifying extension

            Yes, i totally get it, but the gamification extension does not seem to work in front end. The alternate layout for upvotes and downvotes has some problem it seems, so could not adapt to that.

            EDIT:

            1Dot Yes but then it will require extension as we will modify discussion list section.

            Hope someone will make an extension or flarum/likes will be enhanced to achive it.

            1Dot Just little add-on, hifi can be adjusted a bit to look like clap,

            transform: scale(1) rotate(50deg);