We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Groups plugin issue can anyone help? | Forum

Annalise
Annalise Feb 23 '16
Hello


For my "partner" membership I do not want them to be able to add groups, so I unchecked that block next to "create groups". I notice that the "create new" button to create a group is still there though.  How do I fix this?
Also, how do i remove the "my groups" tab? As my site users are not going to be able to add groups, this tab isn't going to work for my site.
I would appreciate any help I can get.
Kind RegardsAnnalise

Attachments:
  groups issues.png (34Kb)
ross Team
ross Feb 23 '16
I'm sorry but I can't reproduce the issue with the create groups button still visible, please make sure you disable the role for correct members. 

Please try to reproduce that on our demo first and provide us with the steps


As to removing my groups tab -


add these styles to base. css file of your theme or theme customizer


li._my {

  display: none;

}

then enable dev mode for the changes to apply

The Forum post is edited by ross Feb 23 '16
Annalise
Annalise Feb 24 '16
Hello


Thank you for the code to remove the my groups tab.


Is it possible to remove the "create group" button, like "hiding" it to site users, but then maybe I can still add groups via the url:


http://www.mysite/groups/create


Will this work?


Regards

Annalise

ross Team
ross Feb 24 '16
Yes, you can hide it via css. 


add this styles in the theme customizer or base.css file



#btn-create-new-group {  display: none;}


you'll be able to add group via url domain.com/groups/create

Annalise
Annalise Feb 24 '16
Yay thanks so much