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.

Group Extension API Widget Display (3 posts)

Started 2 years ago by: techguy

  • Profile picture of techguy techguy said 2 years ago:

    I’ve got all of the Group Extension API working well except the Widget display:
    function widget_display() {
    }

    I’ve got all the exact same code that’s given in the documentation: http://codex.buddypress.org/developer-docs/group-extension-api/ I just added in a simple piece of HTML code to be displayed and I’m not seeing it appear anywhere. Is this function still working? I’ve tried it with the default theme to make sure it wasn’t the theme. I could modify the theme page, but I’d rather use this function if possible. Thoughts on why it might not be working?

  • Profile picture of Aditya Singh Aditya Singh said 2 years ago:

    could anyone help with the group extension api?

  • Profile picture of techguy techguy said 2 years ago:

    Aditya,
    I just finally decided to go in and edit the theme. The rest of the Group Extension API has been working fine for me.