Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Inspecting mongo db on server, and keys?

    8
    0 Votes
    8 Posts
    665 Views
    <baris>B
    ^ means starts with, without that it would match stuff like user:message:3. With ^ at the beginning it only finds keys that start with message:. It also lets mongodb use indexes so that the query is faster.
  • Have you migrated from old php forums to nodebb?

    9
    1 Votes
    9 Posts
    6k Views
    N
    I don't think I'm seeing something odd but the odd thing is not knowing if we're being indexed properly or not. From the responses here, it seems we should be so I'll just keep an eye on things and see what happens.
  • Latest posts in php? API?

    5
    0 Votes
    5 Posts
    465 Views
    N
    Got it. Updated my last comment for noise. Thank you.
  • Upload GIF image in post?

    2
    0 Votes
    2 Posts
    292 Views
    crazycellsC
    @eveh have you tried to change the settings at ACP > Settings > Uploads ? try adding .gif to the list... alternatively, you can use "tenor gif" plugin... https://community.nodebb.org/topic/11484/nodebb-now-with-gif-support [image: gif-making.gif]
  • 0 Votes
    11 Posts
    1k Views
    reza safaeiR
    @PitaJ i mean categories
  • S3 plugin?

    2
    0 Votes
    2 Posts
    327 Views
    julianJ
    The one by LouiseMcMahon is the fork which I usually recommend, but if it is incompatible, let us know and maybe we can fork it into the NodeBB-Community org. As an aside, I also just discovered https://github.com/zhivkoangelov/nodebb-plugin-s3-uploads-digitalocean by @zhivkoangelov... that one seems maintained, but it uses DO Spaces as a backend. Given that DO spaces is "S3-compatible" maybe this will work with S3 who knows.,
  • New "messenger style" conversation view

    5
    3 Votes
    5 Posts
    553 Views
    crazycellsC
    @phenomlab said in New "messenger style" conversation view: @crazycells yes, I think Firefox needs an add in for this to work, or the security settings actively prohibit display. yes, possible. By the way, I can see the videos you posted the other day on sudonix right now on Google Chrome When are you planning to publish CSS codes and other changes? Looking forward to try this new theme...
  • Is it possible to list subcategory topics under their parent folder

    3
    0 Votes
    3 Posts
    425 Views
    ayyilmazA
    @crazycells Thank you I will try but it seems uncompatible with the latest versions
  • Narrow layout on this site is not functioning well

    13
    +0
    0 Votes
    13 Posts
    885 Views
    rongcuidR
    I think it is working now. BTW, I am using a vertical 1080p display.
  • How to see site visitors?

    8
    0 Votes
    8 Posts
    648 Views
    julianJ
    Oh... yes, that's true... they are hashed for privacy because if the database were leaked, some could argue that an IP address is considered PII. In that case then I don't think we store a list of recent IP addresses.
  • How to embed google slide iFrame in the forum post?

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    Try nodebb-plugin-iframely
  • 3 Votes
    1 Posts
    190 Views
    julianJ
    While making a pull request against the core NodeBB project is of course not something you can just do on a whim, did you know that we've also allowed our docs portal to accept hacktoberfest pull requests too? More reading: what is hacktoberfest anyway? Making updates to docs pays for itself in dividends, because not only does it mean your knowledge is passed-on, it helps other people who may run into the same issue! Our docs repo is here → https://github.com/NodeBB/docs It doesn't take much to contribute, most of the files are just plain markdown. You can even edit it from within GitHub itself!
  • User registration email check plugin?

    5
    0 Votes
    5 Posts
    582 Views
    julianJ
    Thanks for reporting, this might be a regression
  • This topic is deleted!

    6
    0 Votes
    6 Posts
    15 Views
  • Formal or informal

    Unsolved
    2
    0 Votes
    2 Posts
    323 Views
    crazycellsC
    @Justman10000 said in Formal or informal: I, one of the 3 reviewers in the German translation project, realized that one half is formal and the other half is informal! Should we use formal or informal? I guess it is up to you as long as users are comfortable. In Turkish, I changed all informal expressions to formal ones... maybe except in ACP... in the admin panel, I am ok with any translation as long as it is meaningful, and I personally prefer to use ACP in English, since terms are more understandable to me. I guess the German version would be using "formal Sie" rather than "informal du"... English does not have this distinction, but Turkish and German have...
  • Integration with Keycloak or other SSO?

    3
    0 Votes
    3 Posts
    484 Views
    rongcuidR
    @julian ah, sorry I didn't make it clear. I am looking to integrate with a self-hosted SSO solution, thus the mention of Keycloak and Ory stack.
  • 6 Votes
    22 Posts
    3k Views
    Jay MoonahJ
    The survey is now closed. Congratulations to Jacob Kresse who was the t-shirt winner, and tremendous thanks to all who provided feedback!
  • Getting Rid of notice in thread that topic has moved

    2
    0 Votes
    2 Posts
    301 Views
    crazycellsC
    @eveh said in Getting Rid of notice in thread that topic has moved: On my forum as Admin I moved one thread to another category and let the users know. Still on that thread now weeks later theres a note inbetween posts that the thread was moved by admin. How can I remove this? Edit: I tried this, which I saw on another answer, but all it did was take the arrow out, the circle and message that post 'had been moved by admin' was still there .fa.fa-arrow-circle-right { display:none; } if you move your cursor above the note, you should see "trash" icon on the right side of it... you can delete it this way...
  • Also get rid of "10 days later" between posts

    Solved
    2
    0 Votes
    2 Posts
    296 Views
    <baris>B
    You can disable it in the acp, it's called necro threshold. Set to 0 to disable.
  • Possibility to change post URL/routing?

    19
    0 Votes
    19 Posts
    2k Views
    oplik0O
    @rongcuid said in Possibility to change post URL/routing?: BBCode support I unfortunately don't have the time right now to participate in this discussion more, but I might be able to help with thais part: there is actually a fairly ancient but still functional plugin for BBCode support already https://github.com/psychobunny/nodebb-plugin-vbcode-to-markdown The only issue I noticed is that it doesn't show in preview (which I think should be fairly simple to fix) Note that it's support, not first-class support - the default with it would still be markdown, but most BBCode will just work too by being translated to md before it's displayed.