-
r-a-y replied to the forum topic what does it do ? in the group Miscellaneous 13 years, 3 months ago
$bp->default_component is only used for the members component, so when you’re on a member’s profile page, the default component you see, by default, is the user’s activity loop; otherwise, it’s the user’s profile loop.
-
r-a-y replied to the forum topic Why are there so many scam posts on the general activity stream in the group Miscellaneous 13 years, 3 months ago
I’ve notified one of the admins. FYI, moderators on bp.org cannot delete activity updates, only forum posts.
-
r-a-y commented on the post, BuddyPress 1.5 – Beta 1, on the site BuddyPress.org 13 years, 4 months ago
@DevTeam- We should also mirror WP and have release names 😉 See my suggestion – http://is.gd/qcfcwM
@Frederic- Check out the Test Drive site – http://testbp.org
<a href='https://buddypress.org/community/members/anointed/' […]
-
r-a-y replied to the forum topic Use metadata from members profile in WP posts? in the group How-To and Troubleshooting 13 years, 4 months ago
Use:
bp_get_profile_field_data()
:
https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-xprofile/bp-xprofile-templatetags.php#L554Pass your field ID and user ID through that function.
See this thread for an example: […]
-
r-a-y replied to the forum topic Enabling private messaging in the group How-To and Troubleshooting 13 years, 4 months ago
Messages are only available from your profile page:
hxxp://example.com/members/USERNAME/messages -
r-a-y replied to the forum topic How do I get the notifications BuddyPress display that users comment on my post. in the group How-To and Troubleshooting 13 years, 4 months ago
Try this 3rd-party plugin:
-
r-a-y replied to the forum topic oEmbed for Buddypress Profiles? in the group oEmbed for BuddyPress 13 years, 4 months ago
This is coming in the next version of the plugin; this feature will require BP 1.5.
Stay tuned.
-
r-a-y replied to the forum topic Safe to edit BuddyPress Plugin? in the group How-To and Troubleshooting 13 years, 4 months ago
It’s safe to place the code in wp-config.php.
-
r-a-y replied to the forum topic BP plugin incompatible with WP 3.2.1 in the group Requests & Feedback 13 years, 4 months ago
BP Links looks like the culprit. Try renaming that folder /plugins/bp-links/ to something else like /plugins/bp-links-bak/, then see if that fixes your site.
-
r-a-y posted an update 13 years, 4 months ago
@apriljoy217 @apriljoy217 Sorry just got your message! The devs are working through a few kinks on the site. Hopefully all functionality like “My Topics” will be restored soon.
-
r-a-y replied to the forum topic Safe to edit BuddyPress Plugin? in the group How-To and Troubleshooting 13 years, 4 months ago
It also helps to change the default slugs to something else 😉
eg.
define( 'BP_ACTIVATION_SLUG', 'confirm' );
define( 'BP_ACTIVITY_SLUG', 'stream' ); -
r-a-y replied to the forum topic Limiting comments to activities in the group How-To and Troubleshooting 13 years, 4 months ago
Those conditionals do not apply to activity comments.
The easiest way is to use CSS to hide the comment link.
The alternative is to copy the entry template into your child […]
-
r-a-y replied to the forum topic Show single group activity and post-form in the group How-To and Troubleshooting 13 years, 4 months ago
Try modifying the BP Activity Stream widget to do what you need:
BuddyPress Sitewide Activity Widget for BuddyPress 1.2 and above
It’s applicable for all activity, but it’s probably possible […]
-
r-a-y replied to the forum topic Member permissions in the group oEmbed for BuddyPress 13 years, 4 months ago
Strange… the plugin doesn’t touch any aspect of user roles or permissions; it should work as-is.
Perhaps try logging in as another user to see if the same problem happens? Also try other URLs? -
r-a-y replied to the forum topic Need to resolve "Page not found" errors in the group How-To and Troubleshooting 13 years, 4 months ago
Have you tried flushing your post permalinks?
https://codex.wordpress.org/Settings_Permalinks_ScreenUse any setting but the default.
-
r-a-y replied to the forum topic Safe to edit BuddyPress Plugin? in the group How-To and Troubleshooting 13 years, 4 months ago
Hook into the filters or actions whenever possible. (Basically anywhere in the codebase with an ‘apply_filters’ or ‘do_action’ call.) Otherwise, you’ll run into major upgrade problems and headaches depending on the level […]
-
r-a-y replied to the forum topic Renaming Components in the group How-To and Troubleshooting 13 years, 4 months ago
I definitely do not recommend what humarahema suggested.
-
r-a-y posted on the forum topic Notification on Profile Update in the group How-To and Troubleshooting 13 years, 4 months ago
Hi Steve,
Missed your mentions.
do_actions can be found by searching for them. If you have a good search program, do a search for “do_action” throughout the /plugins/buddypress/ folder. (You’ll get a lot of results! […]
-
r-a-y posted on the forum topic How do you enable user blog in buddypress 1.2.9? in the group How-To and Troubleshooting 13 years, 4 months ago
You need to convert WordPress into a network before users can create individual blogs:
https://codex.wordpress.org/Create_A_Network
https://codex.buddypress.org/getting-started/configure-buddypress-components/#post-1855 (scroll […] -
r-a-y posted on the forum topic BP 1.2.9 Activity stream ’Load More’ just repeats the same activity over and over in the group How-To and Troubleshooting 13 years, 4 months ago
It’s a cookie problem that was not fixed in v1.2.
However, it is fixed in v1.3:
https://buddypress.trac.wordpress.org/changeset/4039 - Load More
@r-a-y
Active 4 months, 4 weeks ago