#66666617 is a transparent color.
Always test with a color you are not using on the website (like red or purple)
MJ
Posts
-
changing CSS of nav bar -
Opera ThemeOxide Style
nodebb-theme-oxide NodeBB theme made to look similar to GitHub design. Theme itself is not fully done yet, there might still be some places where CSS stylin...
NodeBB Community (community.nodebb.org)
-
[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 appIs there a tutorial how to make the NodeBB into an app with notifications?
-
[nodebb-plugin-ns-points] NS Points, Forum GamificationHow to reset all points to 0?
-
Recaptcha for guests to postI found this
Does anybody has an idea how to get this work on nodebb?
-
[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
-
[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
-
[nodebb-plugin-ns-embed] NS EmbedSomebody know how to do this for Bandcamp?
-
Suggestions for tag systemWe 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..)
-
Recaptcha for guests to post@PitaJ said in Recaptcha for guests to post:
Use the post queue for guest posts
Yes, but is it possible to filter this only for
- comments wich contain email adresses
- comments wich contain URLs
- comments wich contain russian/chinese characters
-
[nodebb-plugin-openfantasy] Full-fledged RPG system for NodeBBHow is this project? Still in development or is this ;forgotten;
-
Soms help with moving database to new serverThank you, it worked
-
Recaptcha for guests to postWe really got spammed on our nodebb... does somebody know a (good) solution?
-
Soms help with moving database to new serverAnyone?...
-
Soms help with moving database to new serverIs there a step by step toturial how to move a nodebb mongodb to a new server?
And are there things i need to know?
-
Move MongoDB to clean NodeBBHello, I'm hosting my NodeBB on Digital Ocean and I want to move everything to an other database. We use MongoDB and we have a few problems. We don't know the MongoDB admin password/username.
Do you know a way to do this or is there a plugin that makes this easier to do?
Any help/advice is welcome and are there things we should do and don't do? -
Double URL problem after login | https in config.json gives session errorGuys you helped me a lot Thank you it's all fine now
-
Double URL problem after login | https in config.json gives session error@baris I will do
-
Double URL problem after login | https in config.json gives session errorNot working, same error
/etc/nginx/sites-enabled/keen.wtf.conf
does look like this nowserver { proxy_set_header X-Forwarded-Proto $scheme; server_name keen.wtf; rewrite ^ https://$host$request_uri? permanent; } server { listen 80; listen 443 ssl; server_name keen.wtf; ssl_certificate /etc/letsencrypt/live/keen.wtf/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/keen.wtf/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot ssl_stapling on; ssl_stapling_verify on; add_header Strict-Transport-Security "max-age=31536000"; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }