Woo Hoo !

Best posts made by leksar
-
Twitch plugin
The idea is simple. Plugin holds list of Twitch streamers and, when some of them are streaming - places Twitch Player in widget area.
-
RE: [nodebb-plugin-smoothshorts] Short URLs built in...
Ah. That's the point. I've tried to get hash from old topics. With new topics it works well, thank you.
-
RE: New installation missing views
Do you have any errors in your browser ? Ctrl+Shift+J for Chrome.
-
RE: Custom Category Header Image?
Yep, I'd like to have this option too.
-
RE: [nodebb-plugin-smoothshorts] Short URLs built in...
I have an idea/question for your plugin.
Is it possible to add feature to also change domain name in short url ?
I have two domains,
first - metagamers.ru, it contains the full name of my community and sometimes i would prefer to give a link with full name (for better memorizing).
second - mtgm.ru, it's a shorter name, better for linking topics in skype as example.So i want people who comes to metagamers.ru to get the short link with mtgm.ru as domain.
-
RE: npm install mmmagic
Just spent 3 hours trying to resolve it. You are my hero !
-
RE: nodebb-theme-material v2.0 published
@pichalite said:
@leksar What do you think is unfinished?
Here are the things I would have changed:
-
Navbar
Movile View is ok in general, except for this
I don't know is the idea to place Register/Login buttons on navbar is good, but that's how it looks on my forum.
The next thing about Navbar is that i can't see the reasons to use the same navbar for wide screens, where we can have a logo, a name and buttons without any problems. Why to hide so usefull buttons, like "recent" and logo-button? Illogically.
The fixation slider is works very weird for me. With my resolution 1680x1050 I have a lot of space for menu in left, but that's what happens when i use the fixation
It changes the page width. The strange thing is what it doesn't change width with lower resolution. -
Categories
Each category has its classes ("col-md-2 col-xs-6" for example") for proper placement on different devices, but this theme is ignoring it. I can't get 6 in a row categories for wide screens and 2 in a row for mobile devices, like this
even google using it
compare it with
-
Appearance
Problem with cyrillic-font in Firefox browser
Do not support custom topic-images.
No avatars in mobile version.
Buttons are placed wrong
That's what I remembered so far. I will add a new post if I'll remember some more.
-
-
RE: Custom Category Header Image?
Is there any way i can do it with custom CSS ?
Latest posts made by leksar
-
RE: [nodebb-plugin-bbcodes] BBCodes Plugin (v2.0)
@felipeolcav You can try it on our forum mtgm.ru
-
RE: nodebb-theme-material v2.0 published
Good to see the theme is alive. Gonna update my forum soon
-
RE: Wrong topics and posts counting
@a_5mith ubuntu 14.04 nodebb 0.7.2 redis 3:3.0.1-1chl1~trusty1
-
RE: Wrong topics and posts counting
@pichalite well, obviously. And it's just wrong if you ask me. Let's look another example
This is subcategory of main category. The counter says there is no topics, but it has a subcategory with 3 topic in there. So that counter is not working too. As a result, we went to the forum and see that it's empty even if we open category. In fact there are a lot of topics and posts. Is it right ? I don't think so. -
Wrong topics and posts counting
Hello.
I have a category "Hafen" on my forum mtgm.ru and the counter says it's only 3 topics in there, but i also have a category histories which is subcategory of subcategory of hafen. And looks like nodebb doesn't see the connection between those two. The "last comment" section doesn't work with this subcategory too.
-
RE: Backup routine: how do you it? What's the best solution for your server/forum?
I wrote a script that makes a backup every 6 hours and uploads it on fileserver. It's usefull for me, because i have another script that deploys the last backup on my VM in one click. Сonvenient for development.
-
RE: Experimental chat design for nodes-theme-material
I think it should looks more like this
-
RE: Update, merge issue..
Ok, problem is solved. The reason is my stupidity.
What we see on logs as "nodebb-theme-ifsta-ui" is not what it seems.
Month or two ago i manually copied folder nodebb-theme-ifsta-ui, renamed it and changed some strings in package.json, so it appered in ACP as separate theme which I was working on lately. So, after the removal of the theme update goes smoothly.Shame on me, thanks for your help and sorry for your time
Now, all what i need is to learn how to add my own theme properly.