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
    780 Posts
    kainosK
    Very good Vlad. I am Vladislav.
  • 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

    108 Topics
    2k Posts
    jupiter_rowland@hub.netzgemeinde.euJ
    @Ben Pate This looks like it’s pulled from Streams, yes? Which means it’s not related to the Forums and Threaded Discussions Working Group, is that right?Conversation Containers were originally built on and for (streams), yes. They were pretty much done some nine months ago.#FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Streams #(streams) #ConversationContainers
  • Help Translate NodeBB
  • How show header profile when I go in a particular url

    4
    0 Votes
    4 Posts
    3k Views
    D
    @julian and If I want to load not "account/info " but "account/favourites" ?
  • [SOLVED] Custom language in admin panel

    8
    0 Votes
    8 Posts
    4k Views
    julianJ
    Yep, we use the tx client to pull translations from Transifex.
  • I need that all normal users can see the bookmars from other users

    1
    0 Votes
    1 Posts
    1k Views
    D
    In nodebb, from default, only users that are "admin" can se the users bookmarks. If the user is a normal user can show only own bookmars but I want that this user can see all users bookmark. Anyone can help me?
  • 0 Votes
    2 Posts
    1k Views
    P
    @hifitodd contact [email protected]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    29 Views
  • Cant connect to database with Docker

    2
    0 Votes
    2 Posts
    1k Views
    J
    I run this docker image in google cloud platform from jenkins. If I grab teh jenkins built image and run it locally, it works as well. It must be that I am blocked to get an external DB connection from within google cloud. Im not sure about that though since the mongodb is hosted in mongolab and the ip is public
  • Custom properties or fields in theme

    1
    0 Votes
    1 Posts
    915 Views
    C
    Hi! I'm a completely new developer in NodeBB and I have started developing a custom theme with Vanilla as base theme but I have two main doubts that are probably linked. First of all, I would like to modify the default value of "Custom Class" attribute in theme configuration related with category view. Admin > Manage > Category Settings: [image: Wq2kvQM.png] But I think it's not theme related but global variable related. Anyone can help me to find out where those values are coming from and how can I change the default behaviour? The second one is also related. I would like to add a new custom field in the config screen: [image: RJCH90m.png] Similar to the "Category Image" one, but with other name, in order to use it as category background image for instance... I really appreciate your help! Regards,
  • 0 Votes
    8 Posts
    5k Views
    U
    Reporting back. Using existing libraries, this is much simpler than I was making it. Here's some sample Python code which posts "Hello, World!" to topic ID 2. Thanks, @julian, for telling me about socket.io. from socketIO_client import SocketIO, LoggingNamespace import requests import json session = requests.Session() csrf_token = json.loads(session.get('http://yourdomain:port/api/config').text)['csrf_token'] headers = { 'x-csrf-token': csrf_token } data = { "username": "yourUsername", "password": "yourPassword" } response = session.post("http://yourdomain:port/login", headers=headers, data=data) def on_response(*args): print('on_response', json.dumps(args)) with SocketIO('yourdomain', port, LoggingNamespace, cookies=session.cookies.get_dict()) as s: s.emit('posts.reply', {'tid': 2, 'content': "Hello, World!"}, on_response) s.wait_for_callbacks(seconds=1)
  • Use case for subforums

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    Hey @Shawn-Price, thanks for reaching out. It still seems like groups + forums per group would be the ideal answer here. Right now out-of-the-box, there is no support for NodeBB to create a category for a group whenever a group is created (the "group forum" concept), though this can be easily automated via a custom NodeBB plugin. Just as with @grumpi, I'd advise you to reach out to us at [email protected] and we can come up with a custom quote for you. Thanks!
  • Cannot write data using write-api

    6
    0 Votes
    6 Posts
    3k Views
    PitaJP
    @riddle911 nice job. I may good at programming but I'm definitely not an expert in Excel. Nice work, and thanks for sharing.
  • Importing jQuery plugin

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    BriB
    Heh, I was trying this exact same thing almost two years ago on NodeBB: http://stackoverflow.com/questions/21624503/load-external-scripts-with-requirejs-without-access-to-config
  • 0 Votes
    2 Posts
    1k Views
    julianJ
    Please contact your host about installing npm (unless you can do it yourself)
  • nodeBB composer-default not working?

    Unsolved
    20
    0 Votes
    20 Posts
    6k Views
    julianJ
    nodebb is the executable. start is the first argument passed in.
  • So Is NodeBB stable?

    5
    0 Votes
    5 Posts
    2k Views
    M
    @alff0x1f said in So Is NodeBB stable?: I think its stable. I use it in production. Same here. Done a lot of customization and no problems so far, using version 1.1.2 for now.
  • Nodebb v1.3.0

    1
    3 Votes
    1 Posts
    1k Views
    A
    NodeBB team release v1.3.0. Thats new: Add to post "replies to this post" link (expands/collapses the replies inline under the post) SSO plugins can to redirect users back to the page they were on User is able to restore deleted posts EU Cookies Notification/Warning Show original post/topic etc dates older than month (customizable) add registration queue approvals/rejections to the event log fix collision of button text in user picture changer on mobile/tablet devices refactor favourites (favourites become bookmarks) breaking change plugins and themes edit password screen can display validations default group chat name to usernames automatically deleting the topic with no posts (when moderator delete last undeleted post) allow regular moderators to access the general flagging interface textcomplete update to 1.7.2 Мore: https://github.com/NodeBB/NodeBB/milestone/48?closed=1
  • 0 Votes
    7 Posts
    3k Views
    J
    @julian Yikes!
  • Replies to this post

    15
    8 Votes
    15 Posts
    9k Views
    PitaJP
    @alff0x1f it's a bug that should be fixed soon.
  • Icons color Dropdown

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    @Giggiux .pagination-block .fa { /* or whatever color */ color: white; }
  • stylesheets not minify?

    3
    0 Votes
    3 Posts
    1k Views
    Bruce LeeB
    Thanks @pichalite, look forward to your simple theme
  • Chat REST API endpoint changes

    6
    0 Votes
    6 Posts
    3k Views
    P
    @alberto__segura said in Chat REST API endpoint changes: Also, I don't like the admins could directly read other users conversations It was removed and code moved to a plugin. So, admins can read other users conversations if the plugin is installed.