MJ
Posts
-
Why MongoDB? -
color key words@Demerzel said in color key words:
can we change the background color and the text of the keywords?
if yes? how and where?
ex : Black background and green writingBlack and green
.category>ul>li .tag-list .tag { background: #000000; color: #00bb10; }
or
.category>ul>li .tag-list .tag { background: black; color: green; }
-
Simple Night Mode for NodeBBand this in custom-css
body.lights-out { background: none repeat scroll 0 0 #191919; color: #666666; } body.lights-out .category>ul>li:not(.unread) .card { border-color: #262525 !important; } body.lights-out .fa-fw { color: white; } body.lights-out .navbar-default { background-color: rgba(25,25,25,0.81); border-color: rgba(25,25,25,0.81); } body.lights-out a { color: #aaa; text-decoration: none; } body.lights-out .category>ul>li:not(.unread) h2 a { color: #adadad !important; } body.lights-out .navbar-default .navbar-nav>li>a { color: #666; } /* ICONEN */ body.lights-out .fa.fa-fw.fa-align-justify{ color: white; } body.lights-out .fa.fa-fw.fa-clock-o{ color: white; } body.lights-out .fa.fa-fw.fa-commenting-o{ color: white; } body.lights-out .fa.fa-fw.fa-user{ color: white; } body.lights-out .fa.fa-fw.fa-circle-o{ color: white; } body.lights-out .fa.fa-fw.fa-gamepad{ color: white; } body.lights-out .fa.fa-fw.fa-file-text-o{ color: white; } body.lights-out .fa.fa-fw.fa-cogs{ color: white; } body.lights-out .fa.fa-fw.fa-search{ color: white; } body.lights-out .fa.fa-fw.fa-lightbulb-o{ color: white; } body.lights-out .fa.fa-fw.fa-bell{ color: white; } body.lights-out .fa.fa-fw.fa-comment-o{ color: white; } /*Mobiel*/ .navbar-default .navbar-toggle { border-color: #fff; } .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #fff; } .composer .mobile-navbar { background: #ffffff; color: #000; }
-
NodeBB v1.4.0 ReleaseCongrats
up and running
-
Quick Reply functionI saw this in the theme from @pichalite
how sweet is it, if this was build as a plugin for persona as well
Is it easy to do and is it possible?
-
Help Translate NodeBB!Dutch is 100% now!
-
What Plugin Is Used Here to Show Web Link Slugs -
Best wishes for 2018I wish you guys all a happy new year and may everything you wish for come true in 2018
~MJ
-
Help Translate NodeBB!Dutch 100%
-
Who is using NodeBB?We just have a second NodeBB community called PUBERS.WTF Pubers is a dutch word. The best translation to english is teenagers (12 - 18 year olds).
-
Chat function available after x amount of postsA plugin to enable the chat function after a few posts.
Members (girls) from my community are messaged by people who have no posts and abuse the chat system to message girls. I want to stop this, so I want a plugin that disables the chat if a new users has no posts and is allowed to chat with other members if a member gets 25 posts or something.
Is this easy to make? Or is there an onther way to do this?
-
Posts/topics date format ("2 year ago" -> "20 may 2014")I don't know if this is helpfull but I have changed the views and messages changed from (example) 1.1k in 1105.
I used this in CSS
.human-readable-number:before { content: attr(title); font-size: 20px; } .human-readable-number { font-size: 0; }
-
2017 CMS Critic Awards: Nominate NodeBB for Best Forum Software!Vanilla was not so great. Used it before I found NodeBB.
My vote goes to NodeBB
Great software and great support -
Chat in main page@arranka said in Chat in main page:
@MJ I also think that the global nodebb chat should be improved
that you see on the main page
that you can create rooms in that global chat, for example "general" room "love" roomthe shoutbox plugins is very basic and is very outdated
they abandoned that projecta nodebb is missing a good global chat
in the forum part it is very good but in the chat part it needs more workI agree some features would be awesome like:
-- Creating rooms (like you said)
-- Back-up chatmessages as forum posts
-- Chatting for guests
-- Make it possible to do theme/style changes in ACP.
-- Make a special group/role chat moderator (without being a forum moderator) -
Hamburger not working?-
admin > appearance > themes
click on current theme and restart nodebb. -
admin > general > languages
select a random langueage, restart nodebb
than change it back. -
admin > appearance > skins
click random skin, restart nodebb
than change it back.
one of these 3 things always worked for me please try those and let me know if they worked.
-
-
Who is using NodeBB? -
mobile menu not slider outChrome mobile update broke NodeBB menu
I personally have not been able to test since, as I have not received the Chrome update that some got today. A few users on my forums have reported that the ...
NodeBB Community (community.nodebb.org)
-
Hide the "Moved" arrow -
Search in Topic TitleIt's new in v1.12.x
if you don't like it. You can remove it in CSS
go to /admin/appearance/customise
add this
.composer .title-container .quick-search-results { display: none!important; }
save and check if it's good.