Skip to content
  • custom plugin with custom POST url

    Plugin Development
    2
    0 Votes
    2 Posts
    613 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
  • Login to view

    General Discussion
    3
    0 Votes
    3 Posts
    447 Views
    AnOdeToBBA
    @baris said in Login to view: This is a setting in the ACP. [image: 1619138625359-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 https://github.com/NodeBB/NodeBB/issues/3777
  • Join consequent posts

    Feature Requests
    2
    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.
  • Each Post it's own URL

    Feature Requests
    5
    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
  • Maximum Post Length

    Feature Requests
    4
    1 Votes
    4 Posts
    3k Views
    barisB
    https://github.com/NodeBB/NodeBB/issues/2685
  • Post in Anonymous

    General Discussion
    9
    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).