Skip to content

NodeBB Development

Stay tuned here to hear more about new releases and features of NodeBB!

2.8k Topics 18.5k Posts

Subcategories


  • Posts from the NodeBB Development Blog
    96 Topics
    779 Posts
    G
    Very Nice!
  • Found a bug? Why not make a bug report here?
    1k Topics
    7k Posts
    barisB
    Because you ran the forum without indexes you have documents that violate the index constraints. You will have to remove these documents for the create index command to work.
  • Focused discussion related to ActivityPub integration in NodeBB

    107 Topics
    2k Posts
    julianJ
    Could it be that the idea that quoted posts on forums are not rich resources (and thus liable for deletion) are an artifact of an older age of the internet, but at the same time is a feature, not a bug? 100% agreed that in a forum context the ability to quote the text of a post is important. Forum users often extend this in many ways, not limited to: Holding a user accountable (by preserving their words from future editing) Emphasis of certain portions of text Excision of unrelated portions of text Simply displaying the quoted post as a linked resource robs the end user of all that additional functionality, and that is something I am not sure I want to concede. @Christian-Stange @[email protected] @Panzz
  • Help Translate NodeBB
  • Proper Facebook posting with image (link sharing)

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    arrankaA
    The same happens to me when sharing on facebook, the avatar photo appears Is there any way to correct this? Thank you
  • Security issue

    3
    0 Votes
    3 Posts
    506 Views
    JenklerJ
    @yariplus ok thanks. as long as it is safe
  • Can I load arbitrary ACP settings from a file?

    9
    0 Votes
    9 Posts
    2k Views
    Ludvig JaniukL
    Thank you, I didn't try that approach, instead, I realized I can change the settings directly from the code. So I'm baking in my settings into my plugin and setting them in the init.
  • Clean users / post in bulk from a plugin

    5
    0 Votes
    5 Posts
    811 Views
    julianJ
    @Enrique the main problem you seem to be having is that you are not aware that there is a frontend and a backend to NodeBB. You have to wire up the controls from the ACP and make a call to the backend (via websocket, for example), and then you can call server side libraries.
  • How to add slug to the url where nodebb shows.

    6
    0 Votes
    6 Posts
    2k Views
    0 home0
    @PitaJ Thank you for your reply, and sorry for lack of information. http://35.198.197.213:4567/nodebb/ → success to show nodebb. http://35.198.197.213/nodebb/ → return 404 on parent site(my case is wordpress on nginx). http://35.198.197.213:4567/ → return misconfigured csrf error on nodebb. http://35.198.197.213:4567/nodebb → return /nodebbcategories not found on nodebb. I reloaded nginx. I setup and restart nodebb each time. nginx -t → syntax and test is successful. now I am trying below https://community.nodebb.org/topic/3324/nginx-error/18
  • Documentation please

    2
    0 Votes
    2 Posts
    586 Views
    PitaJP
    The only thing that exists is the list of hooks: https://github.com/NodeBB/NodeBB/wiki/Hooks
  • Server-side skins, and no-refresh login/logout

    2
    3 Votes
    2 Posts
    581 Views
    K
    I've been noticing some UI issues every time a user logs in or out. Basically right after you log in, some of the styles do not get picked up (i.e. logo becomes larger, recent-topic cards stop displaying content). Refreshing the page fixes the issue but this is not ideal.
  • Set custom cookies from NodeBB

    4
    0 Votes
    4 Posts
    796 Views
    PitaJP
    You should be able to do it within your plugin. What have you tried?
  • 0 Votes
    10 Posts
    1k Views
    jzbgJ
    I solved my own problem... I setup a custom notification to fire on the action:post.save hook and I was using the same default standard format for the notifications nid value. Basically I was firing off a notification with the same nid as the notification that auto generates when you post a new topic. Long story short: Make sure the nid is unique.
  • 0 Votes
    3 Posts
    708 Views
    jzbgJ
    @julian said in What hook can I use to filter the topics that appear when accessing /groups/mygroupname ?: filter:groups/details.build Hi Julian, Thank you for this info. My issue is now solved. I was able to perform my serverside filter logic and now everything is great. FYI - I'm the same guy (username: jremi) that you helped related to the sharing sessions plugin. I was asking you about if using the cross storage solution would work for cross domain cookies. Thanks again for your help. I really appreciate your assistance.
  • Custom CSS/JS access to theme/skin colors

    Moved
    2
    1 Votes
    2 Posts
    744 Views
    julianJ
    oof... maybe, but not yet, I don't think. We can use LESS insomuch that what is entered is parsed back out into CSS, but because we don't rerun "variables.less" from bootstrap, then you can't really use variables. I'd recommend opening up an issue in our bug tracker so we can get this in if it's something you want
  • mobile app

    13
    1 Votes
    13 Posts
    5k Views
    S
    @Tom_Rade Thank you for the reply, however NodeBB app from Google Play is used to view this NodeBB instance (https://community.nodebb.org). On my mobile I do not receive any notification :(.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • 1.12.0 Breaking Changes

    2
    2 Votes
    2 Posts
    2k Views
    barisB
    Theme Breaking Change https://github.com/NodeBB/NodeBB/pull/7109
  • Set up NodeBB via environment variables

    16
    2 Votes
    16 Posts
    8k Views
    T
    @julian A docker-compose.yml file example for Docker. Basically how to setup NodeBB-Docker.
  • 1.11.0 Breaking Changes

    15
    0 Votes
    15 Posts
    4k Views
    PitaJP
    @faizanzahid the current version of NodeBB still has compatibility with those plugins. Future version will not.
  • Is it possible to rearrange how the replies of a post are shown?

    3
    0 Votes
    3 Posts
    790 Views
    Thadeusz LayT
    But I could extend it and ask for it, right?
  • How to add a skin for NodeBB Persona

    Moved
    4
    0 Votes
    4 Posts
    2k Views
    D
    I'd like to do the same. For instance, some folks don't like round avatars, so I would override the CSS for that. Other folks want zero color, so I'd make a monochrome skin.
  • NodeBB v1.10.2 released.

    Moved
    7
    6 Votes
    7 Posts
    3k Views
    Ludvig JaniukL
    @Rusdy-MT It seems to me like they have revamped this option. It's now some kind of "group privilege" now. You can toggle it under ACP -> Manage -> Privileges. This came out of nowhere for me as well...
  • html widgets can access template data in 1.6.1

    13
    5 Votes
    13 Posts
    3k Views
    D
    But lemmie tell you writing Javascript inside an HTML widget is a Pain In The Neck.