Search Results for 'private'
-
Search Results
-
Topic: SHOW GROUPS ADMINS
Hello, I hope someone could help me, please.
I need that any user of my site could contact the administrators of others groups directly (even others private groups which the users don’t belong to). So, is it possible in the groups directory of BuddyPress to show the administrators of each group next to groups titles and its details?
Thanks in advance.
Hi 🙂
I do not know if my problem is more concerned with buddypress support or bbpress support, but I wrote here.My WordPress
bbPress 2.5.14
BuddyPress 3.2.0
I use theme Eduma.I’m using BuddyPress and created a group with a private forum. The problem is that the group forum has no template. If I check the page, it has all classes. It looks like it can’t read the css bbpress file (it look like that Annex1). I created the forum using bbPress. My forum looks like that Annex 2 and the group forum should look exactly the same. How can I do this? I will be grateful for your help.
Hi,
Would someone be kind enough to help me with changing a buddypress error message? (wordpress 4.9.8, buddypress 3.1.0)I am restricting private messaging to user’s friends/connections. Currently, the error message returned when sending a private message to someone not in your network is “Message not sent. Please try again.” which doesn’t make sense. I would like it to say something like, “Sorry, you can only send a private message to connections in your network.” How might I change this error message?
I have been using the following code in child functions to restrict private messaging:
// if not site admin, restrict PMs to friends function pp_check_message_recipients( $message_info ) { // site admins are not restricted if ( is_super_admin() ) return $message_info; $recipients = $message_info->recipients; $friend_ids = friends_get_friend_user_ids( bp_displayed_user_id() ); $nf = 0; foreach ( $recipients as $key => $recipient ) { if ( ! in_array( $recipient->user_id, $friend_ids ) ) $nf++; } // if any recipients are not friends, remove everyone from the recipient's list if ( $nf > 0 ) unset( $message_info->recipients ); return $message_info; } add_action( 'messages_message_before_save', 'pp_check_message_recipients' );
Hi guys,
I’m having this problem that when I activate the private messaging function, an old sitewide announcement lockes the site. I cannot close it! And I cannot delete this message either. See this video
Could you please help me out?Kind regards
Hello!
I am currently using BuddyPress for a community site which is private. I have all of the site completely locked down, and the last thing I see possible for spam is that a user could create an account with a bad name, which can be seen if a user uses the search function on the members page.
At the moment the Pending users are NOT showing up in the Members Loop, but do show up in the search. I am using a plugin to do the approval process, and another to remove the buddypress activation email.
Is there any way to modify the members search page to not return users still pending?
Please help!
Never Active users ARE showing in the members page, but not pending ones. However, pending users are showing up in Members search results.
Any help on where to start for editing the members search loop and checking the pending status would be great.
Hello!
I am currently using BuddyPress for a community site which is private. I have all of the site completely locked down, and the last thing I see possible for spam is that a user could create an account with a bad name, which can be seen if a user uses the search function on the members page.
At the moment the Never Active is NOT showing up in the Members Loop because of a plugin I am using.
Is there any way to modify the members search page to not return users are either still pending, never active yet, or anything like that?
Please help!
Thanks!
Hey,
Is there a way to allow users to post to a group without having to join it. I thought that public groups would take care of this but it does not.
I saw this issue here from a while back: https://buddypress.org/support/topic/open-groups-let-all-members-post-in-every-group-without-joining/
But Im not sure if it has been solved or not.
I followed the link in that post to the trac and it lead to this ticket:
https://buddypress.trac.wordpress.org/ticket/6677I understand that public/private/hidden groups were added since then, but Im not sure if this was solved regarding that.
Hi,
First of all I’m sorry for my newbie question.
I want to create a networking web page for users to create private spaces for their companies. For eg. a user will create XYZ Company space and only @xyx.com mail owners will be able to see content. And another user will create ABC Company space and only @abc.com users will be able to see its content.
Can I do this with buddypress?
I am de-bugging a new client’s old website. They have over 3k active paying users so this is a bit of a sensitive job.
The issue: I have the buddypress private message system activated and have a php file located: buddypress/members/single/message/single.php
This all works correctly except for the “message” variable. When the user gets a private message it shows up appropriately in their inbox with the “highlight” tag displaying the email and excerpt (which is basically the whole message if it’s short).
I understand the the $message variable is packaged into a $content variable which is served as that highlight. So the excerpt displays the actual private message that is sent in the inbox list, but when you open that actual message, the massage that was in the excerpt is replaced with “[deleted]”
It might be helpful to note these are messages sent from non-users of the website. These people sending the messages are not logged in and should be able to simply leave a message to this persons inbox. The user comes back as “Deleted User” since they aren’t logged in, but all I need to find out is how to make the content from the excerpt show up in the actual message. It’s just saying [deleted].
Thank you in advancce!
I have a screenshot if it’s helpful but don’t think I can attach it here.
I’ve been using bbPress and BuddyPress since long and am aware that if a user creates a topic in any forum, that also gets listed in user profile -> Forums tab.
Here is what exactly I’ve done:
When I create a private group and attach a forum with it. And a non-admin member becomes a member of that private group. Now that member creates a topic in that private forum, that topic does show globally on the /forums page. But when that user checks his profile for the topics he created, there no topic is shown. Which means the topics that show up globally, doesn’t show on the profile page.
For the information, I’m using the following versions of the plugins and theme:
1. bbPress – 2.5.14
2. BuddyPress – 3.2.0
3. Twenty Sixteen – 1.5
4. WordPress – 4.9.8Please help me with this issue. Also, let me know if some guys have come across such a situation.
Thanks in advance!
I’d like to make BP private messages more akin to Facebook messenger. Is there a plugin for this? If not is there a chat plugin separate from BP you’d recommend?
When I click on “private message” in another users profile I am redirected to my general “messages” page instead of directly to message composition. Is this normal or should i be landing on the page where you compose a message towards said user like any other website?
Topic: Upgrading from 2.9.4 to 3.x
I have taken on development of a site which currently uses buddypress 2.9.4, although really only uses the members profile functionality, so no groups, activity streams, notifications, friendships, private messaging etc.
In truth, I don’t think the BP was the right choice for the site but it’s so baked into the site now that changing to something different just isn’t an option.
I’m currently in the process of developing a new theme for the site and so now would be a good time to upgrade from 2.9.4 to 3.2 (current latest).
The only add-on plugin for BP on the site is BuddyPress Xprofile Custom Fields Type, for which I see development has now ceased but that there is a replacement for.
Is there anything that I should be aware of, gotchas etc, in making the upgrade? I’m quite wary of making the upgrades as the existing codebase isn’t mine and I am new to BP development, although a very experienced WP dev.
I’ve read the release notes and nothing leaps out at me as being a massive problem but I am anticipating some, deprecated functions being one.
So, any general or specific advice from others who have gone through the upgrade would be appreciated!
Thanks,
John