Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • Download nodebb question

    2
    0 Votes
    2 Posts
    1k Views
    yariplusY
    Not sure what you mean, it's just a regular FTP server. You would just post a regular FTP link.
  • Header menu direct to external url

    6
    0 Votes
    6 Posts
    2k Views
    L
    Appreciate the response!
  • Plugin/Questions To get started

    3
    1 Votes
    3 Posts
    1k Views
    J
    Thanks, yeah I wrote a game server rcon web socket bot, which stores all the player information, so got the just of using mongo update/inserts/find functionality just never made a plugin for nodebb so was kinda weird on how to start lol.
  • Updating nodebb problem

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    M
    Thanks
  • Horror after upgrade to v1.1.0

    3
    0 Votes
    3 Posts
    2k Views
    KalbaskinK
    @pichalite I do not have a backup
  • Text color

    3
    0 Votes
    3 Posts
    2k Views
    yariplusY
    There are several plugins that add color, such as mega-colors, as well as one of my own rainbows Both add a button with a colorpicker, so you don't need to know the color syntax.
  • Question..

    6
    0 Votes
    6 Posts
    2k Views
    D
    @pichalite said in Question..: @DroidWareWolf created an issue for this on github. https://github.com/NodeBB/NodeBB/issues/4877 Thanks!
  • How to reset two factor authenticator

    3
    0 Votes
    3 Posts
    1k Views
    yariplusY
    Hello @Peter-Zoltan-Keresztes, I apologize that your post may have been overlooked. If you cannot access your phone or your 2fa backup codes, you should still be able to disassociate your account by writing directly to the database, as the plugin does here, by deleting the keys and backup codes for your uid. The Mongo commands should be: db.objects.update({_key: "2factor:uid:key"},{$unset: {"youruidhere": 1}} db.objects.remove({_key: "2factor:uid:youruidhere:backupCodes"}} replacing youruidhere with your uid
  • Custom nodebb for job site

    Moved
    2
    0 Votes
    2 Posts
    2k Views
    kenthuiK
    My team from Vietnam, we very interested with nodebb and customize it for job site. You can look and feel at http://career.vn Now we in-progress and will done at Aug, 2016 If you're need any nodebb customize services pls PM me. Nice weekend all,
  • customized category slug

    7
    0 Votes
    7 Posts
    3k Views
    yariplusY
    You should be able to modify the slug in the hook 'filter:category.update' Which is where the slug is set. https://github.com/NodeBB/NodeBB/blob/c9f285a883104cb87802fae8c5d321dea8154680/src/categories/update.js#L32-L36
  • private messaging

    8
    0 Votes
    8 Posts
    4k Views
    J
    @pichalite I didn't know about this feature! Thank you for pointing that out to me, that is great! I totally agree with your point made above then
  • How Do I Get Rid Of This Large "Sort By...." Text?

    3
    0 Votes
    3 Posts
    1k Views
    FusionPandaF
    @psychobunny said in How Do I Get Rid Of This Large "Sort By...." Text?: Looks like your theme is out of date? What's your theme version and core git hash? Sorry, but how do I check my theme version...? And it's an honor talking to a NodeBB Admin.
  • Table Creation

    12
    0 Votes
    12 Posts
    4k Views
    S
    @yariplus It's working perfectly. I'm using the default theme ... by adding important, I could now center the image. Thank you. You made my day.
  • Sending test email ok, but can not receive any email

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    JamJ
    @yariplus ok, i will have a try with it , thanks~
  • Excerpt option in Recent topics

    3
    0 Votes
    3 Posts
    1k Views
    JamJ
    I think if there is a excerpt field in the topic data will be fine too~
  • Donating to NodeBB Project?

    1
    0 Votes
    1 Posts
    931 Views
    L
    Assuming I was starting a project where I am allocating portions of the profit to entities that offer us free things such as forum software to house community chit chat... who/where would I donate to in order to support NodeBB?
  • How to obtain current opening topic's slug in plugin?

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    JamJ
    @pichalite thanks, i've got it~
  • Image Alignment

    1
    0 Votes
    1 Posts
    835 Views
    S
    Hi! Is there any documentation for using nodebb? As a first time user, I'm facing many problems in customizing it. In my previous post, I enquired about creating tables. Now, I would like to align the image to the center. When I try to upload an image, it gets aligned to the left (by default). So, would like to fix it. There are many such queries so would any one recommend some documentation. Thanks in advance. Srinik.
  • This is why the developers really aren't keeping up with the issues.

    3
    4 Votes
    3 Posts
    1k Views
    JenklerJ
    NOOO! Do we have pokemons in the source code!
  • migrate from imgur

    3
    0 Votes
    3 Posts
    1k Views
    S
    @Bri Thanks alot