• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. Tags
    3. groups
    Log in to post
    • All categories
    • E

      Solved How do I create a post in Group?
      General Discussion • groups new post • • Esha

      18
      0
      Votes
      18
      Posts
      300
      Views

      PitaJ

      The easiest way is to use git to apply the same changes to the new files.

      You can create a patch and then apply that patch to an upgraded clone of the repository. Git will tell you when conflicts occur and you can fix those manually.

      Do note this is exactly why we recommend using a plugin for customization: it's much easier to keep plugins up to date than modify your customizations to core every time we modify the file.

    • phenomlab

      Solved Group badges not showing
      Technical Support • badges groups • • phenomlab

      41
      0
      Votes
      41
      Posts
      612
      Views

      phenomlab

      @baris Forgot to rebuild and restart...

      It's working now !!

      Thanks

    • NoduleJS

      Do not allow users to leave from certain group
      Feature Requests • groups feature request disable leave • • NoduleJS

      3
      0
      Votes
      3
      Posts
      223
      Views

      julian

      Well, I only added that one a month ago 😄 It will be in 1.13.0, as @oplik0 says. You can of course, use latest master if you'd like.

    • oplik0

      [nodebb-plugin-category-join-group] Joining groups from category view
      NodeBB Plugins • plugin categories groups • • oplik0

      1
      1
      Votes
      1
      Posts
      213
      Views

      oplik0

      A small plugin that allows you to join a group with the same name as a category directly from the category view.

      Some screenshots:
      Screenshot_2019-07-31 test.png
      Screenshot_2019-07-31 test(2).png
      Screenshot_2019-07-31 test(1).png

      NPM logoNPM
      GitHub logoGitHub

      Manual installation:

      $ npm install nodebb-plugin-category-join-group
    • Doppy

      how can I get all groups?
      NodeBB Development • groups privileges • • Doppy

      3
      0
      Votes
      3
      Posts
      1158
      Views

      Doppy

      @baris correct answer! thanks!

    • M

      Unsolved Hierarchical group permissions / access to categories & subcategories
      General Discussion • permissions categories subcategory groups privacy • • MEricson

      2
      0
      Votes
      2
      Posts
      1214
      Views

      PitaJ

      There are not hierarchical permissions in NodeBB. If you would like to see hierarchical permissions, you could open an issue on our Github page and request such a feature.

      I do believe we have a way of copying permissions between groups, so that could help you out in doing what you want.

    • Doppy

      What do you mean like "moderator"?
      Plugin Development • plugin groups categories moderator • • Doppy

      9
      1
      Votes
      9
      Posts
      3726
      Views

      bitspook

      @pichalite

      hadnt noticed it... dang it lol i was thinking about group mods.

    • L

      nodebb groups on steroids
      Feature Requests • groups • • Leonardo Galani

      1
      0
      Votes
      1
      Posts
      1052
      Views

      L

      One of the things im starting to like on nodebb is the ability to create groups and have a little something for them like the header and users posts.

      If everything is over modules, why its not on widgets? I would love to have change some stuff on the fly like on custom pages plugin.
      Ex: show a particular category posts for that group.. show a possible calendar (this plugin this works?!) and so on...

    • JaredBusch

      Is there a method (plugin) to assign new registrations to a group?
      General Discussion • groups registration automation • • JaredBusch

      9
      0
      Votes
      9
      Posts
      2834
      Views

      W

      Ah, I just missed the module and started searching.

      Thanks for the hint how to install it 👍

    • Nicolas

      Groups: Private and Closed
      Feature Requests • groups privacy • • Nicolas

      2
      1
      Votes
      2
      Posts
      1270
      Views

      Kowlin

      Hmm that would actually be a good fix for this here: https://community.nodebb.org/topic/6582/cooldown-on-group-join-requests/1

    • henrywright

      Solved How to change the group header image?
      Technical Support • groups • • Henry Wright

      16
      0
      Votes
      16
      Posts
      4857
      Views

      Kowlin

      @psychobunny Haha, good to know. This shall do the trick
      https://github.com/NodeBB/NodeBB/issues/3469

      Kowlin created this issue in NodeBB/NodeBB closed Admin is unable to become Group owner of (System) Admin group. #3469
    • henrywright

      Solved Groups: What are they used for?
      General Discussion • groups • • Henry Wright

      3
      0
      Votes
      3
      Posts
      1567
      Views

      henrywright

      @Kowlin Thanks for the info!

    • sergej-saveljev

      [Solved!] Group guests was accidentally deleted from the category
      Technical Support • category groups • • Cергей Савельев

      3
      0
      Votes
      3
      Posts
      1577
      Views

      sergej-saveljev

      I found the solution. Thanks!!!

    • Nicolas

      Groups - no sorting
      Bug Reports • bug groups sort • • Nicolas

      3
      0
      Votes
      3
      Posts
      1644
      Views

      baris

      Yeah it might make more sense to use slugs instead of the actual group name when storing the key. Right now when you go to the group page you use a slug in the url and then the code grabs the group name using that slug to load the correct group's data.

    • Nicolas

      Solved API: Groups
      Plugin Development • api groups uid • • Nicolas

      6
      0
      Votes
      6
      Posts
      3059
      Views

      Nicolas

      Created a small plugin, to have access to all groups - https://community.nodebb.org/topic/4591/nodebb-plugin-ns-api-ns-api-extended

    • A

      Allowing users to creat a group
      General Discussion • groups • • arasbm

      11
      0
      Votes
      11
      Posts
      3175
      Views

      baris

      Not possible right now without a plugin, you can wait for https://github.com/NodeBB/NodeBB/issues/7217 to be implemented

      barisusakli created this issue in NodeBB/NodeBB closed make "allow group creation" a global privilege #7217
    • A

      How can I assign a user to be a moderator but not an admin?
      General Discussion • moderator groups admin • • arasbm

      5
      0
      Votes
      5
      Posts
      2406
      Views

      Mega

      related https://github.com/NodeBB/NodeBB/issues/2695

      psychobunny created this issue in NodeBB/NodeBB closed Category Access Control - Moderators #2695
    • frissdiegurke

      group header-pictures
      Bug Reports • upload groups • • frissdiegurke

      1
      1
      Votes
      1
      Posts
      1359
      Views

      frissdiegurke

      I just tested to create a new group and following two issues occured

      bug: using svg-images for header works fine until "save" gets pressed. save responds with "error". feature-request: I'd like to set the background-size to contain and center the position.
    • B

      Ranking System
      NodeBB Plugins • group ranks groups ranking • • benni

      2
      0
      Votes
      2
      Posts
      2215
      Views

      Mega

      Probably it isn't what you expected to get as an answer
      https://github.com/NodeBB/NodeBB/wiki/Plugin-Hooks#actionuserset
      https://github.com/NodeBB/NodeBB/blob/8f5bf1a7edc991f7b40c3f8520cec87b8b10b8f8/src/user.js#L159-L196

    • julian

      Sneak Peek of User Created Groups in v0.6.1
      NodeBB Development • groups sneak peek 0.6.1 • • Julian Lam

      33
      11
      Votes
      33
      Posts
      14643
      Views

      julian

      That should be available in Settings -> Groups 🙂

      0_1527014238000_Selection_412.png

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact