nodebb-theme-material v2.0 published
-
@Master-Antonio said in nodebb-theme-material v2.0 published:
in this way for me is most cleaner.
cleaner for you doesn't make it apply for every one. Fork the theme, make modifications however you like and maintain it yourself as a separate repository.
-
.header-inner .logo .forum-logo { position: absolute; left: 50%; transform: translateX(-50%); }
-
@pichalite To fix the logo.
.header-inner .logo .forum-logo {
width: 98px;
float: left;
height: 100%;
} -
@Master-Antonio yeah good job and good luck.
-
@pichalite Other fix in mobile.
@media (max-width: 768px){
.header-inner .logo .forum-logo {
visibility: hidden;
}
body #content {
padding: -1px -1px;
}
}In the mobile to fix this issues
https://github.com/pichalite/nodebb-theme-material/issues/18
or hide the title or hide the logo.The other modification is a little space from category to limit.
I set -1 and -1 because in this way does not read it, but simply you can delete the propriety.
-
stop mentioning me... as I said... fork the theme and do whatever you want. None of this is going to make it to the theme from my side.
-
@pichalite I really loved your theme, it is amazing!
I just have a question: how can I add the user cards feature to it?I really like this thing, but I'm not very good with front-end ant themes.
If you could just tell me where to look or which files do I have to modify.Thank you very much in advance.
-
@TimP4w check how persona is doing it and replicate it. If you can't do it yourself, contact [email protected] and they can do it for you for a fee.
-
Thanks a lot for your efforts @pichalite. It has been a month since I use it on one of my forums and me and the users love it.
Thanks a lot for that!
A question about updates though. What do you do? Update on each stable release or also master update?
In the latest master some bugs appeared and before bugging you with them, I rather wanted to ask how you handle it anyway.
-
@AOKP said in nodebb-theme-material v2.0 published:
It has been a month since I use it on one of my forums and me and the users love it.
Good to hear people liking the theme.
Thanks a lot for that!
You are welcome.
Usually I only release theme versions for stable releases. Some times I update the theme for master but keep the changes in a separate branch and then merge it in after a stable version is released.
So far I have been able to update the theme within a week of a stable version release. Hope to continue that but I cannot guarantee for future that I will be able to update it within a week. It depends on how much time I have to work on the theme.
There is a branch on the theme's repo with updates for master until 2 days ago. You can give that a try.
-
Hey @pichalite Thanks for the theme! After extensive usage, I was wondering, is there a way to get to the top of a thread easily? More specifically, the options for to sub / unsub from a thread is only at the top, so I was wondering / requesting for a way to access these options closer to the bottom:
-
@pichalite True, but that doesn't show up on mobile... maybe something down in the bottom left of the screen? I realize it's not something that happens very often, but when I was looking for it (I use mobile 90% of the time), I was expecting it to be an option in the settings dropdown at the bottom right. Just some thoughts
-
theme updated for NodeBB v1.2.0
-
@Master that's not a bug and has nothing to do with the theme itself.
that particular language string is missing in the language you selected in user settings.
Check NodeBB documentation on how to get language strings added.
And no plans to add swipe menu.