Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] function enqueue depend of dynamic url in the forum How-to & Troubleshooting 10 years, 8 months ago

    I believe bp_is_change_avatar() is what you are looking for.

  • Profile picture of JECPFG

    JECPFG replied to the topic Display choice in drop-down select box after submitting in the forum How-to & Troubleshooting 10 years, 8 months ago

    You are correct on all three of your questions.

    I tried switching themes and am still seeing the same issue.

    I’m actually using BuddyPress in conjunction with WPMUDev’s Membership 2 Pro plugin, so it’s an issue with how those two are functioning together. I’ve posted on WPMUDev’s forums but can’t seem to find an answer there either, so I tried…[Read more]

  • Profile picture of JECPFG

    JECPFG's profile was updated 10 years, 8 months ago

    JECPFG

    @proforma_jec

    View Profile
  • Profile picture of WebGranth

    WebGranth's profile was updated 10 years, 8 months ago

    WebGranth

    @webgranth

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Where to learn. in the forum Creating & Extending 10 years, 8 months ago

    The best place to learn how BuddyPress works is the codebase. Over the past few years, the inline docs have been improved tremendously and are now at a point where they’re very useful.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

    HTML

    <button id="me">Click this button</button>

    JavaScript

    document.getElementById('me').addEventListener('click', function() {
    alert('Hello');
    }, false);

    It’s fairly straightforward to do. See this demo. You could also use jQuery if you wanted instead.

  • Profile picture of developer

    developer replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

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

  • Profile picture of Henry Wright

    Henry Wright replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

    I doubt there is a WP hook for that event; instead, you should use JavaScript for that.

  • Profile picture of tateje nnifer

    tateje nnifer's profile was updated 10 years, 8 months ago

    tateje nnifer

    @tatejennifer44

    View Profile
  • Profile picture of developer

    developer replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

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

  • Profile picture of LJagermaster

    LJagermaster replied to the topic Activity stream customisation options… in the forum Requests & Feedback 10 years, 8 months ago

    @edoescad you might have more luck creating your own post herehere

    I’m not a developer, in fact this was my first ever post on bp.org so I can’t help you on this… 🙂

  • Profile picture of Henry Wright

    Henry Wright replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

    That should be the hook to use. See here for it in context:

    https://github.com/buddypress/BuddyPress/blob/master/src/bp-activity/bp-activity-functions.php#L2180

  • Profile picture of developer

    developer replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

    @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”);

  • Profile picture of developer

    developer replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

    buddypress group creation first step

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

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Registration form doing nothing in the forum Showcase 10 years, 8 months ago

    There’s something causing the registration form not to submit and that’s likely to be either a rogue plugin, theme or custom code you’ve introduced. The usual troubleshooting steps are to deactivate everything and work forward step-by-step, testing as you go. That’s the only way to determine where the problem has been introduced.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

    If that particular step creates a group, then the same hook (that I provided earlier) will fire.

  • Profile picture of developer

    developer replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

    @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…

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Can Buddypress support hundreds of thousand of users? in the forum Miscellaneous 10 years, 8 months ago

    Do you think Buddypress can support hundreds of thousands, if not millions of users?

    In theory, yes, BuddyPress can handle millions of users. BuddyPress will add rows to the database without problem, and that database can scale to a very large size.

    In practice, there are things that might have an impact on that. Your hardware will play a big…[Read more]

  • Profile picture of Prabin

    Prabin replied to the topic Can Buddypress support hundreds of thousand of users? in the forum Miscellaneous 10 years, 8 months ago

    Please look into other forum topics as well..

    https://buddypress.org/support/topic/bp-could-handle-a-huge-number-of-members/

    https://buddypress.org/support/topic/what-about-i-got-10-million-users-or-more/

    Personally, I think BP supports thousands of users. There are few BuddyPress sites with abounding users. You just need a good server and a…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic urgent !!!! need a hook which is called during click og comment button urgent! in the forum How-to & Troubleshooting 10 years, 8 months ago

    I’m not sure what you mean by create group form?

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In