I am new on this. I bought a WP theme that uses BP, and I need to customize the menu (Home, Profile, activity, notifications, friends, groups, forums, setting) and change their names and their functionalities as well as the sub menu of each of them.
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 using buddypress 3.1 (nouveau template pack) on wordpress 4.9.8 with Twenty Seventeen theme for now and I’m trying to hide non friends from autocomplete in destination field on private messages compose screen.
With the legacy template pack the field is labelled “Send To (Username or Friend’s Name)” and only list friends unless I put “define( ‘BP_MESSAGES_AUTOCOMPLETE_ALL’, true );”, that behaviour is awesome but when I switch to nouveau template pack (the theme I’m thinking in use uses nouveau template pack only) the field became “Send @Username” and list everyone no matter what I do, in fact in my multisite network it lists every person from both blogs!
I already try the codes in here but none filters the autocomplete list. With those codes the message fails with is something but I really need to hide non friends.
Hi
I have just started to use buddypress.
I think it was a little strange the users from wordpress, admin and so on also comes on members list in buddypress. Is it possible to have a seperate member list for buddypress, instead of using the wordpress user list?
Thanks in advance.
Here is a video that shows what the issue is. Apologies for the third-grade video editing:
As shown in this video, the steps to recreate the issue are to:
1) Click on any community member
2) Click the “Public Message” button on their profile
3) On the activity feed page, place your cursor in the message box and type “Here I am typing”
4) Hover your mouse cursor over the “Post Update” button. Notice that it is still an arrow icon because you cannot click it.
5) Click the button. IT WILL NOT POST.
6) Click anywhere outside of the message box (e.g. white space off to the right).
7) Hover back over the “Post Update” button. Notice that it is STILL an arrow icon because you cannot click it.
8) Click the button. IT WILL NOT POST.
9) Click back in the message field.
10) Hover back over the “Post Update” button. The cursor changes to a hand icon because the button has now been activated.
11) Click the button. IT FINALLY POSTS.
So, the user experience is that they type their message and then have to click somewhere outside of the message box, then click back inside the message box before they can send their message. Not a good user experience. It did this both on the Klein theme that I am using and the standard WordPress 2016 theme. Exact same experience.
Let me know if there are additional questions that I can clarify.
Thanks for any help demystifying why this is happening.
Sounds like you’re using a plugin because when you hit the “Public Message” button, it should take you to the Site-wide Activity page with the @-username pre-populated. The submit button is also named “Post Update” and not “Send”.
Could also be something that your theme implemented. If so, try changing your theme to a WordPress default theme to see if the behavior is how I described.
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
I have the “public message” button enabled on my BuddyPress instance. The issue is that it’s very erratic as to when the button is activated to send. Here are the scenario that I’m testing:
On the users’ profile, click the “Public Message” button. I am taken to the user profile and their handle is pre-populated. The entry form is focused and I can type. When I am done typing. I hover over the “Send” button, but it displays a pointer, not the hand icon because the button is not activated to send. If I click anywhere on the page to remove focus from the message field, the Send button remains inactive. When I click back in the message field, the button is now activated and I can send.
This is a bit of a user experience issue, because the user has to click somewhere on the page to remove focus from the field, then click back in the message field to activate the button.
Is this how this feature is supposed to work? Is this by design, maybe to reduce spam or accidental sends? Is anyone else able to confirm that this is how their BuddyPress Public Message button works?
I’m using version 3.1.0 on WordPress 4.9.7.
Any ideas? Wanted to confirm whether this is a “feature” before I submit a bug report in trac.
How are you getting item_id ?
You probably already have the author ID in the same object or array that is providing the item_id, especially if you’re in a loop.
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 ) {
just to update i tried the tools > buddypress > repair > member count didn’t do anything
as a possible workaround …. nobody on a live site that i know of wants to see a lower member count …my partner is actually very obsessed with this number and will freak when he sees it go down by 1000% …. is there a wordpress query that will display the total number of registered users?
Is it possible to change the text of the Register Button from ‘Register’ to ‘Join us’? I’d also like to have the destination when the button is clicked to be a page with an AgileCRM form form, instead of either the BuddyPress or PMPro form (both of which I’m using). The reason for this is that I initially need new sign-ups to go straight into AgileCRM for manual approval, after which their user account will be manually created on WordPress by an admin, and the new user details emailed.
Ideally I’d like new users to complete sign-up and be manually approved, whilst at the same time their details being sent to AgileCRM and a new contact created. I’ve tried this but even though I’ve set new sign-ups for manual approval, a new account is created (albeit with limited access), and they are immediately logged into the site. I cannot see a way to change this.
I also tried using Zapier to pull new users into AgileCRM from WordPress but that too didn’t seem to work, event though when going through the testing stage it created a record in AgileCRM.
I’m using PMPro because the client is looking to take online payments for sign-ups in the future, and want to retain the functionality and option to use the PMPro register page in the future.
Current set-up:
WordPress – 4.9.7
Theme: Boss Child Theme
Plugins:
Agile CRM – v1.1
All-in-One WP Migration – v6.72
bbPress – v2.5.14
BuddyBoss One Click Installer – v1.0.6
BuddyBoss Products Updater – v1.0.2
BuddyPress – v3.1.0
BuddyPress Docs – v2.1.0
BuddyPress Follow – v1.2.2
BuddyPress Global Search – v1.1.9
Hide Admin Bar From Non-admins – v1.0
Import Users from CSV – v1.0.0
Page Builder by SiteOrigin – v2.7.3
Paid Memberships Pro – v1.9.5.3
Paid Memberships Pro – Add Member Admin – v.4
Paid Memberships Pro – Advanced Levels Page Shortcode Add On – v.2.4
Paid Memberships Pro – Approvals Add On – v1.0.4
Paid Memberships Pro – bbPress Add On – v1.5.5
Paid Memberships Pro – BuddyPress Add On – v1.1.1
Paid Memberships Pro – Email Templates Add On – v0.7.1
Paid Memberships Pro – Membership Manager Role Add On – v.3.1
Regenerate Thumbnails – v3.0.2
SiteOrigin Widgets Bundle – 1.12.1
The Events Calendar – v4.6.20.1
Please let me know if you need any further information.
Thanks in advance.
Author
Search Results
Viewing 25 results - 2,726 through 2,750 (of 22,741 total)