# Group groups for groups page?

**URL:** https://meta.discourse.org/t/group-groups-for-groups-page/58232
**Category:** Feature
**Created:** [March 2, 2017, 2:51pm UTC](https://meta.discourse.org/t/group-groups-for-groups-page/58232 "2017-03-02T14:51:40Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![scombs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/scombs/32/48616_2.png) [@scombs](https://meta.discourse.org/u/scombs)
#### Post date: [March 3, 2017, 12:49am UTC](https://meta.discourse.org/t/group-groups-for-groups-page/58232/5 "2017-03-03T00:49:27Z")

</div>

Other feature idea could include:

- search box on groups page with URL parameters
- tabs that could be assigned filters or other search criteria
- show My Groups|All Groups|Other Groups

The naming convention works to a degree. I believe the sort order is by **group name** not the **full name** so there is some flexibility.

I also use the following CSS to remove the **group name** and just show the **full name**.

```
.groups-table .groups-info .groups-info-name {
display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/group-groups-for-groups-page/58232)._
