Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.3k Posts
  • Opengraph image issue while sharing post url

    2
    0 Votes
    2 Posts
    150 Views
    barisB

    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
    195 Views
    CaptainKC

    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
    395 Views
    phenomlabP

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

  • 0 Votes
    2 Posts
    152 Views
    B

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

  • Future of Post Sharing Options?

    21
    3 Votes
    21 Posts
    2k Views
    barisB

    It will be available in 3.6.0

  • 1 Votes
    5 Posts
    262 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
    242 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
    142 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
    261 Views
    S

    thx guys, it works

  • How do I add a profile field when registering?

    2
    0 Votes
    2 Posts
    174 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
    187 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
    445 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
    325 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
    180 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
    338 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
    619 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
    145 Views
    J

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

  • 0 Votes
    6 Posts
    251 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.