-
David Cavins replied to the topic Extended Profile data not saving in the forum How-to & Troubleshooting 2 years, 9 months ago
Hi, it sounds like you are clicking on the navigation item to get you to the edit screen. Below the form, look for a button labeled “Save Changes”.
-
David Cavins wrote a new post on the site BuddyPress.org 2 years, 11 months ago
Contribute to BuddyPress: Test 10.0.0-RC1
“Release Candidate” means that we believe the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins […]
-
David Cavins updated the Preventing Spammer Registration page, on the BuddyPress Codex 2 years, 11 months ago
Spammers and sploggers pose a serious risk to online communities. Without some protection in place, your fledgling community runs the risk of being overrun by spammers trying to sell fake Uggs and Oakleys. Since […]
-
David Cavins updated the Alternative Registration Workflows page, on the BuddyPress Codex 2 years, 11 months ago
By default, registration in BuddyPress follows this workflow:
A site administrator can enable registration by checking “Anyone can register” on the WP Admin > Settings > General options screen.
If […]
-
David Cavins replied to the topic buddypress-10-0-0-beta1 in the forum Miscellaneous 2 years, 11 months ago
Thanks @windhillruss for your feedback. I’m not able to test the Beehive theme (because it is a paid theme). It sounds like the theme has its own version of
register.php
which will need to be updated. Can you have a look and let me know if the theme does contain aregister.php
file?We’ve introduced a new helper function,
bp_allow_access_to_regist…
[Read more] -
David Cavins updated the Navigation API page, on the BuddyPress Codex 3 years, 1 month ago
BuddyPress’s Navigation API (BP 2.6+) provides an interface for developers to modify BP’s nav menus in group and user contexts.
Examples
Changing the position of the user’s Notifications nav […]
-
David Cavins wrote a new post on the site BuddyPress.org 3 years, 4 months ago
9.0.0 is named after Mico’s Pizza in Sanary, a little town on the french riviera. The story of Mico starts in 1968 when Liliane and Jean-Louis bought a restaurant looking like a swiss chalet. “Mico” is the […]
-
David Cavins replied to the topic BuddyPress 8.0.0 in the forum Miscellaneous 3 years, 5 months ago
Thanks everyone for your feedback.
@gregthebuzz Are you running the MyCred plugin also?
@firefliespilots @vivekmathur1969 Thanks very much for identifying the issue with MyCred. It appears that MyCred is running some actions at a very early action (
init 5
) that happen before the BP Members Component is initialized. The invitations table name…[Read more] -
David Cavins replied to the topic Custom HTML BuddyPress emails? in the forum How-to & Troubleshooting 4 years, 6 months ago
I think this Codex page will answer your questions:
If you want to change the template used, check out “customize email template.”
-
David Cavins replied to the topic Brackets in Member Lists in German Translation in the forum Miscellaneous 4 years, 6 months ago
You can add a custom translation using something like Loco Translate. It sounds like the issue is in the translation string.
-
David Cavins replied to the topic BuddyPress Add a Custom Group Privacy Option in the forum How-to & Troubleshooting 4 years, 6 months ago
There is no easy way to do this, but it’s something we’d like to make possible in some future version of BP.
-
David Cavins replied to the topic Solved – Help removing RSS tab in the forum Installing BuddyPress 4 years, 6 months ago
You can hide it using CSS, like:
.buddypress-wrap .subnav-filters .feed {
margin-right: 0;
display: none;
} -
David Cavins replied to the topic Reset Password Page doesn't exist in the forum How-to & Troubleshooting 4 years, 6 months ago
BuddyPress uses the WP “forgot password” system, so I’d start by looking to see if MemberPress attempts to handle that function.
To start with, try flushing your permalinks. To do so, visit the permalinks settings screen and hit “save.”
It does sound like a complicated setup, frankly. Could you get the result you need by just using MP and bbPress?
-
David Cavins updated the Version 2.6.2 page, on the BuddyPress Codex 4 years, 7 months ago
Version 2.6.2 is a BuddyPress maintenance and security release.
For Version 2.6.2, the database version (bp_db_version in wp_options) was 10469, and the Trac revision was r10993. Read the full ticket log […]
-
David Cavins replied to the topic Activate user in PHP in the forum Creating & Extending 4 years, 8 months ago
Hi, You can skip the email activation step by adding the following filter to one of your php files:
add_filter( 'bp_registration_needs_activation', '__return_false' );
-
David Cavins replied to the topic Users get logged out from posts in the forum How-to & Troubleshooting 4 years, 8 months ago
There are lots of things that could cause that, but I’ve experienced that when part of the site was using http:// and part was using SSL (https). The cookies that WP uses to log you in are protocol specific, so make sure your whole site is one or the other.
-
David Cavins replied to the topic Deleted Message Issue in the forum How-to & Troubleshooting 4 years, 8 months ago
It sounds like WordPress doesn’t think he’s logged in anymore. I’d start by ensuring that he is logged in.
-
David Cavins replied to the topic How do I style buddypress with my current theme? in the forum How-to & Troubleshooting 4 years, 8 months ago
Hi @spacerust–
CSS is cumulative, so you can add styles to any CSS file that is loaded and they’ll be respected if they win in the specificity race. https://css-tricks.com/specifics-on-css-specificity/
-
David Cavins replied to the topic Have you forgotten the password? in the forum How-to & Troubleshooting 5 years ago
Hello, it looks like you’re using another plugin to manage logins that might have something like “uwp” as its name. Try disabling that plugin and seeing if the site works as expected.
-
David Cavins replied to the topic Cannot remove group invites in the forum How-to & Troubleshooting 5 years ago
Thanks for your report! I’ve created a ticket with a patch that corrects the behavior here: https://buddypress.trac.wordpress.org/ticket/8167
- Load More
@dcavins
Active 3 days, 21 hours ago