Title: Creating different Groups
Last modified: August 22, 2016

---

# Creating different Groups

 *  [hidesignwp](https://wordpress.org/support/users/hidesignwp/)
 * (@hidesignwp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/creating-different-groups/)
 * Hi – I am creating a site for a networking organization. They have different 
   chapters. Am I able to create the chapters and then add the members in the chapter
   that they belong to. I want to display all the chapters and then when a chapter
   is clicked, all the members in the chapter are displayed. Thanks
 * [https://wordpress.org/plugins/participants-database/](https://wordpress.org/plugins/participants-database/)

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/creating-different-groups/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/creating-different-groups/page/2/?output_format=md)

 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591013)
 * The easiest way to do this is to create a set of buttons or links, one for each
   chapter. You can even do this as a custom menu. The URL of each chapter goes 
   to the page with the [pdb_list] shortcode on it. Could be the same page if you
   want.
 * The URL includes the search term that will show all the record in a chapter…for
   instance:
 * `http://yoursite.com/participant-list/?operator=like&submit=search&search_field
   =chapter&value=chicago`
 * That would give you all the folks in the Chicago chapter. All you have to do 
   is make sure the “search_field” parameter matches the name of your chapter field.
 *  Thread Starter [hidesignwp](https://wordpress.org/support/users/hidesignwp/)
 * (@hidesignwp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591180)
 * Thanks -I will try this. Is there a way I can display info about a chapter (president,
   time, where they meet) When I import all the members in, is there a way in the
   import to specify what the chapter is Am I able to set up sorts so that people
   can search on name and profession Thanks for your help
 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591183)
 * the best way to import your records is to first put it into a spreadsheet, that
   way you can add your chapter data. Then export the spreadsheet as a CSV. I’ve
   written an article that should be helpful:
 * [Importing an Existing Database into Participants Database](http://xnau.com/using-an-existing-database-with-participants-database/)
 *  Thread Starter [hidesignwp](https://wordpress.org/support/users/hidesignwp/)
 * (@hidesignwp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591184)
 * Thanks – it is very helpful. I have all my data in a CSV file. Just want to make
   sure I do this correctly. Do I add the chapter as a field in the CSV file or 
   do I have to add the chapters after I import.
    Thanks again
 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591188)
 * It’s certainly possible to add your new data to the CSV, but it can be error-
   prone and you better have a pretty solid understanding of how a CSV works.
 * That’s why I suggest the spreadsheet. Load the CSV into your spreadsheet and 
   you’ll have an easy time modifying and adding. The spreadsheet app can take the
   burden of forming a valid CSV file.
 *  Thread Starter [hidesignwp](https://wordpress.org/support/users/hidesignwp/)
 * (@hidesignwp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591199)
 * Ok – in the spreadsheet how would I map the chapter to the members. If I create
   a field called chapter what would the corresponding field be in the participants
   database. Thanks
 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591203)
 * Create the chapter field in the plugin first. define it as a dropdown, then add
   all the dropdown values: the names of the chapters. Then, in the spreadsheet 
   add a new column, at the top of the column, put the name of your chapters field.
   Then fill in the values in all your records in the spreadsheet. When you export
   the CSV from the spreadsheet app, the title row will identify the plugin field
   that will receive the data.
 *  Thread Starter [hidesignwp](https://wordpress.org/support/users/hidesignwp/)
 * (@hidesignwp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591248)
 * I’m working on the spreadsheet now. I am adding new fields in the participant
   backend. I see there is a main group and a personal group. How do these 2 different
   groups work. Will these fields all display on the same record and can I add these
   fields to the same spreadsheet or should I make all the fields main.
    Thanks
 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591249)
 * First i want to make sure you understand you’ll only need one field to identify
   the chapter that each person is in. You said set up fields, as though there were
   several, I just wanted to make sure you didn’t think you needed a different field
   for each chapter.
 * The chapter field should be a dropdown, and all the chapters will be listed in
   the “values” of that field. Check [this article](http://xnau.com/work/wordpress-plugins/participants-database/defining-participants-database-fields/)
   under “Values” for details.
 * The groups and how they are used is all up to you. They are in the plugin only
   as examples, you should feel free to move the fields into any groups that make
   sense for your application. You can delete empty groups or create new ones. Check
   under the “field groups” tab on the manage database fields page, it should be
   clear. Some groups are for the backend only, they will have their “display” setting
   unchecked, but this can be changed for any group.
 * hope that helps clarify things
 *  Thread Starter [hidesignwp](https://wordpress.org/support/users/hidesignwp/)
 * (@hidesignwp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591260)
 * Thanks – I am setting it up now. I created a table with the chapter info and 
   I added a link that can be clicked that goes to each chapter listing. I also 
   added the sorting and searching feature. Your plugin is excellent! Is there a
   way to hide the email so it just says email instead of the actual email. Also
   is there way to format the member detail page so that it is all not one column.
   Thanks
 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591262)
 * If you don’t want to show the email, it’s easiest to just no include it in the
   list display. To do what you ask would require some custom code in a template.
 * Formatting the member detail page…the plugin doesn’t have any styling controls,
   it’s left up to you to make the changes to the CSS need to get the display you’re
   looking for. If you need to change the HTML, you can use a custom template.
 * [How to Create Custom Templates](http://xnau.com/work/wordpress-plugins/participants-database/pdb-templates/)
 *  Thread Starter [hidesignwp](https://wordpress.org/support/users/hidesignwp/)
 * (@hidesignwp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591268)
 * OK – thanks. Is there a way to change the field display size on the detail list.
   I have bio field that i would like to be wider. Is there a way to make the listing
   screens 2 lines per member
 *  Thread Starter [hidesignwp](https://wordpress.org/support/users/hidesignwp/)
 * (@hidesignwp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591269)
 * Hi I – put this code in [http://bnili.com/mychater/?operator=like&submit=search&search_field=chapter&value=mychapter](http://bnili.com/mychater/?operator=like&submit=search&search_field=chapter&value=mychapter)
   for each chapter and it works grest. I added a sort. When I try to sort on the
   that,I get all the members instead of the one in the chapter. Is there a paramaeter
   I can put in the sort to only return that particluar chapter. Thanks
 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591270)
 * You can place a filter in the shortcode to determine which records are included…
   for instance
 * `[pdb_list filter="chapter=seattle"]`
 * would only show those records with a chapter value of “seattle”
 * if you visit the [“other notes”](https://wordpress.org/plugins/participants-database/other_notes/)
   tab, you’ll see a full explanation of how this works.
 *  Thread Starter [hidesignwp](https://wordpress.org/support/users/hidesignwp/)
 * (@hidesignwp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/creating-different-groups/#post-5591271)
 * Thanks – you have been great with your support.
    The site went live this morning
   and had a few requests.I would like to place a total of how many people in a 
   chapter. I see there is a total shortcode. What parameter would I use to the 
   counts of each chapter. The page is [http://bnili.com/chapter-listings-2/](http://bnili.com/chapter-listings-2/)
 * Also is there a way to have a filter give back chapters that don’t have a particular
   industry. For example, find all the chapters without an accountant. This is the
   page that has all the members. [http://bnili.com/chapter-listings-2/](http://bnili.com/chapter-listings-2/)
 * Thanks again

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/topic/creating-different-groups/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/creating-different-groups/page/2/?output_format=md)

The topic ‘Creating different Groups’ is closed to new replies.

 * ![](https://ps.w.org/participants-database/assets/icon-256x256.jpg?rev=1389807)
 * [Participants Database](https://wordpress.org/plugins/participants-database/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/participants-database/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/participants-database/)
 * [Active Topics](https://wordpress.org/support/plugin/participants-database/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/participants-database/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/participants-database/reviews/)

 * 30 replies
 * 2 participants
 * Last reply from: [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/creating-different-groups/page/2/#post-5591309)
 * Status: not resolved