Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • Remove subforums on index

    2
    0 Votes
    2 Posts
    959 Views
    yariplusY
    You can use some custom CSS to hide them. .category-children { display: none; } Or removing this line from the theme. https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/categories/item.tpl#L16
  • How to get custom URL for NodeBB Forum?

    3
    0 Votes
    3 Posts
    2k Views
    yariplusY
    Generally, you buy a domain name from a registrar, such as namecheap.com, then add a host record that points to your server.
  • 502 bad gateway

    Locked
    3
    0 Votes
    3 Posts
    960 Views
    julianJ
    We do not support *.leet.cc instances. Please contact your hosting provider.
  • Can't start NodeBB automatically after system reboot

    3
    0 Votes
    3 Posts
    2k Views
    julianJ
    You'll probably want NodeBB to run in the foreground, and not pipe output to the log file, if you want to use forever or upstart. node loader.js --no-silent --no-daemon will run production mode and leave output piping to stdout. It will also run in the foreground, which forever expects. If you use app.js, you won't need --no-daemon, but you'll only be running one process.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
  • How?

    3
    0 Votes
    3 Posts
    877 Views
    R
    @titanman ACP > Manage > Groups > Group Edit > Add User to Group [image: WHCvu33.png]
  • Bad reply links

    9
    1 Votes
    9 Posts
    7k Views
    B
    @baris said in Bad reply links: Yup let's test this. Excellent. /MrBurns
  • This topic is deleted!

    2
    -2 Votes
    2 Posts
    27 Views
  • Any voting plugin available ?

    3
    0 Votes
    3 Posts
    1k Views
    M
    Thanks for the information ! We had a final discussion today where we conclude to start with nodebb simply because our main app is also on nodejs stack which will make future customization easier. Indeed, UserVoice / IdeaScale and so on are (roughly saying)basically at the end forum with some plugin for voting etc. I'm convinced that if nodeBB has that kind of features, user base will grow really fast. I already know some companies looking for that kind of program but the main problem is that pricing is always based per user which make cost horrible high if you want to open it to global world Do you have any links/info regarding the questions and answer plugin ?
  • How to new theme

    1
    0 Votes
    1 Posts
    910 Views
    Dawid GlombaD
    New theme using this? https://github.com/NodeBB/nodebb-theme-quickstart/blob/master/theme.less
  • /hot page

    5
    0 Votes
    5 Posts
    2k Views
    P
    @julian http://meta.stackexchange.com/questions/11602/what-formula-should-be-used-to-determine-hot-questions
  • What is the hard drive nodebb?

    3
    0 Votes
    3 Posts
    2k Views
    R
    If your site contains a lot of user data such as images you may want to consider using a plugin that would offload that content to a 3rd party provider such as Imgur or Amazon S3. Plugins exist for NodeBB for both of those services.
  • Using NodeDB need Redis also?

    5
    0 Votes
    5 Posts
    3k Views
    П
    How about config for use redis as proxy ?
  • How to add a required field to registration

    5
    0 Votes
    5 Posts
    3k Views
    P
    @hnahli there is no plugin available. you have to write a plugin using those hooks to be able to add fields to the registration form.
  • sitemap for nodebb website

    4
    0 Votes
    4 Posts
    3k Views
    S
    Perfect, I just upload that xml to Baidu. The URL's number is within my expectation. Thanks Julian. [image: EH2Mflw.png]
  • Usage

    4
    0 Votes
    4 Posts
    1k Views
    julianJ
    Hello there! NodeBB is designed to work best under a virtual private server. Using a traditional hosting service is not recommended as they do not have the capabilities to power NodeBB effectively. The code and instructions can be found here at our project repository Full instructions can be found in our Documentation Portal We recommend DigitalOcean to host your NodeBB, you'll get a month free just by registering with this link. You can also try applying the 10TOSHIP coupon to get another two months free. Thank you for your interest in NodeBB!
  • Failed to use port:80

    19
    0 Votes
    19 Posts
    8k Views
    julianJ
    Nginx should start up automatically on system reboot unless you have installed it yourself.
  • User's Country

    2
    0 Votes
    2 Posts
    1k Views
    yariplusY
    You can attempt to locate them based on their IP, which is stored in the db, but there's no guarantee it will be accurate. You can add a field to registration using a plugin, no way to do it in core. https://community.nodebb.org/topic/4524/how-to-add-a-required-field-to-registration/3
  • loading files from the own server

    3
    0 Votes
    3 Posts
    1k Views
    P
    @sanatisharif https://community.nodebb.org/topic/7208/remove-cdn-and-google-dependencies/10
  • Is IP tracking per post available?

    3
    0 Votes
    3 Posts
    1k Views
    barisB
    Persona theme doesn't show this information you will have to edit the template and add it somewhere like {post.ip}