-
Boone Gorges replied to the topic Delete a notice to all users in the forum How-to & Troubleshooting 8 years, 5 months ago
Applying https://buddypress.trac.wordpress.org/changeset/11750 should fix the problem. Note that this change is in bp-messages/bp-messages-template.php, *not* notices-loop.php. There should be no need to reapply these changes after BuddyPress 3.0, where the fix will become part of the BP release.
-
Boone Gorges replied to the topic Migration from vBulletin to Buddypress in the forum Miscellaneous 8 years, 5 months ago
Here’s some info on migrating vBulletin data to bbPress, which will get your content and users in. https://codex.bbpress.org/getting-started/importing-data/import-forums/vbulletin/
-
Boone Gorges replied to the topic [BuddyPress Extend Fields] Display fields on user selectable tab in the forum Third Party Plugins 8 years, 5 months ago
Hi @gregthebuzz – You might have better luck moving some of your logic into
BP_Group_Extension, which does most of the template-related work for you. See https://codex.buddypress.org/developer/group-extension-api/. Thedisplay()method is where the content for your public-facing tab will go, while theeditparameter will help you configure what…[Read more] -
Anonymous started the topic Need a multi-user Calendar plugin in the forum Third Party Plugins 8 years, 5 months ago
Hi,
I need a plugin that will allow our users to have a personal calendar in their homepages. The calendar will be for personal use, they can add any type of note or appointment they want. In other words, it’s not for anything specific to our site.
I’ve been looking for a solution for a while but I haven’t found any that actually work for…[Read more]
-
Peter Hardy-vanDoorn replied to the topic Can people see everyone who is logged into BuddyPress? in the forum How-to & Troubleshooting 8 years, 5 months ago
I think you’re talking about the Who’s Online widget… just don’t add that widget to your sidebar.
-
Peter Hardy-vanDoorn replied to the topic Cannot increase avatar/gravatar size (Still blurred) in the forum How-to & Troubleshooting 8 years, 5 months ago
Changing the default sizes won’t improve any avatar images you’ve already got. These are cached at the default sizes, so to improve the quality to the new size you will need to re-upload them.
-
Boone Gorges replied to the topic Flatsome theme UX Page Builder not loading in the forum Installing BuddyPress 8 years, 5 months ago
Hi @billybelly – It’s difficult for us on the buddypress.org forums to provide concrete advice on a non-free product, because we don’t have access to test it. If you paid for the UX Builder project, then they ought to be the ones providing you with support.
That being said, it’s possible that BP templates are inherently incompatible with this…[Read more]
-
Boone Gorges replied to the topic No icon of avatars on mobile – admin bar in the forum How-to & Troubleshooting 8 years, 5 months ago
It’s a bit hard to tell what’s going on without being able to log in and see exactly what your users are seeing.
I suggest logging in as a non-admin, then right-clicking the space where the avatar should appear. Select ‘Inspect Element’, and then browse through the developer tools to see whether the avatar is actually in the source. If it is, but…[Read more]
-
Boone Gorges replied to the topic Dont want buddypress registration and activity page in the forum How-to & Troubleshooting 8 years, 5 months ago
Hi @demonos – Please understand that everyone who responds to things on these forums does so as a volunteer. You can help to decrease overall response time by helping a user or two yourself 🙂
The following bits should be enough to reenable wp-signup.php:
[Read more]
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
add_filter(… -
Boone Gorges replied to the topic Customize inbox template in the forum Creating & Extending 8 years, 5 months ago
Hi @datenfresser – You can customize the template by overriding the template file in your child theme. Copy the file
wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.phptowp-content/themes/[your-theme]/buddypress/members/single/messages/messages-loop.php, and make your modifications to the new…[Read more] -
EssaysMasters's profile was updated 8 years, 5 months ago
-
Holly Mellor's profile was updated 8 years, 5 months ago
-
Karen Waits's profile was updated 8 years, 5 months ago
-
nonton video bokep di bokepqq's profile was updated 8 years, 5 months ago
-
Henry Wright replied to the topic Display some user data on a single page in the forum Creating & Extending 8 years, 5 months ago
If I were to use each individual user’s ID, then every time there is a new member, I have to write a new line?
You won’t have to write a new line when a member is added. My code should be used within a loop so you’ll perform the action on every member in the collection. Adding to or removing from the collection isn’t a problem. The collection i…[Read more]
-
Feronk Jons's profile was updated 8 years, 5 months ago
-
Stauet Waren's profile was updated 8 years, 5 months ago
-
Struet Waren's profile was updated 8 years, 5 months ago
-
Henry Wright replied to the topic Display some user data on a single page in the forum Creating & Extending 8 years, 5 months ago
If you have the user’s ID then you can pass it to the
get_userdata()WordPress function like this:$user_id = 1;
$user = get_userdata( $user_id );Then you can use the
$userobject like this:echo sanitize_email( $user->user_email );Note, how you get the user’s ID will depend on the context.…[Read more]
-
Delia Cripe's profile was updated 8 years, 5 months ago
- Load More