Re: SQl Question
The solution from Burt did not work. So I have choosen the solution on the bottom of the page.
<?php if (!bp_the_profile_group() == “1”) : ?>
It works, but now I have three groups: the first with none public information. A senond and a third one. The second one gets diplayed. The third one not, why?
The next question:
How can I apply the code above to the members loop?