• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. Tags
    3. question
    Log in to post
    • All categories
    • kfirba

      How do I make a category "read-only" and private categories
      NodeBB Plugins • question • • kfirba

      5
      2
      Votes
      5
      Posts
      447
      Views

      kfirba

      @PitaJ Thanks!

      alt text

    • MJ

      Solved Changing color links only in posts
      General Discussion • question • • MJ

      3
      0
      Votes
      3
      Posts
      209
      Views

      MJ

      @baris it works 🙂

      thanks for quick reply 🙂

    • oleg

      How to grow up forum? (questions)
      General Discussion • forum question growup experience • • oleg

      3
      0
      Votes
      3
      Posts
      2219
      Views

      A

      There's no magic forum you can build and have it be popular. You'd need either a forum about something, however chances are whatever you think of will be saturated with forums already (Bitcoin for example) or something brand new that no ones done, but it won't be long before someone else does.

      No plugin will make your site amazing. running forums is an uphill struggle. Someone will piss you off, you'll ban them, someone else will cry about user X being banned, rinse and repeat. Starting out as a new forum now is tough. Unless you've already got a large number of members and transferring to nodebb (even then, people hate change, and you'll no doubt get the token "developer" who preaches that anything that isn't built in php is rubbish). But again, you can't please everyone.

    • R

      Apache Server
      Technical Support • apache question • • reaply

      3
      0
      Votes
      3
      Posts
      1699
      Views

      R

      Thank you for the reply, I appreciate it. I must have installed it a while ago and I currently don't even remember doing so. Thank you.

    • jarey

      Which version of nodeBB is running community.nodebb.org?
      General Discussion • question • • jarey

      13
      0
      Votes
      13
      Posts
      4311
      Views

      julian

      If it was a patch upgrade (that is, only the right-hand-most digit changed: 0.6.0 -> 0.6.1), then you should be safe from broken plugins, as all changes are backwards compatible.

      The real fun stuff happens when we go from 0.6.x to 0.7.x 👿

      Edit: I jest. 0.5.x to 0.6.x was harder than we expected, since we changed the static:app.init hook, which practically every plugin uses.

      0.7.x has comparatively fewer breaking changes, but it is a long way out yet... :shipit:

    • X

      How to create a new route for a new custom page
      NodeBB Development • custom page routes question • • xuso

      7
      2
      Votes
      7
      Posts
      5006
      Views

      X

      @psychobunny 🙂

    • Mega

      Hook when user's group has been changed
      NodeBB Development • groups users nodebb question • • Aza Noriega

      2
      0
      Votes
      2
      Posts
      1842
      Views

      Mega

      Sorry for bothering guys, I found it in the source code.

      There are two hooks already:

      action:group.join action:group.leave

      Both of them takes only one argument:

      { groupName: groupName, uid: uid }

      join: https://github.com/NodeBB/NodeBB/blob/master/src/groups.js#L633-L675
      leave: https://github.com/NodeBB/NodeBB/blob/master/src/groups.js#L711-L742

      Exactly what I'm looking for!

      Edit:
      action:groups.* hooks in the source code were renamed to
      action:group.*

    • Vanti

      Question about nodebb platform's
      General Discussion • question • • Vanti

      5
      0
      Votes
      5
      Posts
      2148
      Views

      L

      I would use AWS. Free VPS for a year. Small box if you're starting small then it's enough to host some nodebb instances

    • A

      how can I get any of the post metadata when filtering a post?
      NodeBB Plugins • filter question plugin • • arasbm

      5
      0
      Votes
      5
      Posts
      2302
      Views

      A

      @baris said:

      If you don't mind getting your hands dirty you can modify core and change PostTools.parse

      me -> 😨

      I was thinking to extract the topic id from data.url and pass it back to the plugin backend to store, and then limit my plugin to one instance per topic for now. But I think that would be even worst, and when 0.6.0 arrives I would have to fix it anyways.

      I am a bit scared to touch the core stuff, but I may give your suggestion a try since it is less hacky, and better long term solution.

    • esiao

      How to show a widget in a theme widget area ?
      Technical Support • widget widget area question • • esiao

      17
      0
      Votes
      17
      Posts
      7548
      Views

      F

      Answer to self: enable the custom header and the global vars will be there. Sounds about right?

    • M

      How do i post something as a question?
      General Discussion • question • • Marius Heier

      2
      0
      Votes
      2
      Posts
      1360
      Views

      ?

      Do you mean as a poll where users can vote on a response? If so, there's a poll plugin developed by @Schamper.
      https://community.nodebb.org/topic/1549/nodebb-plugin-poll-poll-plugin

    • esiao

      Event handlers on search button are prevented by app
      Bug Reports • bug warning question • • esiao

      4
      0
      Votes
      4
      Posts
      2007
      Views

      esiao

      Okay, thanks guys I'm gonna pull that right now and play with it 🙂

    • psychobunny

      Question and Answer plugin for the registration form
      NodeBB Plugins • registration plugin spam question • • psychobunny

      25
      10
      Votes
      25
      Posts
      10938
      Views

      AnOdeToBB

      @phenomlab Thanks 🙂

    • esiao

      So I want to create a theme.
      Technical Support • child theme question • • esiao

      1
      0
      Votes
      1
      Posts
      1263
      Views

      esiao

      Hello NodeBB users. Since I've chosen NodeBB to replace my current free hosted and created forum I need to create the custom theme that will go with it.
      Since it's a graphic community we have some features needed and that's why I've taken a look at plugins and the API to see if NodeBB is ready to answer our problematic. Mostly it's the case and the modular aspect is very appreciable.

      So first question, how to do a child theme ? I've the quickstart theme and it seems that only importing the less of another theme do the job. (Vanilla in that case). But for instance if I want to use Lavander that is a lot more developed is that the same way ?
      Isn't that a bit ugly cause I assume it will be CSS replacement over imported CSS with new one too.
      Is there a best way to do it ?

      Is a theme capable of interacting on templates and add features to the control panel like a plugin. For instance I absolutely need the sub category feature, because my forum today use a structure like :

      Category Forum Sub forum Sub forum Archives (occasional)

      So there's at least 3 levels needed and I'll need to figure out if there's a way to do so since it doesn't seem implemented in the actual NodeBB version.

      Is it possible to add a new navigation, I think it's possible with a widget it doesn't seem like there's an existing one I might take a look on this.

      I think this is not theme related so I'll stop here but these are the direct questions I have.
      Also I doesn't seems that this forum have a support category, I think it could be nice to add one in order to filter actual themes from requests/question ect... (same for plugins).

    • fmartingr

      How to get formatted translation from javascript?
      NodeBB Plugins • i18n question • • fmartingr

      5
      0
      Votes
      5
      Posts
      2335
      Views

      fmartingr

      Thanks for your help @julian !

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact