Best themed active nodebb board?
-
@pichalite said:
@Productofsums if you ask me I would definitely say http://pichalite.com using
nodebb-theme-material
Wow. Seems faster than normal. Google inspired? I like it. How can I use it?
Edit: can I change the homepage to show posts? -
@Mawi-Raura Yup Google's material design
You can install it from the ACP -> Plugins page or install it manually using
npm i nodebb-theme-material
You can use the plugin used in this community with the material theme.
-
@Mawi-Raura It may seem faster as it's just a demo site for the theme and not an active community. All the posts are made by the RSS plugin.
-
@pichalite sure. How can I enable thumbnails for category view like
-
@Mawi-Raura You will have to modify the template and some css. Thumbnails are hidden on mobile in the theme.
In the future I may add it as an option in the ACP theme page to enable/disable thumbnails on mobile.
Just so you know... the theme has a settings page in the ACP to change some options like displaying the menu in the header (similar to this community) instead of clicking on the menu icon... etc.
-
@pichalite I have little css knowledge. Could you show me where to change what code?
-
@Mawi-Raura https://github.com/pichalite/nodebb-theme-material/blob/master/templates/partials/topics_list.tpl#L15 remove the class "hidden-xs" on this line. This will make it display on mobile. You may have to resize the thumbnail.
-
@pichalite Thanks. about the new size, is it in pixels, can I use the same size in the default theme?
-
@Mawi-Raura Yes it is in pixels.
-
@Danny-McWilliams said:
@Mawi-Raura said:
Exo.do is my favourite right now
I agree with this, I'd love to know how the categories are listed like that down the side!
Exodo theme is public on our github
Nodebb theme exodo, branch 2.0
Is a bit difficult to fit on another community cause you need modified widgets and some exodo tweaks but all is on our github
Is only compatible with nodebb 0.7.x
Been working on new version but not finished yet -
@exodo said:
@Danny-McWilliams said:
@Mawi-Raura said:
Exo.do is my favourite right now
I agree with this, I'd love to know how the categories are listed like that down the side!
Exodo theme is public on our github
Nodebb theme exodo, branch 2.0
Is a bit difficult to fit on another community cause you need modified widgets and some exodo tweaks but all is on our github
Is only compatible with nodebb 0.7.x
Been working on new version but not finished yetAhh no problem, i'll take a look at it. Thanks!