Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • How to create new category with image using API?

    1
    0 Votes
    1 Posts
    885 Views
    A
    Hi, I was using the write api plugin to create new categories and I wonder how I can also create the new category with a background image. Looking at the write api plugin's api endpoint, I only see: Requires: name Accepts: description, bgColor, color, parentCid, class But I'm also interested in uploading an image for this category and probably also change the "numRecentReplies" value from 1 to 3 Thanks!
  • End user documentation?

    10
    0 Votes
    10 Posts
    3k Views
    insuusveneratiI
    Throw it up on github and let's get started! I would happily contribue!
  • New installation without port 4567 in URL?

    3
    0 Votes
    3 Posts
    1k Views
    C
    I would advise using Nginx infront of it. You can google NodeBB Nginx Config and you'll have one you can copy/paste. Nginx will then be on port 80 and you can close 4567 on your FW.
  • Category lookup and creation by normal user

    1
    1 Votes
    1 Posts
    615 Views
    A
    Hi, first of all, I want to say this is such an amazing project. I really enjoy using it! Thank you! So my question is pretty much in the title, I want normal registered user to be able to lookup existing categories and if it doesn't exist yet, allow him to create it. I want the lookup experience just like the current tags lookup page here: https://community.nodebb.org/tags Filter possible results as user continue entering letters. I think the creation of an category is can be easily accomplished with the write API, but is there already tools built for this lookup process? As a starting point I looked at the /api/categories/ and it's giving me too much info, I just want category name ...
  • Status v1.1.0

    23
    0 Votes
    23 Posts
    7k Views
    JenklerJ
    Ahh, "ACP > Manage > Categories > analytics tab" works fine for me 2. (MongoDB). I thought you ment the category listings In other words, still safe to upgrade, wee
  • Self-hosted NodeBB

    4
    0 Votes
    4 Posts
    3k Views
    JenklerJ
    NodeBB is the way to go. I use CoreOS with my own Docker packages (NodeBB + MongoDB)
  • Changelog?!

    5
    0 Votes
    5 Posts
    2k Views
    T
    @julian So far so good. I was actually worried since the upgrade was really easy...
  • why don't new plugins published?

    4
    0 Votes
    4 Posts
    2k Views
    P
    @julian It's so nice that you are explaining all of the things. Thank you.
  • Search module is not working.

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    Hello @shobhit, thanks for reaching out, please email us directly at [email protected].
  • Weekly email digest as default

    4
    0 Votes
    4 Posts
    2k Views
    mechanixM
    Its not a plugin. In the admin panel Settings->User->Default User Settings
  • General questions about how to use the forum

    7
    1 Votes
    7 Posts
    3k Views
    JenklerJ
    NP, Love to helpout
  • We will soon be 10000 members!

    3
    2 Votes
    3 Posts
    1k Views
    JenklerJ
    Yes, I myself is a phpbb admin way back. I cant go back to a php-forum when good-stuff like NodeBB exists
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    11 Views
  • NodeBB With Cpanel.com?

    2
    0 Votes
    2 Posts
    2k Views
    D
    Cpanel is more geared towards apache/httpd/PHP hosting, in a traditional sense. There's been some discussion of Node integration with cpanel, but I don't think it's something you can expect any time soon. See this forum post on cpanel.net forums: https://features.cpanel.net/topic/nodejs-hosting
  • easyest way to change post author and date/time

    5
    1 Votes
    5 Posts
    3k Views
    felipeolcavF
    Is there any improvements regarding this feature?
  • How can I fix this?

    Unsolved
    0
    0 Votes
    0 Posts
    681 Views
    M
    On a node bb forum forum.leet.cc I have encoutered something strange my account signed off by its self and everytime I went to try to login it would say ERROR invalid-session So I ask you how can I fix this?
  • get all posts for a specific user with API

    3
    0 Votes
    3 Posts
    1k Views
    shobhitS
    Thanks. Already got that worked.
  • Prevent specific category from showing in 'recent'

    8
    0 Votes
    8 Posts
    3k Views
    yariplusY
    @pichalite Right, it only prevents new posts/topics from going to the Recent page.
  • What plugin?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    D
    @rod said in What plugin?: @DroidWareWolf I believe it is nodebb-plugin-question-and-answer More information about it may be found here: https://github.com/NodeBB/nodebb-plugin-question-and-answer#readme Thanks!
  • How many options used by getTopicsFromSet?

    Unsolved
    1
    0 Votes
    1 Posts
    610 Views
    JamJ
    Hi all, I know some options like topics:recent,cid:1:tids,topics:posts, but how many options used by getTopicsFromSet in nodebb's core? Thanks~