Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Support: Creating & Extending

Existing and new plugins/components and themes.

[Resolved] Featured Group Widget (2 posts)

Started 4 months, 1 week ago by: drummergirl

  • Profile picture of drummergirl drummergirl said 4 months, 1 week ago:

    I have a client wanting to feature various groups in a widget on their home page. I created the widget and I can feed in the activity stream filtered by group ID, but I can’t figure out how to pull in the avatar for that specific group. What loop should I be using for this or is there a specific call?

  • Profile picture of drummergirl drummergirl said 4 months, 1 week ago:

    Found what I needed…

    $avatar = bp_core_fetch_avatar( array( ‘item_id’ => ’4′, ‘object’ => ‘group’, ‘type’ => ‘full’, ‘avatar_dir’ => ‘group-avatars’, ‘alt’ => $alt, ‘css_id’ => $id, ‘class’ => $class, ‘width’ => $width, ‘height’ => $height ) );