Thanks for GDPR plugin
And here is the french translation :
Thanks for GDPR plugin
And here is the french translation :
For Facebook vidéo
(?:<a.*?)?(?:https?:\/\/)?(?:www\.)?facebook\.com\/([a-zA-Z0-9_-]{4,88})\/videos\/([a-zA-Z0-9_-]{4,20})(?:.*?\/a>)?
<div class='embed-wrapper'><div class='embed-container'><iframe src="https://www.facebook.com/plugins/video.php?href=https://www.facebook.com/$1/videos/$2/" frameborder="0" allowFullScreen></iframe></div></div>
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>
For Spotify album
(?:<a.*?)?(?:https?:\/\/)?(?:www\.)?open\.spotify\.com\/album\/([a-zA-Z0-9_-]{4,36})(?:.*?\/a>)?
<div class='embed-wrapper'><div class='embed-container'>
<iframe src='https://open.spotify.com/embed/album/$1' frameborder='0' allowtransparency='true' allow='encrypted-media'></iframe>
</div></div>
@psychobunny said in [nodebb-plugin-osm-map] OpenStreetMap based map to locate users:
Awesome! Do you have this running live somewhere?
I use it but only for my members community
with https://www.mapbox.com/account/access-tokens add in ACP
NodeBB theme for Cabane Libre.
Demo: https://forum.cabane-libre.org/
Github: https://github.com/TheWorms/nodebb-theme-cabane-libre
Recent-cards: https://github.com/TheWorms/nodebb-plugin-recent-cards-cabane-libre
Emoij : https://github.com/TheWorms/nodebb-plugin-emoji-cabane-libre
Simple Persona's fork
For framatube vidéo
(?:<a.*?)?(?:https?:\/\/)?(?:www\.)?framatube\.org\/videos\/watch\/([a-zA-Z0-9_-]{4,36})(?:.*?\/a>)?
<div class='embed-wrapper'><div class='embed-container'><iframe src="//framatube.org/videos/embed/$1" frameborder="0" allowfullscreen></iframe></div></div>
Create a footer in administration > Extensions > Widgets > Global Footer
@Kasimir444 said in [nodebb-plugin-rss] RSS Feed plugin:
@The-Worms said in [nodebb-plugin-rss] RSS Feed plugin:
Use version 1.3.2 work fine
Where can I find this Version? The Plugin Search in my NodeBB only shows 2.x
For install v1.3.2 use this command line :
npm install nodebb-plugin-rss@1.3.2
@Kasimir444 said in [nodebb-plugin-rss] RSS Feed plugin:
Is there still a version with the old functionality of posting the content of the rss feed or an alternative plugin? Cannot find something.
Use version 1.3.2 work fine
Hi,
I'm a bug with new version
2020-05-07T19:21:41.133Z [4567/12903] - [33mwarn[39m: [plugins] Unable to parse library for: nodebb-plugin-emoji
2020-05-07T19:21:41.133Z [4567/12903] - [31merror[39m: /srv/nodebb/node_modules/fs-extra/lib/mkdirs/make-dir.js:86
} catch {
^
SyntaxError: Unexpected token {
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:617:28)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/srv/nodebb/node_modules/fs-extra/lib/mkdirs/index.js:3:44)
@julian said in NodeBB v1.13.2 released!:
@The-Worms are you sure we use those deps?
Could be a subdependency
Yes with nodebb-plugin-browsing-users
I Have this notification :
(node:19103) DeprecationWarning: The option `autoReconnect` is incompatible with the unified topology, please read more by visiting http://bit.ly/2D8WfT6
(node:19103) DeprecationWarning: The option `reconnectTries` is incompatible with the unified topology, please read more by visiting http://bit.ly/2D8WfT6
(node:19103) DeprecationWarning: The option `reconnectInterval` is incompatible with the unified topology, please read more by visiting http://bit.ly/2D8WfT6
(node:19103) DeprecationWarning: The option `autoReconnect` is incompatible with the unified topology, please read more by visiting http://bit.ly/2D8WfT6
(node:19103) DeprecationWarning: The option `reconnectTries` is incompatible with the unified topology, please read more by visiting http://bit.ly/2D8WfT6
(node:19103) DeprecationWarning: The option `reconnectInterval` is incompatible with the unified topology, please read more by visiting http://bit.ly/2D8WfT6
And for fix :
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
manually upgrade caniuse-lite and browserslist :
npm install caniuse-lite@1.0.30001025
and
npm install browserslist@4.8.6
Hi i'm upgrade error with sharp
info sharp Using cached /home/theworms/.npm/_libvips/libvips-8.9.0-linux-x64.tar.gz
prebuild-install WARN install No prebuilt binaries found (target=8.17.0 runtime=node arch=x64 libc= platform=linux)
make : on entre dans le répertoire « /srv/nodebb/node_modules/sharp/build »
TOUCH Release/obj.target/libvips-cpp.stamp
CXX(target) Release/obj.target/sharp/src/common.o
make: g++Â : commande introuvable
sharp.target.mk:127 : la recette pour la cible « Release/obj.target/sharp/src/common.o » a échouée
make: *** [Release/obj.target/sharp/src/common.o] Erreur 127
make : on quitte le répertoire « /srv/nodebb/node_modules/sharp/build »
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at emitTwo (events.js:126:13)
gyp ERR! stack at ChildProcess.emit (events.js:214:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
gyp ERR! System Linux 4.4.0-173-generic
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /srv/nodebb/node_modules/sharp
gyp ERR! node -v v8.17.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
EDIT :
Solve with install libvips-dev
apt install libvips-dev
Le plugin n'est plus à jour et donc ne suit pas les nouvelles updates
Il est testé pour nodebb 1.4.5 maximum... pour le moment
Du coup le chemin de la librairie n'est pas bon