Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.3k Posts
  • 1 Votes
    5 Posts
    259 Views
    omegaO

    I propose we classify this traffic as a synthetic-entity traffic, if anyone has a better handle on the correct classification term, speak now. ๐Ÿ˜Ž

  • how can I edit the harmony theme ?

    6
    0 Votes
    6 Posts
    231 Views
    barisB

    The categories are added an unread class when they are unread, you can target that class and turn the color back to normal

    ul.categories-list li.unread .title { color: initial; }
  • PostgreSQL support?

    2
    0 Votes
    2 Posts
    138 Views
    barisB

    It is fully supported, our tests run on all 3 databases with nodejs 18 and 20. However we suggest using mongodb & redis as that is what we use ourselves and on our hosted clients.

  • I want to add some thing like this

    4
    0 Votes
    4 Posts
    227 Views
    S

    thx guys, it works

  • How do I add a profile field when registering?

    2
    0 Votes
    2 Posts
    159 Views
    crazycellsC

    @ahmed26 You have to edit the register.tpl file...

    I think easiest way to do this is using nodebb's own "customize" plugin, however somehow we could not manage to make that plugin work for us, so we have edited the persona theme for changes in topic pages, register page and last post showing categories pages...

    please check this page from our edited persona theme:

    Link Preview Image Update register.tpl ยท NodeBB/nodebb-theme-persona@4db96e3

    Persona - A modern and responsive NodeBB theme. Contribute to NodeBB/nodebb-theme-persona development by creating an account on GitHub.

    favicon

    GitHub (github.com)

    and add the location, birth date, about sections etc. We have added location since we are using the map plugin to view each user on the map according to their input.

  • New install, can't assign group privileges

    5
    2 Votes
    5 Posts
    181 Views
    L

    Thank you!

  • mongodb install problem ?

    22
    0 Votes
    22 Posts
    1k Views
    ahmed26A

    @phenomlab Thanks for help

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
  • Why should users Self-Moderate?

    14
    0 Votes
    14 Posts
    441 Views
    julianJ

    @omega said in Why should users Self-Moderate?:

    and you could also be describing the moderation culture over at meta.discourse, but I'm sure you are not in the slightest. ๐Ÿ˜‰

    I waive all responsibility for what is read in between my lines.

    Thanks for that. Sounds like they ran the stanford experiment either ignorantly or intentionally using rewards

    It occurs to me that Stack Overflow may not have been the first. Wikipedia itself has a similar usage of trust levels, with increasing access to mod tools as you contribute more.

    That said, I have my own reservations about Wikipedia ๐Ÿ˜„

  • Why Do Users Sign up?

    8
    1 Votes
    8 Posts
    313 Views
    phenomlabP

    @omega said in Why Do Users Sign up?:

    Why do users sign up?

    Why do users sign up?

    In my view, and certainly in my case with my forum, users sign up because of the unique content you have on offer. If that is available elsewhere via a simpler mechanism, then they will likely go for that route rather than your site. In the case of my forum, it is offering something unique in the sense that it has facilities such as mentoring, infrastructure help, guidance, etc - admittedly, all of this is available via Stack Overflow, but without the sarcasm, god complexes, and the like.

    Here's an example of that in process

    Link Preview Image Issues with routing

    Hi. Nice to be part of this. Im really hoping you can help me. Iโ€™ve got some issues on a network Iโ€™m responsible for at work which consists of three location...

    favicon

    Sudonix | A one-stop-shop for all your technology questions (sudonix.org)

    This specific user tried Stack Overflow, and because of the reasons he highlighted above, came to my site and got the assistance he needed.

  • Online User Request

    2
    0 Votes
    2 Posts
    174 Views
    DownPWD

    We have discussed quite a few things which relate to your request in this topic if it interests you ๐Ÿ™‚

    Link Preview Image Forum activity page or widget

    I'm pulling up this thread in case someone is interested in developing this

    favicon

    NodeBB Community (community.nodebb.org)

  • 0 Votes
    4 Posts
    322 Views
    John AbrahamJ

    @Topper Your commitment to open source and offering a reasonable compensation package is commendable. I hope you find a skilled developer who aligns with your vision.

  • Composer keyboard shortcuts

    11
    1 Votes
    11 Posts
    613 Views
    julianJ

    Ah yes, the shortcuts plugin... fun plugin, it introduced so many shortcuts that any key combination could do anything :drunk:

    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 Votes
    3 Posts
    141 Views
    J

    @baris You should add a string for "one minute"

  • 0 Votes
    6 Posts
    237 Views
    barisB

    I've tested that code in this forum and it works.

    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
    1k Views
    S

    Looks like the route was updated to: /me/bookmarks

  • Spam not being caught

    15
    1 Votes
    15 Posts
    620 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
    149 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
    1 Votes
    4 Posts
    195 Views
    barisB

    Link Preview Image don't return rssFeedUrl if feeds are disabled ยท Issue #12101 ยท NodeBB/NodeBB

    from https://community.nodebb.org/topic/17552/rss-feed-url-s-showing-in-the-page

    favicon

    GitHub (github.com)

  • Need location info when create Topic

    2
    0 Votes
    2 Posts
    124 Views
    barisB

    Not possible out of the box.