Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Composer keyboard shortcuts

    11
    1 Votes
    11 Posts
    967 Views
    julianJ
    Ah yes, the shortcuts plugin... fun plugin, it introduced so many shortcuts that any key combination could do anything It makes sense for ctrl-b and ctrl-i, etc... what other markdown-specific shortcuts would you like to see? Perhaps I could add them to the markdown plugin. For example, ctrl-enter already submits a post in the composer.
  • change time seconds to min in error message

    3
    +0
    0 Votes
    3 Posts
    249 Views
    J
    @baris You should add a string for "one minute"
  • Add Like, Reply and Share icons on the Topics listing section

    6
    +0
    0 Votes
    6 Posts
    449 Views
    barisB
    I've tested that code in this forum and it works. [image: 1698752032428-2a126066-1178-4d0b-966a-98939f077d11-image.png] Maybe you have other javascript that is causing the error, start the forum in dev mode so javascript isn't minified, then you can take a look at where it is crashing.
  • Custom Navigation to User Bookmarks

    4
    0 Votes
    4 Posts
    2k Views
    S
    Looks like the route was updated to: /me/bookmarks
  • Spam not being caught

    15
    1 Votes
    15 Posts
    1k Views
    PeterJonesP
    @julian said in Spam not being caught: This is fixed and slated for release with v3.6.0 Thanks for the fast fix!
  • Trouble with Custom CSS in NodeBB Themes

    2
    0 Votes
    2 Posts
    253 Views
    barisB
    @Afrasiab-Sajid can you share a screenshot of the element you are trying to style?
  • rss feed url's showing in the page

    4
    +0
    1 Votes
    4 Posts
    340 Views
    barisB
    https://github.com/NodeBB/NodeBB/issues/12101
  • Need location info when create Topic

    2
    0 Votes
    2 Posts
    329 Views
    barisB
    Not possible out of the box.
  • Topic List API

    2
    0 Votes
    2 Posts
    263 Views
    barisB
    You need a plugin to add that data in on the topic lists. You would need to use the hook filter:topics.get and check if the user has upvoted the main post of the topic.
  • Android 14

    14
    +0
    0 Votes
    14 Posts
    868 Views
    omegaO
    @oplik0 Ah yes, bot begin with "L" and thank you , Librem 5 that it's, and I see they have a whole range of kit, like laptops With an Intel processor you get years of coreboot development and a disabled Intel Management engine... In related news and yikes! https://www.siliconrepublic.com/business/nokia-staff-cuts-layoffs-sales Deep cuts happening across the board now.
  • Duplicate content pages are generated

    7
    0 Votes
    7 Posts
    530 Views
    vijay kumavatV
    @baris I have one query here, because announcements is the category and user is our user page , so how they identify this category and user ? I have implement this https://github.com/NodeBB/NodeBB/commit/f96b0b7a4ac08a0b9e1473cfe5fa60da722d1fed.
  • How do I donate? And, Thanks!

    11
    4 Votes
    11 Posts
    869 Views
    julianJ
    @NodeHam yes, once we settle on a system we will add in the hook and let people in to the super secret group for donors. N.B. There isn't one
  • Can We show grops to new guest users also?

    1
    0 Votes
    1 Posts
    172 Views
    P
    we ave a requirement were we want to create public groups and allow user to request to join te group. Also we want to make group discussion readable to non registered users is it possible?
  • User Guide

    Unsolved
    17
    0 Votes
    17 Posts
    1k Views
    julianJ
    Secondly, as @PitaJ will attest to, @baris and I are a bunch of old dogs. We've been at this nearly ten years, and while that's not a lot of time in the real world, in tech it means we're dinosaurs He had to drag us kicking and screaming to implement ESLint, and we're all the better for it. Maybe @baris isn't an old dog, he dragged my ass kicking and screaming to Bootstrap5/webpack, so miracles can happen.
  • Deleting entire chat and preventing opening one

    3
    0 Votes
    3 Posts
    273 Views
    N
    Yes, maybe I'll just disable it. I just found it a bit too much work to deal with it. Thanks.
  • Canonical tags

    2
    0 Votes
    2 Posts
    246 Views
    julianJ
    Depending on the type of tag you'd like to add, you would want to add that logic to your own plugin. You'll want to listen to the following hooks: filter:meta.getMetaTags filter:meta.getLinkTags
  • Process "18736" from pidfile not found, deleting pidfile

    6
    0 Votes
    6 Posts
    541 Views
    vijay kumavatV
    I did this, but did not getting any luck. I removed pidfile form nodebb folder too. Versions are : node 16.
  • Collapsing blockquotes on Harmony

    15
    +0
    4 Votes
    15 Posts
    1k Views
    barisB
    The issue with lightbox will be fixed in 3.5.0 https://github.com/NodeBB/NodeBB/issues/12062
  • 1 Votes
    3 Posts
    312 Views
    Eduardo SilvaE
    Great, tks!
  • open attachments in new tab

    3
    0 Votes
    3 Posts
    273 Views
    julianJ
    @q16marvin it's that way because we respect the browser setting. If you want to open in a new tab usual it's ctrl-click or similar.