-
David Cavins updated the Template Hierarchy page, on the BuddyPress Codex 9 years, 3 months ago
A detailed look at theme compatibilities template hierarchy
BuddyPress 1.7 introduced universal theme compatibility making it easier for WordPress theme designers to work with BuddyPress.What this means is if […]
-
David Cavins started the topic BuddyPress 2.6.0 Release Candidate 1 now available for testing in the forum Miscellaneous 9 years, 3 months ago
BuddyPress 2.5.0 Beta 1 is now available for testing. You can download the 2.6.0-rc1 zip or get a copy via our Subversion repository. We’d love to have your feedback and testing help.
Read more about the beta here: https://buddypress.org/2016/06/buddypress-2-6-0-beta-1/
Thanks for your testing help!
—-
Please do not report issues in this thr…[Read more]
-
David Cavins wrote a new post on the site BuddyPress.org 9 years, 3 months ago
BuddyPress 2.6.0 Release Candidate 1 is now available for testing. Please download the 2.6.0-rc1 zip or get a copy via our Subversion repository.
This is our last chance to find any bugs that slipped through th […]
-
David Cavins replied to the topic Removing the Member Navigation Menu leaves a border-left in the forum Creating & Extending 9 years, 3 months ago
Hi Ben,
You are correct that it’s best to leave the bp stylesheet in place so that you get updates to that file. You can add a custom stylesheet, though, and increase the selector power of the rule, so that it overrides the bp.css rule, like
.site #buddypress #item-body { border-left: none; }
Here’s the basic…[Read more]
-
David Cavins replied to the topic Group Email Subscription: Editing the template in the forum Miscellaneous 9 years, 3 months ago
Hi pckelly123: WP Better Emails works well for applying a template to all mail sent via the function
wp_mail()
, which is what the group email subscription plugin uses.
https://wordpress.org/plugins/wp-better-emails/ -
David Cavins started the topic BuddyPress 2.6.0 Beta 1 now available for testing in the forum Miscellaneous 9 years, 3 months ago
BuddyPress 2.6.0 Beta 1 is now available. Thanks in advance for your help testing the next version of BuddyPress.
-
David Cavins started the topic BuddyPress 2.5.2 – Maintenance release in the forum Miscellaneous 9 years, 6 months ago
BuddyPress 2.5.2 is available now. Read more about it.
-
David Cavins wrote a new post on the site BuddyPress.org 9 years, 6 months ago
BuddyPress 2.5.2 is now available. This is a maintenance release that fixes issues with the new BuddyPress Emails feature.
Update to BuddyPress 2.5.2 today in your WordPress Dashboard, or by downloading from […]
-
David Cavins updated the Version 2.5.2 page, on the BuddyPress Codex 9 years, 6 months ago
Version 2.5.2 is a BuddyPress maintenance release.
For Version 2.5.2, the database version (bp_db_version in wp_options) was 10469, and the Trac revision was r10686. Read the full ticket log […]
-
David Cavins wrote a new post on the site BuddyPress.org 9 years, 6 months ago
BuddyPress 2.5.1 is now available. This is a maintenance release that fixes issues with the new BuddyPress Emails feature, with adding recipients to private messages, and with errors if the Activity component were […]
-
David Cavins updated the Version 2.5.1 page, on the BuddyPress Codex 9 years, 6 months ago
Version 2.5.1 is a BuddyPress maintenance release.
For Version 2.5.1, the database version (bp_db_version in wp_options) was 10469, and the Trac revision was r10650. Read the full ticket log […]
-
David Cavins updated the Email Tokens page, on the BuddyPress Codex 9 years, 7 months ago
With the release of BuddyPress 2.5.0, site administrators can easily edit the contents of email notifications. These notifications use “tokens,” which are generic placeholders that are replaced with specific data […]
-
David Cavins replied to the topic How To Get Plaintext Multiline Field? in the forum Creating & Extending 9 years, 7 months ago
Correct. My answer only disables rich text for specific fields; the other answer disables rich text for all fields. Pick your poison. 🙂
-
David Cavins replied to the topic Problem after updating to version 4.4.2 home page header in the forum How-to & Troubleshooting 9 years, 7 months ago
I suspect that BP is trying to use the new cover-header-specific member and group header template files. You can disable them until you have a chance to retheme for cover headers by visiting wp-admin > Settings > BuddyPress > Settings and unchecking the check boxes for group and user cover images:
Allow registered members to upload cover…[Read more] -
David Cavins replied to the topic How To Get Plaintext Multiline Field? in the forum Creating & Extending 9 years, 7 months ago
Hi Johnywhy-
You can disable the rich text editor on a per-field basis using the filter
bp_xprofile_is_richtext_enabled_for_field
which was added when the wp_editor was added.You might do
[Read more]
add_filter( 'bp_xprofile_is_richtext_enabled_for_field', 'my_disable_rt_function', 10, 2 );
function my_disable_rt_function( $enabled, $field_id ) {
// 14… -
David Cavins replied to the topic Automatically Send Activation Email and Activate New Signups Without Moderation in the forum Showcase 9 years, 7 months ago
This plugin automatically activates new user accounts: https://wordpress.org/plugins/bp-disable-activation-reloaded/
I sure hope that you’re weeding out spammers on the way in, or this site isn’t open to the world.
-
David Cavins replied to the topic Few Issues in the forum Showcase 9 years, 7 months ago
That’s quite a laundry list.
1) https://premium.wpmudev.org/blog/limit-access-to-your-wordpress-dashboard/
2) http://wptavern.com/wordpress-tip-disable-the-toolbar-on-a-per-user-role-basis
3) Can’t help there.
4) Check out “Edit activity” plugin here: http://www.buddyboss.com/free-buddypress-plugins/ -
David Cavins replied to the topic Registration Site is blank and link problems in the forum How-to & Troubleshooting 9 years, 7 months ago
It sounds like you need to update your permalink structure: https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
-
David Cavins started the topic BuddyPress 2.5.0-beta1 in the forum Miscellaneous 9 years, 7 months ago
BuddyPress 2.5.0 Beta 1 is now available for testing. You can download the 2.5.0-beta1 zip or get a copy via our Subversion repository. We’d love to have your feedback and testing help.
Read more about the beta here: https://buddypress.org/2016/02/buddypress-2-5-0-beta-1/
Thanks for your testing help!
—-
Please do not report issues in this t…[Read more]
-
David Cavins replied to the topic adding pretty URLs as filters to a group directory? in the forum How-to & Troubleshooting 10 years, 3 months ago
You could add a page-load listener and look for the
action
usingbp_is_current_action()
. To learn more about whataction
oraction_variables
are set as you browse your site, I recommend adding r-a-y’s BP Footer Debug plugin: https://gist.github.com/r-a-y/5736878Page loads are often caught on the action
bp_actions
.You’d have to do some more…[Read more]
- Load More
@dcavins
Active 2 days, 17 hours ago