Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • SurveyPlanet is using NodeBB

    4
    1 Votes
    4 Posts
    2k Views
    A
    @jwerre I see what you did there. I'll have a look around.
  • how much data?

    5
    0 Votes
    5 Posts
    2k Views
    barisB
    @a_5mith check out https://community.nodebb.org/topic/229/#1112. I did those a while ago but should give a rough estimate. Keep in mind that is only the memory usage of the redis database. The NodeBB nodejs process also uses about 80mb of ram.
  • Anyone else notice this?

    18
    2 Votes
    18 Posts
    6k Views
    A
    @julian I may aswell have one in my house, iPad 3,4 and mini, laptop, desktop, galaxy s4, blackberry bold 9900, acer android tablet, htc one x. Not all mine, but you get the idea.
  • 0 Votes
    3 Posts
    2k Views
    K
    @psychobunny Thanks!
  • The loading progress bar up there ^^^^...how to change?

    4
    0 Votes
    4 Posts
    2k Views
    P
    .navbar-static-top, .navbar-fixed-top { Is the older one, about a week ago it was changed to what @julian mentioned, so really depends on your version of Lavender (was updated at 0.0.39)
  • Bot attack

    47
    0 Votes
    47 Posts
    24k Views
    P
    @trevor said: I wonder who created this bot program. I would like to thank them first and foremost for having expedite this honeypot / Captcha system, then I would like to tell them fuck you for having me go and delete 100 users manually. LOL
  • Category Permission Control Question

    8
    0 Votes
    8 Posts
    4k Views
    P
    I think those checkboxes should start of checked I agree with this one, similar confusion with the previous system as well. Greyed out works too, but three states might confuse users as well, UX wise
  • There's a global footer...why no global header?

    3
    0 Votes
    3 Posts
    2k Views
    P
    Implemented in latest version of Lavender
  • Installation on modulus

    1
    0 Votes
    1 Posts
    881 Views
    S
    Has anyone managed to get this working on modulus.io? I can't figure out what to do when it comes to: info: Welcome to NodeBB! info: This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed. info: Press enter to accept the default setting (shown in brackets). as it's shown in logs and it seems I don't have console access? Some help would be great! Thanks.
  • Can you set the default width to boxed?

    17
    0 Votes
    17 Posts
    5k Views
    ?
    @baris Ah...thought I was going crazy for second. Thanks Baris!
  • NODEBB FULL TIME SUPER POWER LEVEL UP!!@#!

    6
    2 Votes
    6 Posts
    3k Views
    CarlC
    Good luck guys
  • My expandy width button has vanished

    19
    0 Votes
    19 Posts
    4k Views
    P
    great! whatever you guys can contribute back would be greatly appreciated EDIT: If you guys need a hand anywhere, feel free to send us a message. I'd like to see NodeBB support multiple front-end frameworks, so anything I can do to bump that progress along - you know who to reach out to
  • Ask a question button code help

    16
    0 Votes
    16 Posts
    6k Views
    meetdilipM
    @julian @psychobunny Correct me I am wrong, as of now we can post only a particular board, right ? We can simply change the no. 4 /5 or one of our choice. Also Custom home page header vanishes when I click the logo button.
  • Step 1: Install NodeBB, Step 2: Set up reverse proxy?

    17
    0 Votes
    17 Posts
    8k Views
    K
    @julian Just works as intended. The approach here totally works. As you kindly suggested, it's my mistake not to have set subdomain by DNS. I somehow misunderstood Ngynx takes care of subdomainsDNS IP routing, my bad. Thanks a lot.
  • Tentative date for release of 0.5x

    2
    0 Votes
    2 Posts
    2k Views
    markkusM
    I think @julian or @psychobunny mentioned it somewhere... Anyway, if I'm correct, then their post stated that it will be released in late June.
  • NodeBB keeps crashing!

    11
    0 Votes
    11 Posts
    4k Views
    ?
    @julian It's still crashing every couple hours. Here's the latest output log. Help! ^[[32minfo^[[39m: [themes] Compiling templates ^[[32minfo^[[39m: [themes] Successfully compiled templates. ^[[32minfo^[[39m: NodeBB attempting to listen on: 0.0.0.0:4567 ^[[32minfo^[[39m: NodeBB Ready ^[[32minfo^[[39m: [meta/js] Compilation complete ^[[32minfo^[[39m: [Auth] Session SFlAewOkfR_GdRWuEJon1c-7 logout (uid: 1) ^[[32minfo^[[39m: [Auth] Session SFlAewOkfR_GdRWuEJon1c-7 logout (uid: 12) ^[[32minfo^[[39m: [Auth] Session SFlAewOkfR_GdRWuEJon1c-7 logout (uid: 1) ^[[32minfo^[[39m: Saving file 18-profileimg.jpg to : /home/zenkamal/mynodebb/public/uploads/18-$ ^[[32minfo^[[39m: [Auth] Session SFlAewOkfR_GdRWuEJon1c-7 logout (uid: 1) It seems to have something to do with people logging in and out.
  • Redis strange behavior

    3
    0 Votes
    3 Posts
    2k Views
    K
    Thanks @julian , I understand that. /etc/redis/redis.conf is configured as│dir /var/lib/redis Actually, I sort of knew this, but if so, it does not make any sense dump.rdb appears under the home/username/ directory...
  • Funky styling on topic list, heart replaced by blocks?

    7
    0 Votes
    7 Posts
    3k Views
    T
    Looks fine to me as well, confirmed here. [image: IBaDntR.png]
  • Nodebb on production server - just moved from local development

    1
    0 Votes
    1 Posts
    779 Views
    ?
    Hey, I just started to play with my nodebb project and synchronized local repo with remote server. In my local everything is OK, but when I run the same forum on server all icons on the top right does not work ( e.g. search, notification, logout, etc...). Any help? Is there something missing what I have to install on server ? [image: jKqbeP1.png]
  • What is the dump.rdb in the nodebb root dir?

    1
    0 Votes
    1 Posts
    920 Views
    K
    According to the docs, https://docs.nodebb.org/en/latest/upgrading/index.html On typical installs of Redis, the main database is found at /var/lib/redis/dump.rdb. and the file actually is there. So, what is the dump.rdb in the nodebb root dir? Thanks.