How to assign privileges to a category using API?

General Discussion

Suggested Topics


  • Gap in categories

    General Discussion
    0 Votes
    5 Posts
    76 Views

    Yeah, all the same 🙂 Have just resized them though and all seems ok now. Thanks all.

  • 0 Votes
    6 Posts
    194 Views

    @baris thank you! I fixed this!

  • 0 Votes
    2 Posts
    612 Views

    WordPress itself can handle lots of traffic if scaled correctly. However, if you're looking to do lots of custom features that don't have WordPress plugins for and require custom work, then you're probably better off with a custom product.

  • 0 Votes
    6 Posts
    2k Views

    @baris said in Possible to get user id from email from api?:

    https://community.nodebb.org/api/user/email/[email protected]

    Hi @baris, how can I get this request sent from a python script and get pre-authenticated via Python?
    I tried with authorization bearer token but it seems it works only with api/v3, and in api v3 I've no chance to retrieve the user id from an email.

    Thanks for any help

  • 0 Votes
    4 Posts
    2k Views

    @julian said:

    The idea is they're compatible, although I think at the moment, it only works with 0.4.x of Ghost...

    Thanks for your reply. I will try with ghost 0.4.x then.
    Thank you very much.

    UPDATE: I've just tested the plugin with version 0.4.2 of Ghost and all ran smoothly. The problem for me was the "Same Origin Policy" testing the plugin in my local instances of Ghost and Nodebb. I will now re-try the installation with the latest version of Ghost and let you now if i find any problem. Thanks again. 😃

    UPDATE2: I've tested the plugin with version 0.5.8 of Ghost. I get an error related to the ghost API. Even logged in the api responds with 401 unauthorized. I think that is the step involved of publishing the post from ghost to nodebb (while fetching the blog entry content). Think this issue is already known by @psychobunny . Fun fact is that i can post comments en entries already published on nodebb and all works good.