Viewing 1 replies (of 1 total)
  • Plugin Author Ruuttu

    (@ruuttu)

    I’m sorry that this isn’t currently supported. I’ll definitely fix this in a future release.

    In the meantime you can accomplish this with a simple change to the bp-gfold.php file. Change the following line:
    if (bp_gfold_enabled($bp->groups->current_group->id)) {
    into this:
    if (true || bp_gfold_enabled($bp->groups->current_group->id)) {

Viewing 1 replies (of 1 total)
  • The topic ‘How to allow all groups?’ is closed to new replies.