• Resolved ttopham

    (@ttopham)


    Hi Robin.

    I’d like to mailout a prize as users reach certain levels of ranks. I don’t think this functionality currently exists, so I’m wondering if there was any code/hooks I could use to help my developer see if he could work out something?

    I think this would be an awesome functionality… wonder if others would find it helpful?

    Cheers
    Tim.

Viewing 1 replies (of 1 total)
  • Plugin Author Robin W

    (@robin-w)

    interesting thought

    The best method would be to link to the topic/reply submit and do a count as the user submits

    in topic the hook would be to

    <?php do_action( ‘bbp_theme_after_topic_form_submit_button’ ); ?>

    in reply a good hook would be

    <?php do_action( ‘bbp_theme_after_reply_form_submit_button’ ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to get emailed when user changes rank?’ is closed to new replies.