nodebb-plugin-category-sections - v1.10.2

Technical Support

Suggested Topics


  • Upgrading from v1.7.x

    Technical Support
    2
    0 Votes
    2 Posts
    448 Views

    Do you not have npm installed? What version of node?

  • 0 Votes
    2 Posts
    1k Views

    On what pages would you like there to be widget areas?

  • Nodebb Theme quickstart

    Moved Technical Support
    12
    0 Votes
    12 Posts
    6k Views

    @mkarmocha that special route is to be set within the "ACP -> General -> Home Page"; It's categories by default.

  • 1 Votes
    2 Posts
    1k Views

    @luukholleman I think it will all depend on how skilled you are in Javascript. NodeBB has an inbuilt api so shared user authentication will be rather easy.

    Because of the API, Your chats / notifications should be able to be done rather easily too. Just need to get the user to login via nodebb's login then you can pull notifications. How you do that is up to you and how you make it notify is also up to you.

    Nodebb as the forum link. Yeah thats easy. Put nodebb in a dir of "forums" and then just link to it 😛

    Moving away from php is a good idea and seeing as nodebb and angular both use node.js it looks like you are going with the right forum software.

  • 0 Votes
    14 Posts
    6k Views

    Thank you.
    I did disable the option in the API-write module, and now it's working in a shell terminal when I send the above CURL command.
    But when I try to use CURL in HTTPS within my PHP program,
    I get this message (401) : A valid login session was not found. Please log in and try again.
    I don't understand why I get this message, because :

    I'm sending the Master token in the Header by calling the PHP function curl_setopt with the option CURLOPT_HTTPHEADER I try to send the credentials (login/password) by calling the PHP function curl_setopt with the option CURLOPT_USERPWD and login/password.