• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

    • All categories
    Load new posts
Log in to post
  • 1

    How to add custom profile fields to a NodeBB forum ?

    Scheduled Pinned Locked Moved Technical Support question
    0 Votes
    9 Posts
    176 Views
    1

    Multiple fields, but yeah it could be a solution. I'm gonna look into that, thank you !

  • kfirbaK

    How do I make a category "read-only" and private categories

    Scheduled Pinned Locked Moved NodeBB Plugins question
    2 Votes
    5 Posts
    732 Views
    kfirbaK

    @PitaJ Thanks!

    alt text

  • MJM

    Changing color links only in posts

    Scheduled Pinned Locked Moved Solved General Discussion question
    0 Votes
    3 Posts
    390 Views
    MJM

    @baris it works 🙂

    thanks for quick reply 🙂

  • olegO

    How to grow up forum? (questions)

    Scheduled Pinned Locked Moved General Discussion forum question growup experience
    0 Votes
    3 Posts
    2431 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

    Scheduled Pinned Locked Moved Technical Support apache question
    0 Votes
    3 Posts
    1859 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.

  • jareyJ

    Which version of nodeBB is running community.nodebb.org?

    Scheduled Pinned Locked Moved General Discussion question
    0 Votes
    13 Posts
    4890 Views
    julianJ

    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

    Scheduled Pinned Locked Moved NodeBB Development custom page routes question
    2 Votes
    7 Posts
    5236 Views
    X

    @psychobunny 🙂

  • MegaM

    Hook when user's group has been changed

    Scheduled Pinned Locked Moved NodeBB Development groups users nodebb question
    0 Votes
    2 Posts
    1988 Views
    MegaM

    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.*

  • VantiV

    Question about nodebb platform's

    Scheduled Pinned Locked Moved General Discussion question
    0 Votes
    5 Posts
    2350 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?

    Scheduled Pinned Locked Moved NodeBB Plugins filter question plugin
    0 Votes
    5 Posts
    2489 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.

  • esiaoE

    How to show a widget in a theme widget area ?

    Scheduled Pinned Locked Moved Technical Support widget widget area question
    0 Votes
    17 Posts
    7967 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?

    Scheduled Pinned Locked Moved General Discussion question
    0 Votes
    2 Posts
    1482 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

  • esiaoE

    Event handlers on search button are prevented by app

    Scheduled Pinned Locked Moved Bug Reports bug warning question
    0 Votes
    4 Posts
    2158 Views
    esiaoE

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

  • psychobunnyP

    Question and Answer plugin for the registration form

    Scheduled Pinned Locked Moved NodeBB Plugins registration plugin spam question
    10 Votes
    25 Posts
    11691 Views
    AnOdeToBBA

    @phenomlab Thanks 🙂

  • esiaoE

    So I want to create a theme.

    Scheduled Pinned Locked Moved Technical Support child theme question
    0 Votes
    1 Posts
    1344 Views
    esiaoE

    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).

  • fmartingrF

    How to get formatted translation from javascript?

    Scheduled Pinned Locked Moved NodeBB Plugins i18n question
    0 Votes
    5 Posts
    2478 Views
    fmartingrF

    Thanks for your help @julian !

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.