Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. The Worms
    • Profile
    • Following 0
    • Followers 1
    • Topics 6
    • Posts 125
    • Best 38
    • Groups 2

    The Worms

    @The Worms

    GNU/Linux

    54
    Reputation
    672
    Profile views
    125
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Website www.cabane-libre.org Location In Da Web

    The Worms Follow
    Translator GNU/Linux

    Best posts made by The Worms

    • RE: Is your forum ready for #GDPRmageddon?

      Thanks for GDPR plugin 👌

      And here is the french translation :

      https://github.com/TheWorms/nodebb-plugin-gdpr-fr

      posted in Announcements
      The Worms
      The Worms
    • RE: [nodebb-plugin-ns-embed] NS Embed

      @Hawthorn

      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>
      
      posted in NodeBB Plugins
      The Worms
      The Worms
    • RE: [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>
      
      posted in NodeBB Plugins
      The Worms
      The Worms
    • RE: [nodebb-plugin-ns-embed] NS Embed

      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>
      
      posted in NodeBB Plugins
      The Worms
      The Worms
    • RE: [nodebb-theme-timuu] Timuu

      Great Job

      posted in NodeBB Themes
      The Worms
      The Worms
    • RE: Who is using NodeBB?

      my community

      posted in General Discussion
      The Worms
      The Worms
    • RE: I want to launch a conversation for my site

      https://github.com/psychobunny/nodebb-plugin-blog-comments

      😉

      posted in Technical Support
      The Worms
      The Worms
    • RE: [nodebb-plugin-osm-map] OpenStreetMap based map to locate users

      @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

      posted in NodeBB Plugins
      The Worms
      The Worms
    • [nodebb-theme-cabane-libre] Cabane Libre

      NodeBB theme for Cabane Libre.

      0_1522670847638_screenshot.png

      Demo: https://forum.cabane-libre.org/

      Github: https://github.com/TheWorms/nodebb-theme-cabane-libre

      0_1522671205948_screenshot.png

      Recent-cards: https://github.com/TheWorms/nodebb-plugin-recent-cards-cabane-libre

      0_1522671183788_screenshot.png

      Emoij : https://github.com/TheWorms/nodebb-plugin-emoji-cabane-libre

      0_1522671131184_preview.png

      Simple Persona's fork

      https://github.com/TheWorms/nodebb-plugin-gdpr-fr

      posted in NodeBB Themes
      The Worms
      The Worms
    • RE: [nodebb-plugin-ns-embed] NS Embed

      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>
      
      posted in NodeBB Plugins
      The Worms
      The Worms

    Latest posts made by The Worms

    • RE: How to create a footer outside the container?

      Create a footer in administration > Extensions > Widgets > Global Footer

      😉

      posted in NodeBB Development
      The Worms
      The Worms
    • RE: NodeBB is Growing!

      Congratulations 🙂

      posted in NodeBB Blog
      The Worms
      The Worms
    • RE: [nodebb-plugin-rss] RSS Feed plugin

      @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
      
      posted in NodeBB Plugins
      The Worms
      The Worms
    • RE: [nodebb-plugin-rss] RSS Feed plugin

      @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 👌

      posted in NodeBB Plugins
      The Worms
      The Worms
    • RE: [nodebb-plugin-emoji] Emoji Plugin

      Hi,

      I'm a bug with new version 😧

      2020-05-07T19:21:41.133Z [4567/12903] - warn: [plugins] Unable to parse library for: nodebb-plugin-emoji
      2020-05-07T19:21:41.133Z [4567/12903] - error: /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)
      
      posted in NodeBB Plugins
      The Worms
      The Worms
    • RE: NodeBB v1.13.2 released!

      @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 😆

      posted in Announcements
      The Worms
      The Worms
    • RE: NodeBB v1.13.2 released!

      @julian

      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
      
      posted in Announcements
      The Worms
      The Worms
    • RE: NodeBB v1.13.2 released!

      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
      

      😉

      posted in Announcements
      The Worms
      The Worms
    • RE: NodeBB v1.13.2 released!

      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
      
      posted in Announcements
      The Worms
      The Worms
    • RE: Registration email domain blacklisting

      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

      posted in NodeBB Plugins
      The Worms
      The Worms