• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. josef
    3. Best
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 22
    • Posts 65
    • Best 12
    • Controversial 0
    • Groups 1

    Best posts made by josef

    • Embed a YouTube video with a full screen option

      Peace

      I want to upload a youtube video that will be embedded in my site

      And that it will be possible to enlarge the video

      Because with a plugin I tried before it was not possible to increase

      Thank you

      posted in Technical Support
      J
      josef
    • RE: Guest css filter

      @baris Thank you!
      It just works!
      Now I can hide objects from guests 🙂

      posted in General Discussion
      J
      josef
    • NODEBB forum installation failed

      I tried to install a local nodebb site (on a computer with Windows).
      I downloaded the latest version of NodeBB from github:

      git clone https://github.com/NodeBB/NodeBB NodeBB22
      

      and then:

      cd Nodebb22
      

      Then the installation command:

      nodebb
      

      But the installation fails ... 😞
      Here is the full error log:

      C:\Users\Administrator\NodeBB22>nodebb
      package.json not found.
      Populating package.json...
      OK
      Dependencies outdated or not yet installed.
      Installing them now...
      
      npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
      npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated [email protected]: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
      npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
      npm WARN deprecated [email protected]: this library is no longer supported
      npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      
      > [email protected] install C:\Users\Administrator\NodeBB22\node_modules\sharp
      > (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)
      
      sharp: Using cached C:\Users\Administrator\AppData\Roaming\npm-cache\_libvips\libvips-8.11.3-win32-x64.tar.br
      sharp: Creating C:\Users\Administrator\NodeBB22\node_modules\sharp\build\Release
      sharp: Copying DLLs from C:\Users\Administrator\NodeBB22\node_modules\sharp\vendor\8.11.3\win32-x64\lib to C:\Users\Administrator\NodeBB22\node_modules\sharp\build\Release
      
      > [email protected] postinstall C:\Users\Administrator\NodeBB22\node_modules\core-js-pure
      > node -e "try{require('./postinstall')}catch(e){}"
      
      Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
      
      The project needs your help! Please consider supporting of core-js:
      > https://opencollective.com/core-js
      > https://patreon.com/zloirock
      > https://paypal.me/zloirock
      > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz
      
      Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
      
      npm notice created a lockfile as package-lock.json. You should commit this file.
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected]~2.3.2 (node_modules\chokidar\node_modules\fsevents):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
      npm WARN [email protected] requires a peer of [email protected]^0.14.2 but none is installed. You must install peer dependencies yourself.
      npm WARN @apidevtools/[email protected] requires a peer of [email protected]>=7 but none is installed. You must install peer dependencies yourself.
      
      added 612 packages from 947 contributors and audited 1166 packages in 42.415s
      
      40 packages are looking for funding
        run `npm fund` for details
      
      found 1 moderate severity vulnerability
        run `npm audit fix` to fix them, or `npm audit` for details
      OK
      
      2021-11-29T19:00:17.141Z [7072] - error: uncaughtException: require(...).webInstall is not a function
      TypeError: require(...).webInstall is not a function
          at Object.<anonymous> (C:\Users\Administrator\NodeBB22\src\cli\index.js:110:21)
          at Module._compile (internal/modules/cjs/loader.js:1063:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
          at Module.load (internal/modules/cjs/loader.js:928:32)
          at Function.Module._load (internal/modules/cjs/loader.js:769:14)
          at Module.require (internal/modules/cjs/loader.js:952:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (C:\Users\Administrator\NodeBB22\nodebb:5:1)
          at Module._compile (internal/modules/cjs/loader.js:1063:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) {"date":"Mon Nov 29 2021 19:00:17 GMT+0000 (GMT)","error":{},"exception":true,"os":{"loadavg":[0,0,0],"uptime":91341},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\Users\\Administrator\\NodeBB22\\nodebb"],"cwd":"C:\\Users\\Administrator\\NodeBB22","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":1168068,"external":3717229,"heapTotal":26152960,"heapUsed":18380200,"rss":72265728},"pid":7072,"uid":null,"version":"v14.16.1"},"stack":"TypeError: require(...).webInstall is not a function\n    at Object.<anonymous> (C:\\Users\\Administrator\\NodeBB22\\src\\cli\\index.js:110:21)\n    at Module._compile (internal/modules/cjs/loader.js:1063:30)\n    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)\n    at Module.load (internal/modules/cjs/loader.js:928:32)\n    at Function.Module._load (internal/modules/cjs/loader.js:769:14)\n    at Module.require (internal/modules/cjs/loader.js:952:19)\n    at require (internal/modules/cjs/helpers.js:88:18)\n    at Object.<anonymous> (C:\\Users\\Administrator\\NodeBB22\\nodebb:5:1)\n    at Module._compile (internal/modules/cjs/loader.js:1063:30)\n    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)","trace":[{"column":21,"file":"C:\\Users\\Administrator\\NodeBB22\\src\\cli\\index.js","function":null,"line":110,"method":null,"native":false},{"column":30,"file":"internal/modules/cjs/loader.js","function":"Module._compile","line":1063,"method":"_compile","native":false},{"column":10,"file":"internal/modules/cjs/loader.js","function":"Module._extensions..js","line":1092,"method":".js","native":false},{"column":32,"file":"internal/modules/cjs/loader.js","function":"Module.load","line":928,"method":"load","native":false},{"column":14,"file":"internal/modules/cjs/loader.js","function":"Module._load","line":769,"method":"_load","native":false},{"column":19,"file":"internal/modules/cjs/loader.js","function":"Module.require","line":952,"method":"require","native":false},{"column":18,"file":"internal/modules/cjs/helpers.js","function":"require","line":88,"method":null,"native":false},{"column":1,"file":"C:\\Users\\Administrator\\NodeBB22\\nodebb","function":null,"line":5,"method":null,"native":false},{"column":30,"file":"internal/modules/cjs/loader.js","function":"Module._compile","line":1063,"method":"_compile","native":false},{"column":10,"file":"internal/modules/cjs/loader.js","function":"Module._extensions..js","line":1092,"method":".js","native":false}]}
      2021-11-29T19:00:17.147Z [7072] - error: uncaughtException: require(...).webInstall is not a function
      TypeError: require(...).webInstall is not a function
          at Object.<anonymous> (C:\Users\Administrator\NodeBB22\src\cli\index.js:110:21)
          at Module._compile (internal/modules/cjs/loader.js:1063:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
          at Module.load (internal/modules/cjs/loader.js:928:32)
          at Function.Module._load (internal/modules/cjs/loader.js:769:14)
          at Module.require (internal/modules/cjs/loader.js:952:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (C:\Users\Administrator\NodeBB22\nodebb:5:1)
          at Module._compile (internal/modules/cjs/loader.js:1063:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) {"date":"Mon Nov 29 2021 19:00:17 GMT+0000 (GMT)","error":{},"exception":true,"os":{"loadavg":[0,0,0],"uptime":91341},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\Users\\Administrator\\NodeBB22\\nodebb"],"cwd":"C:\\Users\\Administrator\\NodeBB22","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":1168092,"external":3717293,"heapTotal":26152960,"heapUsed":18511488,"rss":73388032},"pid":7072,"uid":null,"version":"v14.16.1"},"stack":"TypeError: require(...).webInstall is not a function\n    at Object.<anonymous> (C:\\Users\\Administrator\\NodeBB22\\src\\cli\\index.js:110:21)\n    at Module._compile (internal/modules/cjs/loader.js:1063:30)\n    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)\n    at Module.load (internal/modules/cjs/loader.js:928:32)\n    at Function.Module._load (internal/modules/cjs/loader.js:769:14)\n    at Module.require (internal/modules/cjs/loader.js:952:19)\n    at require (internal/modules/cjs/helpers.js:88:18)\n    at Object.<anonymous> (C:\\Users\\Administrator\\NodeBB22\\nodebb:5:1)\n    at Module._compile (internal/modules/cjs/loader.js:1063:30)\n    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)","trace":[{"column":21,"file":"C:\\Users\\Administrator\\NodeBB22\\src\\cli\\index.js","function":null,"line":110,"method":null,"native":false},{"column":30,"file":"internal/modules/cjs/loader.js","function":"Module._compile","line":1063,"method":"_compile","native":false},{"column":10,"file":"internal/modules/cjs/loader.js","function":"Module._extensions..js","line":1092,"method":".js","native":false},{"column":32,"file":"internal/modules/cjs/loader.js","function":"Module.load","line":928,"method":"load","native":false},{"column":14,"file":"internal/modules/cjs/loader.js","function":"Module._load","line":769,"method":"_load","native":false},{"column":19,"file":"internal/modules/cjs/loader.js","function":"Module.require","line":952,"method":"require","native":false},{"column":18,"file":"internal/modules/cjs/helpers.js","function":"require","line":88,"method":null,"native":false},{"column":1,"file":"C:\\Users\\Administrator\\NodeBB22\\nodebb","function":null,"line":5,"method":null,"native":false},{"column":30,"file":"internal/modules/cjs/loader.js","function":"Module._compile","line":1063,"method":"_compile","native":false},{"column":10,"file":"internal/modules/cjs/loader.js","function":"Module._extensions..js","line":1092,"method":".js","native":false}]}
      C:\Users\Administrator\NodeBB22>
      

      Thank you so much for all the support! 😘

      mikeal created this issue in request/request

      open Request’s Past, Present and Future #3142

      mikeal created this issue in request/request

      open Request’s Past, Present and Future #3142

      posted in Technical Support
      J
      josef
    • RE: Why does a sitemap contain only data that is visible to guests?

      @julian It should not be determined by Is there access to spiders?

      posted in General Discussion
      J
      josef
    • Voting for and against unregistered users

      I have a forum with directories with no option to subscribe
      Is it possible to let guests vote for posts like 'liked' or 'disliked'

      posted in Technical Support
      J
      josef
    • Changing icons in the NODEBB forum

      Hi
      I want to change the icons in my forum.
      For example, the icon that indicates that the post was edited:

      e40912de-915c-4371-be2f-9d7269b1fade-image.png
      Change to another mark for example to the mark marked here https://fontawesome.com in the following code: 1f58c
      bfa2ff7b-8440-476e-8a57-f1c2886db8c1-image.png

      What is the appropriate universal CSS code that only needs to be renamed (in my case: .edit-icon or .fa-pencil-square)

      posted in Technical Support
      J
      josef
    • RE: Changing icons in the NODEBB forum

      @yehonatan-albert
      I do not find any suitable symbol there.
      Is there another place from which symbols can be selected and will they be supported?

      posted in Technical Support
      J
      josef
    • RE: Embed a YouTube video with a full screen option

      @antosik
      thanks for your help! This is exactly what I was looking for!

      posted in Technical Support
      J
      josef
    • Does not display rss content, only link

      I tried to use the plugin with rss of some news sites, and also in this: https://ims.gov.il/sites/default/files/ims_data/rss/forecast_country/rssForecastCountry_en.xml But it only gives a link to the post and does not insert its content, although when I open the link in the browser (the rss) I do see the content of the post. Can it be changed? In this way it is not worth anything to me .... Thanks!
      @baris
      (I also opened a problem here https://github.com/barisusakli/nodebb-plugin-rss/issues/54 but I did not get an answer, so I opened here too - it is urgent for me, I want to open a new NODEBB site and want to incorporate it. )

      ShlomoCode created this issue in barisusakli/nodebb-plugin-rss

      open Does not display rss content, only link #54

      posted in Technical Support
      J
      josef
    • RE: Receive live output of the hooks emitted to the window

      This is a great idea!
      I too often look for a particular hook, and such a thing can greatly help!
      @baris Maybe you have an idea how to do such a thing?

      posted in Technical Support
      J
      josef
    • Hook a client party to a new message in chat

      Hello, I am looking for a hook on the client side for a new unread chat message - which leads to such a result:
      43aaca92-124a-40df-b8a5-eeb7cb50e580-image.png
      I searched well in the source code and did not find ...
      I checked for example:
      https://github.com/NodeBB/NodeBB/blob/master/public/src/app.js
      https://github.com/NodeBB/NodeBB/blob/master/public/src/client/chats.js
      https://github.com/NodeBB/NodeBB/tree/master/public/src/client/chats
      And I searched the whole project with a code editor for the words "Action: Chat" or "Event: Chat" and went through the results, but did not find anything suitable.
      The goal is to do a certain action (play a sound using JS) when there is an unread message, as there is on all chat platforms, for example Skype, WhatsApp, and more.

      posted in Technical Support
      J
      josef
    • RE: How to know who deleted the post?

      @crazycells Thanks! I did not know it
      But it seems to me that it should be simpler ... no? Maybe within the editorial history of the post or something similar

      posted in Technical Support
      J
      josef

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact