Skip to content
  • 0 Votes
    2 Posts
    545 Views
    julianJ

    @sebastián-cisneros In static:api.routes, you'll want to call controllerHelpers.setupAPIRoute to mount the route to the appropriate /api/v3/plugins mount point.

    You can see an example of how we do it in the quickstart plugin

  • 0 Votes
    3 Posts
    410 Views
    AnOdeToBBA

    @baris said in Login to view:

    This is a setting in the ACP.
    2c80720f-c6f0-49f9-92c5-2e02fcdd3fe3-image.png

    Thanks very much for the response, that's perfect!! 🙂

  • Filter for post parse

    Solved Bug Reports
    8
    0 Votes
    8 Posts
    3k Views
    N

    @baris

    log from payload received from hook

    { postData: { content: undefined } }
  • Reset cache

    Solved Plugin Development
    4
    0 Votes
    4 Posts
    3k Views
    P

    @baris refactored the post tools and topic tools to load on demand for perf reasons, so I think the plugin needs to be updated for this change

  • Posts with widgets

    Unsolved Plugin Development
    3
    0 Votes
    3 Posts
    2k Views
    N

    @psychobunny ok 😉

    Link Preview Image Let's extend themes with widgets · Issue #3777 · NodeBB/NodeBB

    I have started to check if it good approach at all - https://community.nodebb.org/topic/6771/posts-with-widgets/2 My main point, for users, if you give them ability to add something via plugins, they should not edit directly templates. I...

    favicon

    GitHub (github.com)

  • 0 Votes
    2 Posts
    2k Views
    NivixN

    I think this is plugin territory. In my forum I have several threads where only admins can post updates for users. Not really a discussion topic, more of a change log or mini blog. If posts were to start merging the updates would get tangled.

    Just one use case, but I'd prefer the core code not to automatically join double posts....or at least make it an option.

  • 0 Votes
    10 Posts
    8k Views
    Peter-Zoltan KeresztesP

    I can live for now with what we have. I am waiting for 0.7 to be released then I hope my issue will be fixed. I just thought you guys want to know about the issue I am experiencing.

  • 0 Votes
    5 Posts
    3k Views
    v4V

    @meetdilip
    How would you do that? Show me an example please.

    One reason not to it: You get dependent on third party services. Don't be evil 😉

  • 1 Votes
    4 Posts
    3k Views
    barisB

    Link Preview Image maximum post length setting in acp · Issue #2685 · NodeBB/NodeBB

    What is a good default? 5000 chars?

    favicon

    GitHub (github.com)

  • 1 Votes
    9 Posts
    5k Views
    A

    Ah yeah, you can select any. Pretty sure I used mod_perl though. Once you have the api key, you don't need to log in to that site again.

  • Delete Post

    General Discussion
    3
    0 Votes
    3 Posts
    3k Views
    frissdiegurkeF

    You know that if you edit a file of NodeBB itself it may refuse to update by git pull because a merge would be needed?
    So it may be that you're working with an old version of NodeBB o_O

    Anyways...
    If you are able to delete a post you have the permission to also restore it. Because of this the post doesn't get removed but only gets less opacity (within the official themes).
    I just don't know in which case the post could be removed from DOM after reload, may be an inofficial theme or an old version of NodeBB (maybe because of the reason above).