Hi,
I want to add a tab in the administration area of "User Management". I have groupjive and see I can "add users to a group". I would also like to create a tab that allows me to "create groups" from here as well. This is so my staff can add and create groups from the user management without having access to the rest of the groupjive plugin. Is there a code I can put in a file?
You'd have to create a new CB plugin that extends that XML view with your own XML like CB GroupJive does. See the below file for example as to how CB GorupJive is doing this.
Do not modify the above as you will lose your changes every time you update GJ.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
What would the code be to add a New Group?
ie. Group Name, Category, Owner, upload canvas, upload logo, save (those are the only required actions for the tab)
You can't add a tab there. You mean add a new menu item for that? There's a menu item at the top of your admin backend view that will directly take you to Add New Group page without needing to do any of this. Example as follows.
The above is provided by the "CB Admin Dropdown Menu" admin module. You can enable GJ menu output by editing "CB Admin Dropdown Menu" within Extensions > Modules and changing Site to Administrator from the filter dropdown then under Menus tab set "CB GroupJive Menu" to "Show".
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.