Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

  • developer
    Participant

    @ajaysingh-1

    using javascript?
    really how?
    could you please give me some example regarding this?

    @henrywright


    developer
    Participant

    @ajaysingh-1

    sorry man
    not what i’m looking for
    i said i need a hook which fire when create group and continue button is clicked


    developer
    Participant

    @ajaysingh-1

    @henrywright i used the following hooks for display captcha and validate captcha …

    add_action(“bp_after_group_details_creation_step”,”custom_function_display”);
    add_action(“bp_activity_comment_posted”,”custom_function_validate”);


    developer
    Participant

    @ajaysingh-1

    buddypress group creation first step


    @henrywright
    are you sure?
    because bp_activity_comment_posted not working actually…
    sorry for bothering you …
    thanks in advance


    developer
    Participant

    @ajaysingh-1

    @henrywright i mean when you first create the group and first step appear there is a button in bottom which is save and continue
    i need a hook which call on click of this button…


    developer
    Participant

    @ajaysingh-1

    @henrywright could you please give me the hook for create group form
    same as you given me for the comment in your previous reply


    developer
    Participant

    @ajaysingh-1

    thanks @henrywright
    thanks @danbp


    developer
    Participant

    @ajaysingh-1

    thanks @henrywright
    a little bit of confusion is still in my mind is that
    do we have to passed argument along with that hook…
    bp_activity_comment_posted


    developer
    Participant

    @ajaysingh-1

    thanks @djsteveb for replying
    i am looking for a do_action hook so that i hook my customize function during the post button is clicked when user reply or comment on any post
    actually i am placing a captcha in buddypress comment which is done
    look what i do here…

    //action hook to display captcha in comments.
    add_action(“bp_activity_entry_comments”,”function_for_display_captcha”);

    but i need hook for validation of that captcha.

    i hope you are not confused this…

Viewing 9 replies - 1 through 9 (of 9 total)
Skip to toolbar