• 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

Moderators per forum

Scheduled Pinned Locked Moved Feature Requests
4 Posts 3 Posters 1.8k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pablo Macaluso
    wrote on last edited by
    #1

    That its possible?
    I have some forums and moderators want to manage it ... But i dont want they have acess to Admin Panel.

    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by
    #2

    Yes, and no. Moderator functionality is built into NodeBB, but is not currently exposed.

    You can hopefully expect moderator support in v0.2.1 or v0.2.2

    1 Reply Last reply
    2
  • B Offline
    B Offline
    bentael Plugin & Theme Dev
    wrote on last edited by
    #3

    @Pablo Macaluso

    till then, you can add a moderator this way

    {cid} --> the category id
    {uid} --> the user id

    redis terminal client

    sadd cid:{cid}:moderators  {uid}
    

    mongo console client
    i think

     db.objects.update( { _key: 'cid:{cid}:moderators' }, { $addToSet: { members: '{uid}' }}, { upsert: true, w: 1 }); 
    
    1 Reply Last reply
    0
  • P Offline
    P Offline
    Pablo Macaluso
    wrote on last edited by
    #4

    @Pablo Macaluso

    till then, you can add a moderator this way

    {cid} --> the category id
    {uid} --> the user id

    redis terminal client

    sadd cid:{cid}:moderators  {uid}
    

    mongo console client
    i think

     db.objects.update( { _key: 'cid:{cid}:moderators' }, { $addToSet: { members: '{uid}' }}, { upsert: true, w: 1 }); 
    

    i will try, its hard for me, im a little newbie. xP

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • 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