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
    779 Posts
    G
    Very Nice!
  • 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

    107 Topics
    2k Posts
    julianJ
    Could it be that the idea that quoted posts on forums are not rich resources (and thus liable for deletion) are an artifact of an older age of the internet, but at the same time is a feature, not a bug? 100% agreed that in a forum context the ability to quote the text of a post is important. Forum users often extend this in many ways, not limited to: Holding a user accountable (by preserving their words from future editing) Emphasis of certain portions of text Excision of unrelated portions of text Simply displaying the quoted post as a linked resource robs the end user of all that additional functionality, and that is something I am not sure I want to concede. @Christian-Stange @[email protected] @Panzz
  • Help Translate NodeBB
  • width changing

    1
    0 Votes
    1 Posts
    1k Views
    gaasgG
    I'm trying to figure out how to do this.. I use the lavender theme, I want to have the full screen width when a user is on the front page, but when he goes into a category/topic to have it decrease.. Anyone got any tips on this ?
  • NodeBB/nodebb-english has .py file in it.

    3
    0 Votes
    3 Posts
    2k Views
    R
    Thanks for the info, I will have to checkout readthedocs.org when I have some free time. I am glad that the docs are getting translated, that is great for the future of NodeBB.
  • Nodebb were incompatible with prior to Version 10.00 of IE

    9
    0 Votes
    9 Posts
    3k Views
    A
    @julian I'd do it, but I'd need reimbursing for the deep clean both me and my laptop would need after.
  • I want to remove the google fonts link, what shoud I do?

    8
    0 Votes
    8 Posts
    4k Views
    C
    thank you !!! it's my fault, it's used the Cosmo theme which is already minified on the Bootstrap CDN site: http://netdna.bootstrapcdn.com/bootswatch/latest/cosmo/bootstrap.min.css, now I change to NodeBB Vanilla and the font will not be load .
  • Some questions about customizing Vanilla theme

    4
    2 Votes
    4 Posts
    3k Views
    J
    @Xiph @trevor Thank you guys for your answers. I am noob at nodebb so I will need some time to learn how the stuff works, but I will keep you updated.
  • I run the project no error,no halt but never go gon

    4
    0 Votes
    4 Posts
    2k Views
    L
    @julian thank you,but how to reset under windows "node app --reset"? right?
  • Why requestjs over browserify?

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    To be honest? Only because I'd heard of require.js before, and it was my go-to choice. I hadn't heard of browserify until Require.js was already baked into the core code. It might be tough to switch over to the other, I honestly have no idea. We have a lot of standalone plugins written to define as Require.js modules...
  • I updated core codes and leads so many problems

    5
    0 Votes
    5 Posts
    2k Views
    L
    @Scuzz Yes,sure
  • I have a problem when i replied the topic

    9
    0 Votes
    9 Posts
    3k Views
    fiagF
    backup your codes. git clone https://github.com/NodeBB/NodeBB.git cd NodeBB switch to tag that you modified from. Perhaps, v0.4.3? e.g. git checkout v0.4.3 rsync your codes to the clone. git commit, git tag my_tag, git checkout master, git merge my_tag You may have to solve conflicts by yourself.
  • Tag styling -- more subtle?

    12
    0 Votes
    12 Posts
    5k Views
    P
    @trevor said: A subliminal to @psychobunny lol. lmao
  • [Solved] Plugins specific languages and translation

    3
    0 Votes
    3 Posts
    3k Views
    B
    awesome! thanks
  • Question about docs branch

    6
    0 Votes
    6 Posts
    2k Views
    D
    Thanks
  • Some css tweaks to Lavender

    Moved
    6
    1 Votes
    6 Posts
    3k Views
    R
    @esiao, thanks for the tip about the profile image, will come handy. I am still working on getting the contrast and color fixed. I will relook at the header and conversation boxes. The problem with my version of minimalist and subtle use of color is when I revisit the design 2 months later, it looks to too stark, bare bones, and bland. The tags are challenging from a design perspective. I tried border only, with no background color, and text and border in various colors, but it is not looking right. I moved the tags extreme left under the topic titles, and is not really making much of a difference. They are better on the right.
  • 6 Votes
    23 Posts
    16k Views
    J
    Hi, I'm the s9e\TextFormatter author. I have a couple of Google Alerts so unlike Beetlejuice you only have to save my name once for me to appear. s9e\TextFormatter is a PHP library with a JavaScript port. It uses plugins to let the user pick and choose what kind of features they want. The JavaScript version is generated by the PHP library, which means you'd need PHP as part of your build process. Once the JavaScript is generated it can be redistributed easily so I guess you could bundle a preconfigured/pregenerated version. You can see a couple of live demos there: BBCodes+stuff demo, Fatdown (Markdownish+stuff) demo. The client-side rendering is performed with XSLTProcessor. Adding an MSXML fallback for IE is easy. Rendering in pure JS is technically feasible (there's already a pure PHP renderer) but I never got to it because I have no use for it. The library could be used as the base for a true WYSIWYG editor (where what you see is actually what you get because there's no conversion from HTML back to Markdown or things like that) but that would be a big project. I'd be willing to discuss any type of collaboration if someone's interested.
  • NodeBB Docker Image for Testing

    4
    6 Votes
    4 Posts
    3k Views
    D
    There should be an official docker image for nodebb.
  • how to made a user moderator

    7
    1 Votes
    7 Posts
    4k Views
    T
    @psychobunny said: @sunqi said: just category moderator yup, implemented on a per-user basis (but not for groups yet) Head over the Category ACP, find the category you want and click on "Options -> Access Control" and you should have an interface similar to this: [image: c68dc5d6-a57a-11e3-82c9-29e1f5134c09.png] When should we expect this to be applied to groups?
  • Using NodeBB as a subsystem

    1
    0 Votes
    1 Posts
    2k Views
    G
    We have a system consisting of several server side Node.js components. We would like to integrate NodeBB in our system as the 'forum' server. Our client do not reside in a browser and they use some external protocol such as XMPP to communicate with our backend server. We would have a server component that translates XMPP and then interface with NodeBB. There are two possibilities, one is to run NodeBB in the same Node.js runtime as our server. And the other is to run NodeBB in a separate Node,js runtime and have the server talk to NodeBB using some wire protocol. What is the best way to achieve this? We could not find any document regarding any external APIs or protocol that can be used. Thanks
  • Make Private Forum

    32
    4 Votes
    32 Posts
    12k Views
    T
    @a_5mith said: @Tanner Yupp. Go into category permissions and tick Find Category for guests, but leave everything else unticked, then tick everything for registered and admins and any custom groups you created, they'll see the category on the home screen, but need to log in before they can read, see here: http://35hz.co.uk Click A-Z of production. I was hoping for more of a one-click "Make Forum Private" solution but that answers my question, thanks
  • What is composer-mobile ??

    12
    0 Votes
    12 Posts
    4k Views
    G
    @psychobunny sorry guys. I wrote it wrong in the forums. The filenames are actually correct, with the dash not underscore. I'll try again tomorrow.
  • IP Tracking and Visitor Count

    6
    2 Votes
    6 Posts
    2k Views
    barisB
    Added User / Posts / Topics stats to the same page. [image: fTKNVuN.png]