Title: &quot;Join Specific Group&quot; trigger testing requested.
Last modified: August 22, 2016

---

# "Join Specific Group" trigger testing requested.

 *  Resolved [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 4 months ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/)
 * I’m hoping that someone would be willing to help test and confirm that [https://github.com/opencredit/BadgeOS-Community-Add-on/issues/19](https://github.com/opencredit/BadgeOS-Community-Add-on/issues/19)
   has been fixed in a hotfixed copy of the plugin found at [https://github.com/opencredit/BadgeOS-Community-Add-on/archive/19-join-specific-group-fix.zip](https://github.com/opencredit/BadgeOS-Community-Add-on/archive/19-join-specific-group-fix.zip)
 * I spent some time on the topic tonight and believe I have it working properly,
   but more than one person testing and confirming would be awesome.
 * The zip in the 2nd link will create a folder that is differently named than the
   one you get when you download from WordPress.org so no need to worry about backing
   up your current stable copy. However, you would want to disable the stable copy
   before activating this one, to prevent fatal php errors from duplicate function
   names.
 * Any and all help/feedback appreciated.
 * [https://wordpress.org/plugins/badgeos-community-add-on/](https://wordpress.org/plugins/badgeos-community-add-on/)

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/?output_format=md)
[1](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/?output_format=md)
2

 *  [Kishores](https://wordpress.org/support/users/kishores/)
 * (@kishores)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678437)
 * Well how can i add my own custom rule to it and execute it? how this plugins 
   adds?
 *  Thread Starter [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 1 month ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678438)
 * Not quite following kishores. You’re wanting to add your own custom triggers?
   or something specific to the “join specific group” trigger itself?
 *  [Kishores](https://wordpress.org/support/users/kishores/)
 * (@kishores)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678439)
 * Yes I want my own custom trigger, I checking your files rule.engine.php and steps-
   ui.php. I am able to add my own custom trigger. But how can i trigger the event?`
   add_action( $trigger_hook, 'badgeos_bp_trigger_event', 10, 10 );`
    Need to use
   above code?
 *  Thread Starter [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 1 month ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678440)
 * Custom triggers are something I haven’t fully figured out myself. I’ve never 
   been the one in charge of writing new ones, so it’s still rather foreign to me.
   Best I can suggest is looking over some of our extensions to see how they handle
   such things and try your best to emulate.
 *  [Denis](https://wordpress.org/support/users/denis_miller/)
 * (@denis_miller)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678463)
 * I could repro this issue. Nice badges for group members doesn’t work 🙁
 * Repro: [http://youtu.be/vxKk1ls8cV8](http://youtu.be/vxKk1ls8cV8)
 * Environment:
    * BadgeOS 1.4.5 * BadgeOS Community Add-On 1.2.1 + [HotFixes](https://wordpress.org/support/topic/badgeos-community-add-on-121-bugfix-release-testing?replies=3)
 *  Thread Starter [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [10 years, 8 months ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678464)
 * To clarify, the 1.2.1 release is official and has the entire list from that “
   HotFixes” link. So there are no hotfixes, just an official bugfix release.
 *  Thread Starter [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [10 years, 8 months ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678465)
 * Re-opened [https://github.com/opencredit/BadgeOS-Community-Add-on/issues/19](https://github.com/opencredit/BadgeOS-Community-Add-on/issues/19)
 * The detail you exposed is the fact that you were set up to approve joining, instead
   of just automatically getting approved. So, I need to test some more and see 
   what details may be missed for that process.
 *  Thread Starter [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [10 years, 8 months ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678466)
 * Hey Denis, could you do me a favor and test this version from GitHub? [https://github.com/opencredit/BadgeOS-Community-Add-on/archive/19-join-specific-group-fix.zip](https://github.com/opencredit/BadgeOS-Community-Add-on/archive/19-join-specific-group-fix.zip)
 * I’m hoping it has fixes for the Private and Hidden group types, and they’ve worked
   for my testing on a barebones BP install, but would love to have them also tested
   on a more complete install as well.
 *  [Denis](https://wordpress.org/support/users/denis_miller/)
 * (@denis_miller)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678468)
 * Started verification.
 *  [Denis](https://wordpress.org/support/users/denis_miller/)
 * (@denis_miller)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678469)
 * It works fine now. Thanks!
 *  Thread Starter [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [10 years, 8 months ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678470)
 * Awesome, this has me hopeful.

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/?output_format=md)
[1](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/?output_format=md)
2

The topic ‘"Join Specific Group" trigger testing requested.’ is closed to new replies.

 * ![](https://ps.w.org/badgeos-community-add-on/assets/icon-256x256.png?rev=1437049)
 * [BadgeOS Community Add-on](https://wordpress.org/plugins/badgeos-community-add-on/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/badgeos-community-add-on/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/badgeos-community-add-on/)
 * [Active Topics](https://wordpress.org/support/plugin/badgeos-community-add-on/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/badgeos-community-add-on/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/badgeos-community-add-on/reviews/)

 * 26 replies
 * 7 participants
 * Last reply from: [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/join-specific-group-trigger-testing-requested/page/2/#post-5678470)
 * Status: resolved