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.

Buddypress.org’s New Plugin Review Functionality (17 posts)

Started 2 years ago by: stwc

  • Profile picture of stwc stwc said 2 years ago:

    I’d LOVE to be able to replicate the new site’s Plugin review functionality, where for my sites, ‘Plugin’ would be X (X=movie, beer, book, whatever). It seems to be dependant to some extent on the way that there are different Group types now, one of them being Plugin Groups (along with Support Groups and User-created Groups).

    A tutorial (or plugin or walkthrough or something) on how we could get something like this going for our own sites would be very very much appreciated! Please please?

  • Profile picture of Arturo Arturo said 2 years ago:

    +1 for the support group and other group types

  • Profile picture of josemv josemv said 2 years ago:

    +1 for @stwc request !!!

  • Profile picture of Tosh Tosh said 2 years ago:

    +1

  • Profile picture of lukeroge lukeroge said 2 years ago:

    Hmm.. I would love to have the group types feature from this site on mine :)

  • Profile picture of stwc stwc said 2 years ago:

    Shameless bump: @apeatling I know you guys have better things to do, but it would be fantastic to have some hints (or actual code *drools*) help us generalize and blatantly copy that Plugin Group plugin rating functionality… it is superlatively cool, I can imagine a thousand uses for it, and I haven’t seen anything like it yet in the wild, I don’t think.

  • Profile picture of josemv josemv said 2 years ago:

    +1 for shameless bump !

  • Profile picture of agrundner agrundner said 2 years ago:

    @stwc we’re on the same page. This is exactly what I’ve been trying to figure out how to do this morning. I guess we’re supposed to start with “BuddyPress Skeleton Component” and learn how to extend BuddyPress by creating our own plugins to add this kind of functionality. I just wish there was an online resource guide or advanced BP dev book on building BP plugins. For front-end guys like me, it’s easier to see basic working examples than try to look over the code of complex plugins to pick out the relevant code. The BuddyPress Skeleton Component is a good step in that direction, but would love to see basic how-tos.

    It seems all we need to tweak from the default groups setup:
    * “Home” is a comprehensive page about X instead of an activity stream with additional form fields (i.e. Description, FAQ, etc.)
    * Create an “Activity” tab/page for the activity stream
    * Create a “Reviews” tab/page for group comments
    * Integrate a ratings component

  • Profile picture of stwc stwc said 2 years ago:

    For front-end guys like me, it’s easier to see basic working examples than try to look over the code of complex plugins to pick out the relevant code.

    @agrundner Definitely. Like many hobbyist coders, I can take sample code or something and modify it to my needs most of the time, but without the cloud being seeded, so to speak, it’s hard going.

    The other thing I’d add to your list is how to split Groups into different kinds, with different functionality hooked to them. On this site, now, User Created Groups can be arbitratrily created, Plugin Groups can be created around an individual plugin, and Support Groups are only creatable by an admin.

    That’s precisely the kind of setup I’d be interested in getting running on the site I’m currently working (where ‘plugin’ is another arbitrary class of ‘object’), along with the reviewing functionality for those ‘objects’ and standard forums/activity/album+ images/links etc attached.

  • Profile picture of 0815 0815 said 1 year, 12 months ago:

    any news about a review plugin?

  • Profile picture of Travel-Junkie Travel-Junkie said 1 year, 12 months ago:

    One way to do it would be to attach some groupmeta to the plugin upon group creation. That’s your basic group types right there. Then you write a group extension, that enables review capability depending on the group type. You could probably utilize activity comments for the reviews. That way you wouldn’t need to create any extra database tables.

  • Profile picture of gwu123 gwu123 said 1 year, 11 months ago:

    anyone on this

  • Profile picture of agrundner agrundner said 1 year, 10 months ago:

    Here’s a thought — and I say it with respect. Maybe @apeatling should just make all the mods to BuddyPress.org public so members can package them up as BP plugins. Would help other devs from trying to re-create the wheel. So far I’ve seen a lot of interest in BuddyPress.org’s unified search, group types, group/plugin home description, group/plugin reviews + star ratings. CC @r-a-y @boonebgorges @hnla

  • Profile picture of modemlooper modemlooper said 1 year, 10 months ago:

    I’ve been playing with post types and groups with some fun results.

  • Profile picture of Beck B Beck B said 1 year, 9 months ago:

    +1