
MJ
@MJ
I'm not very good at English, so if a post i made isn't good, please forgive me, and tell me what is wrong so I can change it :) thank you!
Best posts made by MJ
-
RE: Simple Night Mode for NodeBB
and 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; }
-
RE: 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; }
-
Quick Reply function
I 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?
-
Best wishes for 2018
I wish you guys all a happy new year and may everything you wish for come true in 2018
~MJ
-
RE: 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).
Latest posts made by MJ
-
RE: changing CSS of nav bar
#66666617 is a transparent color.
Always test with a color you are not using on the website (like red or purple) -
RE: [nodebb-plugin-poll] Poll plugin
@Lenko I have the same problem, did not find any solution.
I disabled all plugins and only activate Poll plugin and my nodebb crashed, so it's this plugin for sure.
-
Convert NodewBB to app
Is there a tutorial how to make the NodeBB into an app with notifications?
-
RE: [nodebb-plugin-ns-points] NS Points, Forum Gamification
How to reset all points to 0?
-
RE: [nodebb-plugin-ns-embed] NS Embed
@The-Worms said in [nodebb-plugin-ns-embed] NS Embed:
@MJ said in [nodebb-plugin-ns-embed] NS Embed:
@The-Worms said in [nodebb-plugin-ns-embed] NS Embed:
For MixCloud
(?:<a.*?)?(?:https?:\/\/)?(?:www\.)?mixcloud\.com\/([a-zA-Z0-9_-]{4,36})\/([a-zA-Z0-9_-]{4,136})(?:.*?\/a>)?
<div class='embed-wrapper'><div class='embed-container'> <iframe src='https://www.mixcloud.com/widget/iframe/?light=1&hide_artwork=1&feed=%2F$1%2F$2%2F' frameborder='0' ></iframe> </div></div>
This one is not working for me
Work fine for me
Link mixcloud : https://www.mixcloud.com/ambientmusicguide/ambitronica-01-compiled-mixed-by-mike-g/
Done : https://forum.cabane-libre.org/topic/607/mixcloud-testYou are right, Privacy badger (browser plugin) was the problem.
Thanks
-
RE: [nodebb-plugin-ns-embed] NS Embed
@The-Worms said in [nodebb-plugin-ns-embed] NS Embed:
For MixCloud
(?:<a.*?)?(?:https?:\/\/)?(?:www\.)?mixcloud\.com\/([a-zA-Z0-9_-]{4,36})\/([a-zA-Z0-9_-]{4,136})(?:.*?\/a>)?
<div class='embed-wrapper'><div class='embed-container'> <iframe src='https://www.mixcloud.com/widget/iframe/?light=1&hide_artwork=1&feed=%2F$1%2F$2%2F' frameborder='0' ></iframe> </div></div>
This one is not working for me
-
RE: [nodebb-plugin-ns-embed] NS Embed
Somebody know how to do this for Bandcamp?
-
Suggestions for tag system
We recently use tags and we have a few suggestions that would be awesome to ad
- Users can't make new tags, only tags that are known or added by admins (Option in ACP)
- Tags for admins/global moderators wich users can't use (Like important or Good topic)
- Set a few tagsugessions at a specific category (Like in categorie Games the tagsuggestions Console, PC, XBOX etc..)