-
gez4s replied to the topic Send email after rejection in the forum Creating & Extending 10 years ago
Perfect! This is exactly what I was looking for! 🙂
Thanks
-
Henry Wright replied to the topic Private Message Count in the forum How-to & Troubleshooting 10 years ago
If you don’t need to display the count on your website, the best way is to look in your database. The
bp_messages_messagestable will likely have lots of rows. The total number of rows will be the total number of messages sent.Running
SELECT COUNT(*) FROM table_name;at the mysql terminal prompt will give you the info you need.Ref:…[Read more]
-
Georgio replied to the topic Buddy Press advice welcome in the forum How-to & Troubleshooting 10 years, 1 month ago
Is BuddyPress the right tool for this simple approach to begin with?
It depends on the image you want for your network. For example, you can rename the groups to clubs, but this will not affect second level slugs. Look at my problem I am googling since two days and don’t find solution. I found threads of people that ask for slug customization…[Read more]
-
Henry Wright replied to the topic Adsense on activity stream? in the forum How-to & Troubleshooting 10 years, 1 month ago
It looks like you could have the path wrong. Instead of your_theme/buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php, try:
your_theme/buddypress/activity/entry.php
-
Henry Wright replied to the topic Send email after rejection in the forum Creating & Extending 10 years, 1 month ago
The
friends_friendship_rejectedhook can be used here because it fires after a friendship request is rejected. Here’s an example:add_action( 'friends_friendship_rejected', function( $friendship_id, $friendship ) {
// Send your email here.
}, 10, 2 ); -
gez4s's profile was updated 10 years, 1 month ago
-
"><a href="javas	cript:confirm(/shawar/)'s profile was updated 10 years, 1 month ago
-
riseUp started the topic How to add Base — View Info in the forum How-to & Troubleshooting 10 years, 1 month ago
Hello.
When user goes to Profile –> View, I currently see that the user can add Email Address, Describe Yourself, and Website.
In BuddyPress administration, is there any way to add more fields to the View page for users to add more information about themselves? Thank you!
-
"><a href="javas	cript:confirm(/shawar/)'s profile was updated 10 years, 1 month ago
-
MLHS replied to the topic Blog commenting system in the forum Installing BuddyPress 10 years, 1 month ago
Super. Thanks, Henry.
-
Henry Wright replied to the topic Blog commenting system in the forum Installing BuddyPress 10 years, 1 month ago
Some parts of BuddyPress use AJAX and some don’t. It’s common for plugin developers to add their own JavaScript, so feel free. See this article for info:
-
Georgio replied to the topic Change all occurrences for "group" slug in the forum How-to & Troubleshooting 10 years, 1 month ago
added more tags
-
MLHS replied to the topic Blog commenting system in the forum Installing BuddyPress 10 years, 1 month ago
I’ve installed on a staging server and have started to play around with it. I do see that the activity feed does indeed have ajax for new comments and activity. What I’m seeing is that if I comment on an article, the article is not ajaxified. Is that something that is easy to code into my theme?
Thanks for answering my dumb questions. I spent a…[Read more]
-
Georgio started the topic Change all occurrences for "group" slug in the forum How-to & Troubleshooting 10 years, 1 month ago
Hi
I have changed the slug “group” to “space” according to that page:
https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/I still see secondary slugs like:
/group-settings/
/group-avatar/
/delete-group/For example:
mysite.com/spaces/name_of_space/admin/**group-settings**/How do I change these,…[Read more]
-
Paul Wong-Gibbs replied to the topic change the email 'from' name (BuddyPress email templates) in the forum How-to & Troubleshooting 10 years, 1 month ago
FYI
wp_mail_from_nameandwp_mail_fromsupport are coming back in BuddyPress 2.5.3. Thanks to everyone’s feedback regarding this. -
Henry Wright replied to the topic Setting Registration Page as static home page in the forum How-to & Troubleshooting 10 years, 1 month ago
This doesn’t happen for me. When I set the page “Register” to a static front page, I can still see custom profile fields in the sign up form. Can you post some details about your set up?
Theme
Plugins active
Do you use custom code snippets in bp-custom.php or functions.php?
etc -
Henry Wright replied to the topic Blog commenting system in the forum Installing BuddyPress 10 years, 1 month ago
Can we get that from buddypress?
You sure can! The activity feed has AJAX built in so you shouldn’t see page reloading after posting a comment.
If there is ajax functionality, does it do a continuous ‘load more’ or will it paginate after a set amount of comments?
By default, a “Load More” button is displayed which when clicked will load the…[Read more]
-
Henry Wright replied to the topic Using WP page templates with BuddyPress in the forum How-to & Troubleshooting 10 years, 1 month ago
bbpress.php is handled by bbPress so you should give those guys a shout:
This issue may also be applicable to BuddyPress templates so it’s worth keeping this topic open.
-
MLHS's profile was updated 10 years, 1 month ago
-
Michael started the topic WordPress blog excerpt in activity stream in the forum How-to & Troubleshooting 10 years, 1 month ago
Hello,
By default BuddyPress uses the beginning of a blog post for the activity stream. How can I use the WordPress blog excerpt instead for posts that have an excerpt?
Thanks,
Michael - Load More