Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. sadmulwar
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 0
    • Groups 0

    Posts made by sadmulwar

    • RE: Use "nodebb-plugin-write-api" in PHP

      @julian

      And I also need to create 'Categories' using API.
      Is that possible? Please let me know about that.

      Note : I also need to change privilege of the categories.

      posted in NodeBB Development
      S
      sadmulwar
    • RE: Use "nodebb-plugin-write-api" in PHP

      @julian
      Hi,

      Actually I need to update timestamps of all "Topics/Reply" using API.
      Is that possible ? If yes please let me know how to do that.

      I found "Topics.updateTimestamp" function into "\src\topics\recent.js", but I do not know how to call into our plugin.

      posted in NodeBB Development
      S
      sadmulwar
    • RE: Use "nodebb-plugin-write-api" in PHP

      @julian --
      Hi,
      Is there any updates around Write Api plugin?

      posted in NodeBB Development
      S
      sadmulwar
    • RE: Use "nodebb-plugin-write-api" in PHP

      @julianlam

      Hi, I got the solution for above mentioned question.

      Now can you please tell me , when your having plan to add following functionality

      1. Delete Topics
      2. Add/ Delete Comments
      3. Add/delete Reply

      Or If possible can you please guide me how I can implement above features. I am now into NodeBB that why I need more help 😉

      posted in NodeBB Development
      S
      sadmulwar
    • Use "nodebb-plugin-write-api" in PHP

      @julianlam

      Hi,
      I am using your plugin "nodebb-plugin-write-api"
      https://github.com/julianlam/nodebb-plugin-write-api.

      In the Quick Start you have mentioned following points :

      1. Install and activate the plugin, reload NodeBB
      2. Generate your uid an API token in the ACP page
      3. curl -H "Authorization: Bearer {YOUR_TOKEN}" --data "title={TITLE}&content={CONTENT}&cid={CID}" http://localhost:4567/api/v1/topics

      Now in the #3 point ,I need to make a curl call through PHP page. So can you please guide me how I can use your api through PHP page.

      So any help would be greatly appreciated.
      Thanks!!!

      posted in NodeBB Development
      S
      sadmulwar
    • RE: [Guide] Override the home page on a NodeBB

      Hi,

      I am using NodeBB 0.6.0 and I tried above all steps but its not working. Can any one help me out ?

      Actually instead of "Recent" page I want to show "category/2/general-discussion" as my home page.

      Thanks in advance!!!

      posted in NodeBB Development
      S
      sadmulwar