• Resolved dacai

    (@dacai)


    Hi there, this looks like a very promising plugin. I’m on the fence deciding between this and wordpress achievements for an educational website project. I have two questions that could sway the vote;

    1. Does the plugin have integration for one or more quiz plugins (pref. wp-pro-quiz). If not, does the plugin allow users to redeeem a badge using codewords?

    2. With the community addon activated, is it possible to award badges based on activity within a specific group (e.g. user x posted an update in group y).

    Thanks in advance for any replies.

    https://www.ads-software.com/extend/plugins/badgeos/

Viewing 1 replies (of 1 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    Out of the box, we don’t have any quiz integration, and at the present time, there are no add-ons for them.

    BuddyPress/BBPress integration in the Community addon is currently at these hooks, with “groups_join_specific_group” being a custom one for BadgeOS purposes:

    bp_core_activated_user
    xprofile_avatar_uploaded
    xprofile_updated_profile
    bp_activity_posted_update
    bp_groups_posted_update
    bp_activity_comment_posted
    bp_activity_add_user_favorite
    friends_friendship_requested
    friends_friendship_accepted
    messages_message_sent
    groups_group_create_complete
    groups_join_group
    groups_join_specific_group
    groups_invite_user
    groups_promote_member
    groups_promoted_member
    bbp_new_topic
    bbp_new_reply

    However, if you’re a developer or have any on hand who know how to use the WordPress hooks system, there are hooks located all over the code, and OOP classes are used frequently so you could extend and add to the plugins as you need. Very friendly to potential 3rd party addons.

    Also regarding the Community addon part, I’ve been told we *could* help and support such triggers if it’s a pretty big request.

Viewing 1 replies (of 1 total)
  • The topic ‘Feature questions’ is closed to new replies.