Skip to content
  • 1 Votes
    2 Posts
    78 Views
    julianJ
    Please see https://community.nodebb.org/topic/18343/v3.10.0-3.10.1-upgrade-error/28
  • Hello , How to migrate NodeBB between servers?

    General Discussion
    6
    0 Votes
    6 Posts
    279 Views
    julianJ
    @ccd2s looks like NodeBB isn't reading from the right database
  • Gallery plugin

    Plugin Requests
    1
    0 Votes
    1 Posts
    97 Views
    A
    I saw some discussions for this before, but it seems like it never has been pursued. Would it be possible to create a plugin which enables a forum wide gallery? Similar to what other forums offer. Features: Upload images outside of topics Create and manage albums Allow users to comment and like images Widget to display latest images Notify image/album owners of new comments/likes How complex is this? Would this be interesting for the nodeBB team to integrate as an offical plugin? I would more than happy drop in a few hundred bucks to get this going, eventually multiple people would want to hop in.
  • 10 Votes
    18 Posts
    648 Views
    jupiter_rowland@hub.netzgemeinde.euJ
    @Stefan Bohacek @jdp23 @julian "Shadow mentioning" is a thing. (streams) and Forte do it to avoid clutter. Mentions don't have to be visible in a post/comment to work.
  • Basic Authentication (Nginx) on NodeBB

    Unsolved Technical Support
    2
    0 Votes
    2 Posts
    105 Views
    X
    [image: 1728564257563-2f0a7d4d-0e66-481c-bb5f-f90deae2ac8e-image.png]
  • Navbar on the top for Harmony as Persona

    Unsolved Technical Support
    3
    0 Votes
    3 Posts
    172 Views
    barisB
    You have to modify the templates and move it there.
  • View recently read topics

    Feature Requests
    9
    1 Votes
    9 Posts
    278 Views
    eeeeeE
    Just my opinion but I can't see the use of seeing list of things Ive already read, and >99% of people wouldnt use it. Its better as a plugin (if required), because no point to make Core more complex with rarely (or never) used features. Any hours spent developing that would be 100x better spent on the 'elephant in the room' email signup issues.
  • 1 Votes
    3 Posts
    148 Views
    ww@social.lolW
    @julian thanks for working on nodebb! It's really great.
  • 0 Votes
    2 Posts
    95 Views
    barisB
    This commit implements that, the teasers are updated in the event event:unread.updateChatCount because that is sent even if the user is not currently in that room. https://github.com/NodeBB/NodeBB/commit/ac644ac2866bfa48a939a94b6ec34ad9fd493f7d
  • send notification for groups

    Bug Reports
    5
    0 Votes
    5 Posts
    191 Views
    barisB
    Then change the 999 to -1 on this line https://github.com/julianlam/nodebb-plugin-mentions/blob/master/library.js#L252
  • Socket connection issue

    Moved Technical Support
    1
    0 Votes
    1 Posts
    92 Views
    Hai Rong DuH
    @julian excuse me, I have some problems with connecting socket. In database have table session and i think _csrf will be equal to the value of column sid in table session is that correct ? Nut now i want to integration nodebb with my auth service. And i create new front-end for my service. I can connected socket in localhost but i can't connected to socket when i build nodebb edited to development environment. Can you give me some advice or suggestions?
  • New chat messages notifications in digest email.

    Plugin Development
    6
    0 Votes
    6 Posts
    191 Views
    barisB
    You can also use db.objects.updateMany
  • Chat with Privileged

    General Discussion
    2
    0 Votes
    2 Posts
    130 Views
    barisB
    See here https://github.com/NodeBB/NodeBB/issues/12570
  • 14 Votes
    61 Posts
    2k Views
    scott@authorship.studioS
    Having a separate thread property may be useful. One possible use case would be where threads or posts are labelled or categorized or placed in a list, and this is exposed as a context.In that case, the thread and the context would be different. cc: @Evan Prodromou @Sean Tilley @julian @Darius Kazemi
  • NodeBB version 3.10 error

    General Discussion
    6
    0 Votes
    6 Posts
    441 Views
    D
    @baris i don't think so! I see this case: System load slow after you login admin, it effect all everyone. System fast if you don't login. i see a log: WARNING in ./node_modules/fetch-cookie/node_modules/tough-cookie/lib/utilHelper.js 4:11-26 Module not found: Error: Can't resolve 'util' in '/home/nodebb/node_modules/fetch-cookie/node_modules/tough-cookie/lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }' - install 'util' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "util": false } ERROR in node:url Module build failed: UnhandledSchemeError: Reading from "node:url" is not handled by plugins (Unhandled scheme). Webpack supports "data:" and "file:" URIs by default. You may need an additional plugin to handle "node:" URIs. at /home/nodebb/node_modules/webpack/lib/NormalModule.js:973:10 at Hook.eval [as callAsync] (eval at create (/home/nodebb/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1) at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/home/nodebb/node_modules/tapable/lib/Hook.js:18:14) at Object.processResource (/home/nodebb/node_modules/webpack/lib/NormalModule.js:969:8) at processResource (/home/nodebb/node_modules/loader-runner/lib/LoaderRunner.js:220:11) at iteratePitchingLoaders (/home/nodebb/node_modules/loader-runner/lib/LoaderRunner.js:171:10) at runLoaders (/home/nodebb/node_modules/loader-runner/lib/LoaderRunner.js:398:2) at NormalModule._doBuild (/home/nodebb/node_modules/webpack/lib/NormalModule.js:959:3) at NormalModule.build (/home/nodebb/node_modules/webpack/lib/NormalModule.js:1144:15) at /home/nodebb/node_modules/webpack/lib/Compilation.js:1418:12 This is my config.json { "url": "http://mydomain", "secret": "{myhash}", "database": "mongo", "port": ["9901", "9902", "9903", "9904", "9905", "9906", "9907", "9908", "9909"], "mongo": { "host": "127.0.0.1", "port": "27017", "username": "{user}", "password": "{pass}", "database": "{dbname}", "uri": "" }, "redis": { "host":"127.0.0.1", "port":"6379", "database": 0 }, "max-memory":5000 } Do you want to connect with me for get this case? i can provide SSH for you check details.
  • How do I save responses from a form and show it on another page

    Unsolved Technical Support
    3
    0 Votes
    3 Posts
    133 Views
    eeeeeE
    Looking back at the issue I had, and the solution from Julian, this may help [image: 1728158400502-1000026861.jpg]
  • The change mailbox feature doesn't work.

    Bug Reports
    4
    0 Votes
    4 Posts
    138 Views
    H
    @julian https://***.org/confirm/98f65230-0d29-4175-a596-fe9d17d I've also tested the status of this feature in my community, and it's also not working.
  • 7 Votes
    47 Posts
    6k Views
    julianJ
    thanks for commenting @benyto . The plugin follows NodeBB's behaviour in not modifying anchor target. The end user can ctrl-click the link to open in a new tab, shift-click to open in new window, etc.
  • NodeBB 3.9.0

    NodeBB Development
    11
    9 Votes
    11 Posts
    955 Views
    barisB
    @DownPW you can use below css to change the height of the window in a widget. [component="chat/widget"] [component="chat/message/window"] > div:nth-child(3) { height: 1000px!important; }
  • 0 Votes
    2 Posts
    123 Views
    K
    Is it possible to simply show a video from another computer on the network? There is a computer with nodebb on the Internet and there is a computer with an HDD. It is necessary to make it so that users can send their videos to the computer with the HDD and everyone can watch it. Video files should not be copied to the computer with nodebb. How to do this?