Re: The groups loop and group meta
To be honest, I don’t really remember what I needed that for and what I did in the end. It should be possible to use this filter: `groups_get_groups` to get rid of the unwanted groups, but that filter might happen too late in the process, so you’ll end up with less than the normal paged items (does that make sense?).
The way to do it in BP 1.3 is to do a custom query to get all group ids and then pass those into the loop. Not possible with 1.2.7 though…