General Discussion

A place to talk about whatever you want

3.7k Topics 22.8k Posts
  • Who is using NodeBB?

    Pinned
    621
    88 Votes
    621 Posts
    712k Views

    @scottalanmiller said in Who is using NodeBB?:

    @mschwartz said in Who is using NodeBB?:

    I’m using NodeBB to run a collaborative site for residents of a 55+ (seniors) community.

    That's an interesting use case.

    5000 homes, 1 or 2 residents per home, plus some homes have renters (and owners)…

    So maybe 10,000 users max.

  • client.css is returning a 404

    Unsolved
    3
    0 Votes
    3 Posts
    9 Views

    Even weirder:

    ❯ wget https://community.site.com/assets/client.css?v=kaik55uclf4
    HTTP request sent, awaiting response... 404 Not Found
    2023-12-05 23:57:25 ERROR 404: Not Found.

    ❯ wget https://community.site.com/assets/client.css?v=kaik55uclf4
    HTTP request sent, awaiting response... 404 Not Found
    2023-12-05 23:57:27 ERROR 404: Not Found.

    ❯ wget https://community.site.com/assets/client.css?v=kaik55uclf4
    HTTP request sent, awaiting response... 200 OK
    Length: 490511 (479K) [text/css]
    Saving to: 'client.css?v=kaik55uclf4.2'

  • Trust levels as Discourse?

    7
    0 Votes
    7 Posts
    65 Views

    @darkpollo Thanks for the feedback. Yes, some sort of user/admin manual would be a good idea. Unfortunately we do not have the technical writers available to do this sort of work 😄

    Getting technical documentation is already a feat 😆

    In the meantime, we did have @jay-moonah put together the "Answers" category, which contains quite a bit of admin-related materials.

  • Category Follow/Unfollow

    24
    0 Votes
    24 Posts
    449 Views

    It was indeed not necessary to have the _uid.

  • Social Share of Topics / Posts

    7
    0 Votes
    7 Posts
    110 Views

    Thank you @baris

    Done

  • Canonical tags hurting SEO

    52
    2 Votes
    52 Posts
    2k Views

    @NodeHam no problem, I don't expect everybody to read everything I write 😂

  • Domain name change

    6
    0 Votes
    6 Posts
    33 Views

    Wonderful then. This is usually a job that ends up being a rabbit hole with a lot of other software.

    Thanks. I'll give it a try.

  • How to change forum language?

    4
    0 Votes
    4 Posts
    187 Views

    @xianqu Admin->Settings->General->Default Language

  • Pushing forums in the AI SEO domination era

    4
    4 Votes
    4 Posts
    372 Views

    Hah, already possible to lock your forum down using privileges, and let paying members in 💰

  • default searching settings

    2
    0 Votes
    2 Posts
    32 Views

    You can control this in the ACP at /admin/settings/general#search-settings

    image.png

  • Add filter to individual topic

    3
    0 Votes
    3 Posts
    42 Views

    There is no filtering do you mean sorting the replies? It is already available in the sort by dropdown.

  • Opengraph image issue while sharing post url

    2
    0 Votes
    2 Posts
    55 Views

    Seems like whatsapp prefers to pick a different og:image then linkedin. If you inspect the source of that page you can see all the different og:image tags set.

    image.png

    Linked in uses the first one, whatapp seems to pick the last one which is the og:image uploaded in the ACP page.

    If you want to get rid of some of these on the topic page you can probably use filter:middleware.renderHeader and modify data._header that's passed to the hook.

  • 0 Votes
    1 Posts
    94 Views

    I'm trying to understand how google indexes my Nodebb forum, maybe one of you could help me ?…
    Obviously i'd like to get as many clicks on links to my forum as possible, but from what i'm gathering, whenever people search for words that do appear on my forum, they get different links (to the last post that's been published in a thread , or to a random page within the thread).
    e.g. there's a thread about a specific movie on my forum, the thread holds the same title as the movie itself, but when people google the name of the movie + forum, they get results pointing to a post in the middle of the thread, not to the first page.
    So no matter how successful a topic of discussion is on my site, it never really gets the recognition i wish it had on google, not because it's not indexed but because it is indexed several times, via multiple links, some of which hold no specific interest.
    How can i send clear instructions to google on which pages are relevant / important to index ?
    (sorry if this is a silly question, i'm clearly no expert… 😕)

  • Looking for a Node BB Specialist...

    9
    0 Votes
    9 Posts
    147 Views

    I too can offer assistance. See https://sudonix.org

  • 0 Votes
    2 Posts
    63 Views

    @Sky凌空 You need upload a topic thumbnail to get this preview image 🙂 Screenshot

  • Future of Post Sharing Options?

    21
    3 Votes
    21 Posts
    490 Views

    It will be available in 3.6.0

  • 1 Votes
    5 Posts
    146 Views

    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
    97 Views

    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
    51 Views

    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
    66 Views

    thx guys, it works