@julian maybe you have something for hide something text? bcs it Снимок экрана (47).png
doesnt work ,-,
Снимок экрана (48).png
[nodebb-theme-lavender] Lavender Theme for NodeBB
-
@bentael yes they upgraded me yesterday, I've put my html in for a server status viewer but its taking an age to appear still was not showing a good 3 hours after putting the code in, unfortunately the site is down atm so I can not check if it is now working.
-
@StuartH We seem to be back up now (Y)
./nodebb upgrade
didn't seem to pull in the latest -42. -
let me know when it's back up, that's really weird. Can you run the server with
NODE_ENV=development nodebb start
so it won't use the minified JS - i have a feeling that the minification is either skipping the generated JS or happening ahead, or not not happening at all.@julian can I add an option to force re-minifying on server start if needed?
-
Anything about my problem?
-
@julian Am I good to try again with the 42 plugin?
-
@Pablo-Macaluso said:
Anything about my problem?
are you full up to date? I was looking at the other thread and it sounds like you're not in 0.3.x
-
How do I get the side to appear is it not part of the lavender theme?
-
It should be... clear cache? Not sure if any plugins are altering the page structure.
-
@psychobunny I updated with "git pull" its ok?
-
@Pablo-Macaluso Update procedure is
git pull
followed by./nodebb upgrade
. -
./nodebb upgrade
@julian Still not works
When i put ./nodebb upgrade says:
[email protected]:~/mynodebb$ ./nodebb upgrade
Welcome to NodeBB
Usage: ./nodebb {start|dev|watch|language}start Start NodeBB in production mode
dev Start NodeBB in development mode
watch Start NodeBB in development mode and watch for changes
language Language settings -
Like button not works, !
-
Hi,
I currently have this problem when using lavender
There are two categories that are overlapping each other. One is a private category that only a certain group can access and the other is a normal category. Also, with this theme, how come it hasnt changed to the way the category menu is like here? Am i supposed to add something else or change anything to make it work correctly?
-
@Scuzz, are you using Shoutbox? I believe it overrides the template back to vanilla...
-
@julian Yes I am. So is this something for @Mr_Waffle to fix then?
-
Weird... it was working fine when I tested it a week ago. Will update and test again.
-
Don't think either this, category info masonry, or metro tiles plugin were ever compatible with Lavender - mainly because the code takes the home.tpl from vanilla and not lavender
Need to think of a more brilliant way to figure this out, but for the shoutbox specifically you might be able to just replace the motd directly or something (since you don't modify the rest of home.tpl)
-
@psychobunny said:
Don't think either this, category info masonry, or metro tiles plugin were ever compatible with Lavender - mainly because the code takes the home.tpl from vanilla and not lavender
Need to think of a more brilliant way to figure this out, but for the shoutbox specifically you might be able to just replace the motd directly or something (since you don't modify the rest of home.tpl)
Create the widget thing! I'll see if I can have a go at replacing the motd... Any tips on how I would go about that? Add a custom api route for home?
Edit:
Realised I could just change the meta.config.motd... Problem is that it's wrapped inside the motd though. I could take it out with the clientside JS but that's not very nice. -
@psychobunny said:
Ugh, this font is driving me nuts, it's totally unreadable. This is totally a display font and not any good for general reading. Any suggestions? Next patch I will just revert to either cerulean's or vanilla's font.
Switched our community font to Roboto (totally forgot about this)
-
Just noticed @psychobunny