-
Paul Wong-Gibbs replied to the topic [Resolved] member page link error with email as username in the forum How-to & Troubleshooting 9 years, 9 months ago
This might just not be supported, especially if the username compatibility mode didn’t help.
For one of these users, look in the database. i.e. for Alex7, what’s the user_login and user_nicename field values?
-
sheraton's profile was updated 9 years, 9 months ago
-
sheraton started the topic Plugin in the forum Installing BuddyPress 9 years, 9 months ago
Are there free plugin on this site for download for buddypress?
-
Paul Wong-Gibbs replied to the topic 2 sites, shared userbase? in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi @sfarinsky! Let’s get the terminology right, that may be why you’ve had struggle searching for answers.
A Multi-Site is a collection of individual Sites (blogs). A Multi-Site runs inside one Network. It is possible to have Multi-Networks, which lets you run multiple Networks — all from the same set of WordPress files.
Multi-Networks are not…[Read more]
-
Paul Wong-Gibbs replied to the topic Errors showing bp core ? in the forum How-to & Troubleshooting 9 years, 9 months ago
OK, lots of plugins. I am pretty sure it must be caused by one of the other plugins, but unfortunately we can’t get any more detailed information from this error.
Do you have a test site / development site for this? What you really need to do is switch to a default WordPress theme and see if the error message still shows up.
If it does, then…[Read more]
-
Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago
Cool, no worries!
-
Mary's profile was updated 9 years, 9 months ago
-
Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago
bp_use_oembed_in_activitycan be used to allow or disallow oEmbeds in activity items.The
bp_activity_embed()function just adds a bunch of filters and actions. It’s not really for filtering the oEmbed output. -
Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago
Can you try the
bp_activity_embed_htmlhook?add_filter( 'bp_activity_embed_html', function( $retval ) {
return '<div>' . $retval . '</div>';
} ); -
Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago
Perhaps that filter hook is for filtering embeds in WordPress content? BuddyPress must have a filter for this. I’ll need to have a dig around…
-
Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago
Think of it like this:
Filters return stuff
Actions don’tHere’s an example using the
embed_oembed_htmlfilter:add_filter( 'embed_oembed_html', function( $html, $url, $attr, $post_ID ) {
// Use $html, $url, $attr and $post_ID here if you like.// Wrap the HTML output.
$html = '<div>' . $html . '</div>';// Return $html.…[Read more]
-
Henry Wright replied to the topic [Resolved] Wrap embeds in div in the forum How-to & Troubleshooting 9 years, 9 months ago
Check out the
embed_oembed_htmlfilter. I think that’s what you need here. -
Paul Wong-Gibbs replied to the topic [Resolved] member page link error with email as username in the forum How-to & Troubleshooting 9 years, 9 months ago
Try enabling a
BP_ENABLE_USERNAME_COMPATIBILITY_MODE: https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/ -
Paul Wong-Gibbs replied to the topic Errors showing bp core ? in the forum How-to & Troubleshooting 9 years, 9 months ago
What version of WordPress, BuddyPress, are you using?
What theme, and what other plugins do you have active?
-
Paul Wong-Gibbs replied to the topic Register LABEL in the forum Requests & Feedback 9 years, 9 months ago
Ah, what’s the profile field type for that? Is it a date field type or a “Birthday” field type?
Are you using the https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ plugin ?
-
Paul Wong-Gibbs replied to the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress 9 years, 9 months ago
@schweizersolutions With your current solution:
1) If BuddyPress is loaded in this context, I’d strongly recommend you use
bp_update_optioninstead ofupdate_optionas this supports all the different configurations of BuddyPress install/configuration.2) If you look at
bp_version_updaterorbp_core_admin_components_settings_handlerfor example,…[Read more] -
CyberWoolf replied to the topic DIsable Activity Stream on Group Home in the forum How-to & Troubleshooting 9 years, 9 months ago
thanks
-
Paul Wong-Gibbs replied to the topic [Resolved] In profile editing, how to get text box as a plain box in the forum How-to & Troubleshooting 9 years, 9 months ago
Can you take a screenshot of what you mean, please?
-
Paul Wong-Gibbs replied to the topic first_name & last_name automatically altered in the forum How-to & Troubleshooting 9 years, 9 months ago
BuddyPress will try to sync the value of a user’s “Name” field to the First and Last Name fields in their wp-admin user profile.
To disable this, go to wp-admin Settings > BuddyPress, and disable Profile Syncing.
-
Paul Wong-Gibbs replied to the topic W3 Total Cache in the forum Installing BuddyPress 9 years, 9 months ago
The Object Cache feature inside W3TC is not compatible with BuddyPress. It does not work properly.
- Load More