Overview

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

The groups module allows site members who share an interest in a certain topic or field to access related information and share their own experiences on a subsection of your website. Site users can create new groups or join already existing ones. Groups may contain their own documents' section, forums, message boards, media libraries and polls and have the option of defining group roles.
 
Site administrators can manage the groups of a given site through the CMS Desk interface. Learn more at Developer's Guide -> Modules - > Groups - > Groups management.
 
Both site administrators and users who are in authorized roles can edit the content and various settings of groups. Learn more about this at Developer's Guide -> Modules - > Groups - > Editing a group. Further settings only available to global administrators are described at Developer's Guide -> Modules - > Groups - > Settings.
 

The Developer's Guide -> Modules -> Groups -> Groups Internals and API chapters provide information about the database tables and classes used by the module and examples of how groups can be managed using the API.

 
To allow users to interact with the groups module, you have to place some group web parts, which can be found in the Community web part category, somewhere on your site. An example of this that describes how to enable users to create groups can be found at Developer's Guide -> Modules - > Groups - > Enabling users to create groups. A full list of these web parts and their function and properties can be found in the Web Parts reference.
 
Kentico CMS Community Site Guide contains some additional group examples and tutorials:
 

Community Site Guide -> Part 1 -> Groups: Examples of the functionality and customization of groups.
Community Site Guide -> Part 2 -> Creating the Groups section: A step-by-step tutorial on how to create a sample group section of a website.

 
You will need to have the sample Community Site installed to follow Kentico CMS Community Site Guide.