• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting
DO MGBKD

DO MGBK

@DO MGBK
About
Posts
9
Topics
5
Groups
0
Followers
0
Following
0

Topics

  • DO MGBKD

    How to pass array when calling PUT API?

    Scheduled Pinned Locked Moved NodeBB Development
    1
    0 Votes
    1 Posts
    209 Views
    DO MGBKD

    I am trying to call api/v3/categories/111/privileges/groups:posts:upvote to set privileges for a group. It's a PUT API, and it seems to accept array of privileges on server side. I tried multiple ways to pass array in the URL and all attempts failed.

    for example /api/v3/categories/111/privileges/privilege[]=groups:posts:upvote&privilege[]=groups:posts:delete

    Any idea how to pass array of privileges to PUT API?

    The API doc is here https://docs.nodebb.org/api/write/#tag/categories/paths/~1categories~1{cid}~1privileges~1{privilege}/put

    Thanks in advance!

  • DO MGBKD

    How to change the icons

    Scheduled Pinned Locked Moved Technical Support
    3
    0 Votes
    3 Posts
    303 Views
    DO MGBKD

    @dunlix said in How to change the icons:

    @do-mgbk put this in custom CSS:

    .votes .fa-chevron-up { content: "\f164" !important } .votes .fa-chevron-down { content: "\f165" !important }

    @dunlix Thanks very much for the help! I also had to add before css in order for it to work

    .votes .fa-chevron-up:before {
    content: "\f164" !important
    }

    .votes .fa-chevron-down:before {
    content: "\f165" !important
    }

  • DO MGBKD

    Virus detected when download NodeBB repo from Github

    Scheduled Pinned Locked Moved Unsolved Technical Support
    1
    0 Votes
    1 Posts
    179 Views
    DO MGBKD

    I am using Bitdefender Total Security

    44cbc1b1-5508-480e-9a7f-f1a38c6b2bdd-image.png

  • DO MGBKD

    HTTPS is required using https

    Scheduled Pinned Locked Moved Unsolved Technical Support
    4
    0 Votes
    4 Posts
    273 Views
    DO MGBKD

    @pitaj Note that all API calls are showing the same error message when the option (require https) is turned on, creating a new category is just an example.

  • DO MGBKD

    Adding Categories/Boards Dynamically

    Scheduled Pinned Locked Moved NodeBB Development
    1
    0 Votes
    1 Posts
    165 Views
    DO MGBKD

    Hi,
    I am new to NodeBB. I want to use NodeBB for the school, every class will have its own discussion boards, the discussion board can only be accessed by the students in the class and moderated by the classroom teachers. How do I create the board dynamically and restrict access for a certain group of people? I don't need NodeBB's user management system as our application has already authenticated users, so this is assuming students and teachers are already logged in with JWT token stored in the cookie.

    Your help is appreciated!

    John

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development