-
Henry Wright replied to the topic PM username autocomplete without friend module in the forum Requests & Feedback 10 years, 5 months ago
Oops, sorry. Yes it should be defined as
true. Good spot @shanebp -
Henry Wright replied to the topic PM username autocomplete without friend module in the forum Requests & Feedback 10 years, 5 months ago
Try setting
BP_MESSAGES_AUTOCOMPLETE_ALLtofalse. For example, add this to either your theme’s functions.php or your bp-custom.php file:define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', false );Please note I haven’t tested.
-
Henry Wright replied to the topic Notification emails after import in the forum How-to & Troubleshooting 10 years, 5 months ago
BP uses the
wp_mail()function to send email. Ref https://developer.wordpress.org/reference/functions/wp_mail/ -
Henry Wright replied to the topic Notification emails after import in the forum How-to & Troubleshooting 10 years, 5 months ago
@shanebp‘s suggestion will mark web notifications as “read”. Regarding email notifications, if they’ve already been triggered and are sitting in a mail queue waiting to be sent, I suggest you contact your host. Hopefully they can delete the whole batch for you directly.
-
Hugo Ashmore replied to the topic Where to learn. in the forum Creating & Extending 10 years, 5 months ago
…but I just feel like the codex should not be so freaking skimpy and weak.
Then please help to make it better! As mentioned BP is a voluntary project representing many many hours of freely given time by the core dev team and various contributors. The codex is something that takes a massive amount of time to organize and update,…[Read more]
-
Henry Wright replied to the topic Does BuddyPress 2.4.0 – Pietro take advantage of php 7 in the forum How-to & Troubleshooting 10 years, 5 months ago
BuddyPress now includes PHP 7 in its tests so sites running PHP 7 should be covered:
Ref: https://twitter.com/JJJ/status/673520650624061441
Regarding taking advantage of PHP 7 features, the plugin won’t do that. Any feature introduced after PHP 5.2 won’t be in BuddyPress yet because 5.2 is the minimum requirement to run WordPress.
-
rosyteddy started the topic Does BuddyPress 2.4.0 – Pietro take advantage of php 7 in the forum How-to & Troubleshooting 10 years, 5 months ago
Does BuddyPress 2.4.0 – Pietro take advantage of php 7?
Any sites running latest WP Multisite+BP+php7 ?
Thanks for your feedbacks -
Stacy (non coder) replied to the topic hide bp toolbar in the forum How-to & Troubleshooting 10 years, 5 months ago
Preferred not to hack each site’s theme or the bp plugin.
https://wordpress.org/plugins/admin-bar-disabler/
Removes the bp section as well. Can set by role or capability
-
@mercime replied to the topic Save Button Not Showing? in the forum Installing BuddyPress 10 years, 5 months ago
>> there is not Save Setting button to allow me to save the changes
@beginner3 You mentioned in your original post that you already “have tried to deactivate delete and reinstall plugin”, so at this point we need you to provide more information about your installation to help you troubleshoot…[Read more] -
Joshua Blevins replied to the topic I don't understand the template files in the forum Creating & Extending 10 years, 5 months ago
Creating a child theme is not necessary. I figured out that if you create template files using the //Template Name you can go to the pages that BuddyPress makes and assign template pages to those pages. So you can create a file named activity.php and make it a template file and add the activity loop inside of that file. Once you have assigned that…[Read more]
-
HorrorUK started the topic Change @name from username in the forum How-to & Troubleshooting 10 years, 5 months ago
Is there a way to change the @name used in BuddyPress so that it doesn’t give away the username used by a user, or admin.
This is especially useful for the admin users, as I don’t want anybody to see the usernames used for the admin accounts for security.
Are there any plugins or anything that would allow a user to create their own @name, as I…[Read more]
-
Paul Wong-Gibbs replied to the topic Buddypress and IPV6 in the forum How-to & Troubleshooting 10 years, 5 months ago
wp_bb_postsis bbPress 1, *not* BuddyPress. 🙂I don’t know if there’s anyone interesting in working on that old versions of bbPress any more. If you haven’t already, I’d suggest posting on https://bbpress.trac.wordpress.org/ so that at least the issue is logged.
-
Paul Wong-Gibbs replied to the topic is it possible? to export? in the forum Creating & Extending 10 years, 5 months ago
Not possible out of the box. Not sure about plugins.
-
Hugo Ashmore replied to the topic View Conversation – Poor use of space in the forum How-to & Troubleshooting 10 years, 5 months ago
You can do anything more or less with a little styling.
Just remove the left margin on .activity-comments, but observe how that affects them in all screens and taget specifically, the body element generally carries useful classes to use. -
Hugo Ashmore replied to the topic I don't understand the template files in the forum Creating & Extending 10 years, 5 months ago
@jblevins1991 You need to explain exactly what you have attempted so that we may understand where things are going wrong, so you need to show exact steps and directories and files created / copied over.
Assuming you have setup WP and BP correctly and have a vanilla instance of BP running under a theme of your choice then:
You create a dir or…[Read more]
-
AM77's profile was updated 10 years, 5 months ago
-
Birgit Pauli-Haack started the topic Registration error note persists to next screen after successfully submission in the forum How-to & Troubleshooting 10 years, 5 months ago
When I registered on my site in an “Incognito Window” I inadvertently used an already in use email address and a note on top of the screen, provided that information. Then I corrected it, and submitted the form successfully. However the error warning “Sorry, that email address is already used!” was still visible on the next screen “Check your…[Read more]
-
@mercime replied to the topic Save Button Not Showing? in the forum Installing BuddyPress 10 years, 5 months ago
I have published blank Register and Activate page on my site but I keep getting the error message?
@beginner3 If you have enabled registration again, then go wp-admin menu Settings > BuddyPress and click on the “Pages” tab, and in the Registration and Activate section, choose the blank pages you created and associate each with respective functions per

-
Joshua Blevins replied to the topic I don't understand the template files in the forum Creating & Extending 10 years, 5 months ago
I just figured that out. I have the activity folder added to the twentyfifteen theme. I am trying to modify the file, but it really doesn’t look like it should. I am logged in and I dont see any activity nor do i see the message Sorry, there was no activity found, Please try a different folder.
I am so confused and frustrated. I am pretty…[Read more]
-
Joshua Blevins replied to the topic I don't understand the template files in the forum Creating & Extending 10 years, 5 months ago
I guess I didn’t have the answer. Can someone seriously help me out? There are no notes on this anywhere on google and I don’t see it on the site or on github. I’m about to give up on buddypress.
- Load More