Do you both have the Activity component disabled?
If so, this is a bug. We’ve tentatively fixed this for the next release.
However, you can temporarily apply the changes by by adjusting these files:
https://buddypress.trac.wordpress.org/changeset/12185
(Red means code removal, green means code addition)
What happens when you enqueue it? Does it work then? The next step is to figure out why the buddypress-nouveau JS is not being enqueued on the Site-wide Activity page.
The bug needs to be reproduceable on a fresh install of WordPress and BuddyPress.
If you are able to replicate this bug there, then please list the steps it takes to duplicate the problem.
It’s possible that you are using a plugin or custom code to change certain things. If that is the case, you need to disable all BuddyPress-related plugins and code snippets and then trying to reactivate each one to pinpoint what is causing the problem.
I’m also having the same issue.
BuddyPress Devs – Any word?
Hi folks, new BuddyPress user here. (Using BP 3.1.0, WP 4.9.8, site in development)
I’m looking to use BP for the following specific functionality:
1) Allow our members to post updates on their own profile (privately) for their own reference (diary style), which they will be able to review themselves later, over time.
2) It would be great if the admin user(s) could post comments on their diary entries too.
First hurdle: I would like to know how to “hide” certain elements of BuddyPress. When I go to the Activity page for a test user, besides the activity entry box and feed, I see links to toggle between “All Users” and “Mentions”. Then there’s an RSS link, a “Search Activity” box (might keep that, sure), and a dropdown for ‘Everything’ and some other options.
My first question: How do I go about hiding / disabling the functionality I don’t want our members to see/use? Should I edit plugins/buddypress/bp-activity/bp-activity-template.php ? Is this a good idea? :-O
Second question: Changing references of “Activity” to, say, “Diary” — is this best done with a translate plugin (e.g. LocoTranslate)?
3rd question: How would I enable admins the ability to add comments within a member’s activity stream (e.g. respond to specific entries)? Does anyone have any ideas on that? Is there another plugin somewhere that enables such functionality, perhaps?
Thanks for advice/tips you can give!
David.
I’m getting the same issue, but for me, it seems like there is a conflict with bbpress. when I disable it, it is working just fine. so far no solution for it š
my console gives me this error message:
underscore.min.js?ver=1.8.3:5 Uncaught SyntaxError: Unexpected token ;
at new Function (<anonymous>)
at Function.m.template (underscore.min.js?ver=1.8.3:5)
at n.template (wp-util.min.js?ver=4.9.7:1)
at n.render (wp-backbone.min.js?ver=4.9.7:1)
at n.render (buddypress-group-invites.min.js?ver=3.1.0:1)
at wp.Backbone.Subviews.<anonymous> (wp-backbone.min.js?ver=4.9.7:1)
at underscore.min.js?ver=1.8.3:5
at Function.m.each.m.forEach (underscore.min.js?ver=1.8.3:5)
at wp.Backbone.Subviews._attach (wp-backbone.min.js?ver=4.9.7:1)
at wp.Backbone.Subviews.set (wp-backbone.min.js?ver=4.9.7:1)
Hey @nfxpert – @belle33 – @itsart,
If it is allowed for me to share my domain here, it is https://www.collectorplayingcards.com (running on BuddyBoss original theme (not Boss).
If you look in the header section you can see my little resetCookie function in action.
Like @r-a-y says, that is a “good enough” solution for now, or you could take him up on his trac ticket https://buddypress.trac.wordpress.org/attachment/ticket/7896/7896.01.patch š
Hope this helps!
Cheers,
Aron
I just saw another thread about this.
It looks like the bp-nouveau JS files are not being outputted in the footer.
You can check to see if the buddypress-nouveau JS file is being properly registered and enqueued:
https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-templates/bp-nouveau/buddypress-functions.php#L296
https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-templates/bp-nouveau/buddypress-functions.php#L364
Are you, by chance, filtering 'bp_nouveau_register_scripts' anywhere?
Sounds like the same problem as this report:
Can’t Post in Activity Stream
Unfortunately, we have been unable to determine the cause. Maybe you can help?
If you are able to reproduce this problem on a fresh install of WordPress and BuddyPress, then please let us know so we can look into the problem.
Thank you! That helps me understand that it’s not the standard BuddyPress behavior. I don’t have BP Activity Plus, but I do have RTMedia and after disabling it, the issue is gone. Now I just have to help the RTMedia dev team understand that the issue is on their side.
Appreciate your patience and help with this!!
–Sean
Maybe just ādonāt use oembed except for Youtubeā type of hacking?
BuddyPress just uses whatever oEmbed providers that WordPress uses.
You can disable oEmbed providers in WordPress with code:
https://codex.wordpress.org/Function_Reference/wp_oembed_remove_provider
Hope that helps somewhat. The rest is up to you.
Check areas where your developer has either written a plugin or modified your BuddyPress templates in your theme (should be under /wp-content/YOUR-THEME/buddypress/ maybe.
Sounds like you should use a forum like bbPress (bbpress.org) instead of a profile-centric option like BuddyPress.
Thanks,but i have new problems Can you help. I contact the Rehub Theme developer, he says there is some prlugins in back wich are have influnce but i checked and deactivate all plugins it still buggy, now i have this error in wp dashboard:
Warning: sprintf(): Too few arguments in /var/www/web24642847/html/smartgadgetdeals/smartgadgetdeals/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-functions.php on line 327
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web24642847/html/smartgadgetdeals/smartgadgetdeals/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-functions.php:327) in /var/www/web24642847/html/smartgadgetdeals/smartgadgetdeals/wp-admin/includes/misc.php on line 1124
Hi Ray,
Apologies. I should have been more precise in documenting my steps. The actual steps are:
1) On the usersā profile, click the āPublic Messageā button.
2) I am taken to the activity feed and a message box is displayed and their handle is pre-populated.
3) The entry form is focused and I can type.
4) I type “Hello, person”.
5) When I am done typing. I hover over the āPost Updateā button, but it displays a pointer, not the hand icon because the button is not activated to send.
6) If I click anywhere on the page to remove focus from the message field, the “Post Update” button remains inactive.
7) When I click back in the message field, the button is now activated and I can send.
I checked with my theme developer and they indicated that this is standard BuddyPress activity and has not been modified by their theme.
Is this how BuddyPress is expected to behave for public messages?
–Sean
BuddyPress doesn’t handle user deletion. We use the WordPress user API to remove the account.
WordPress is in charge of removing data and they currently do not remove data from the wp_signups table when a user is deleted. Here’s a somewhat, related ticket:
https://core.trac.wordpress.org/ticket/43232
BuddyPress does not provide a login popup window.
You need to talk to whoever created the login popup that you are using.
Paste this into your Functions.php file and then edit to your liking
//Change order of Buddypress tabs
function my_change_profile_tab_order() {
global $bp;
$bp->bp_nav['activity']['position'] = 10;
$bp->bp_nav['profile']['position'] = 20;
$bp->bp_nav['courses']['position'] = 30;
$bp->bp_nav['forums']['position'] = 40;
$bp->bp_nav['groups']['position'] = 50;
$bp->bp_nav['friends']['position'] = 60;
$bp->bp_nav['notifications']['position'] = 70;
$bp->bp_nav['messages']['position'] = 80;
}
add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
…it is possible to add custom fields to groups?
Yes – you will need skill as a WP developer.
Group Extension API
Anyone know of an up-to-date plugin that handles hashtags in buddypress? Or a tutorial on setting up some support manually?
Thanks in advance.
Hi
I am experiencing the same with the Boss theme from Buddyboss. I hope an update of buddypress will solve this annoying issue.
Best regards
Hello friends
Got this code from buddydev website
for theme functions php
works, but newer versions of buddypress have
5 group options. This code covers 4.
——————————————————————————————————
add_action( ‘bp_core_activated_user’,
‘bpdev_set_email_notifications_preference’);
function bpdev_set_email_notifications_preference( $user_id ) {
//I am putting all the notifications to no by default
//you can set the value to ‘yes’ if you want that notification to be enabled.
$settings_keys = array(
‘notification_activity_new_mention’ => ‘no’,
‘notification_activity_new_reply’ => ‘no’,
‘notification_friends_friendship_request’ => ‘no’,
‘notification_friends_friendship_accepted’ => ‘no’,
‘notification_groups_invite’ => ‘no’,
‘notification_groups_group_updated’ => ‘no’,
‘notification_groups_admin_promotion’ => ‘no’,
‘notification_groups_membership_request’ => ‘no’,
‘notification_messages_new_message’ => ‘no’,
);
foreach( $settings_keys as $setting => $preference ) {
bp_update_user_meta( $user_id, $setting, $preference );
}
//that’s it. have fun!
}
———————————————————————————————————
This is the option it doesn’t cover—–
#5
“Your request to join a group has been approved or denied”
Can anyone update this ? That would be awsome.
Thanks alot
buddypress 2.8.2
WordPress 4.7.5
the line esc_html__( ā%1$s started the topic %2$s in the forum %3$sā, ābbpressā ) presents the phrse “started the topic in the forum” to WP translation as part of the bbpress translation component. This means that you can create you own translation (alternative text) for the bbpress string using poedit and maybe WPT Custom MO File in order to get your system to use your translation for your site.
See https://codex.buddypress.org/translations/ and https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/ obviously these pages are for BuddyPress, not bbPress but it’s the same principle.
BuddyPress cannot handle a different members slug for single profile pages.
It might be possible via custom code, but is probably hard to implement. The easiest thing to do is remove the user slug entirely for user profiles, while keeping the Members Directory at users.
You can remove the user portion of the member profile URL with the following code snippet in your theme’s functions.php or via a custom plugin:
add_filter( 'bp_core_enable_root_profiles', '__return_true' );
BuddyPress does not do anything to the login page.
You are using a 3rd-party plugin to manipulate the login page. Please use the support forum for that plugin for help.