-
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. -
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]
-
JECPFG's profile was updated 10 years, 8 months ago
-
WebGranth's profile was updated 10 years, 8 months ago
-
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.
-
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.
-
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 -
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.
-
tateje nnifer's profile was updated 10 years, 8 months ago
-
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 whencreate group and continuebutton is clicked -
LJagermaster replied to the topic Activity stream customisation options… in the forum Requests & Feedback 10 years, 8 months ago
-
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
-
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”); -
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 are you sure?
becausebp_activity_comment_postednot working actually…
sorry for bothering you …
thanks in advance -
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.
-
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.
-
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… -
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]
-
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]
-
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
