I just found https://together.bunq.com on Built with Flarum and it looks amazing. Is that theme publicly available? Or is it custom designed?
Do we have the bunq Together Flarum theme available publicly?
heyitsritesh It is most likely a custom design, looks really interesting, I like seeing big customizations.
SychO we really need some custom themes. I would love to pay $50 or $99 for a theme.
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
- Edited
It's a great idea .... I will definitely try these subscriptions in future.
This is also a great theme - https://hacklido.com/
they also have translator . Is it Google translate?
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.
- Edited
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
- Edited
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....
- Edited
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.