Search Results for 'private'
-
Search Results
-
Hi,
I am trying to setup Buddypress but Friend, public message, private message are not showing on frontend. Neither is members. Can anyone help please?
Thanks
JaneWordpress v. 5.9.3
Buddypress v. 10.2.0
Theme. BuddyXIn Private Messages – the message body part ‘shows’ at the top that you can attach a file or a link,
the link option works, but when you click on the image attachment, it gives a popup that asks for the ‘source’ of the image. It doesn’t open a normal file explorer window to select the image.
Please, how do I FIX this?Topic: Private Messages
In BuddyX theme, there is two options to contact members. Either via Public Message or Private Message.
My theme does NOT show the PRIVATE MESSAGE option anymore!
PLEASE HELPHey, so i am trying to add a filter in the members search to only show the profiles that have a certain role in an Xprofile field, doing some research i came across the next code
if ( !defined( 'ABSPATH' ) ) exit; class BP_Loop_Filters { /** * Constructor */ public function __construct() { $this->setup_actions(); } private function setup_actions() { add_action( 'bp_members_directory_order_options', array( $this, 'random_order' ) ); if( bp_is_active( 'groups' ) ) add_action( 'bp_groups_directory_order_options', array( $this, 'random_order' ) ); if( is_multisite() && bp_is_active( 'blogs' ) ) add_action( 'bp_blogs_directory_order_options', array( $this, 'random_order' ) ); } public function random_order() { ?> <option value="random"><?php _e( 'Random', 'buddypress' ); ?></option> <?php } } function bp_loop_filters() { return new BP_Loop_Filters(); } add_action( 'bp_include', 'bp_loop_filters' );i tried adjusting it to call the Xprofile fields i want but it caused a complete error on the website, any help?
Hi,
here is the my code. tab is created,
but if user not member this private group redirect to wp-login page. how to open everyone this tab?function custom_members_tab() {
if ( bp_is_groups_component() && bp_is_single_item() ) {
global $bp;
$group_link = bp_get_group_permalink( $bp->groups->current_group );
$tab_args = array(
‘name’ => esc_html__( ‘destination’, ‘default’ ),
‘slug’ => ‘destination-members’,
‘screen_function’ => ‘destination_members_screen’,
‘position’ => 60,
‘parent_url’ => $group_link,
‘parent_slug’ => $bp->groups->current_group->slug,
‘default_subnav_slug’ => ‘destination-members’,
‘item_css_id’ => ‘destination-members’,
‘access’ => ‘anyone’,
‘show_tab’ => ‘anyone’,
‘show_for_displayed_user’ => true
);
bp_core_new_subnav_item( $tab_args, ‘groups’ );
}
}
add_action( ‘bp_setup_nav’, ‘custom_members_tab’ );function destination_members_screen() {
add_action( ‘bp_template_content’, ‘custom_group_tab_content’ );
bp_core_load_template( ‘buddypress/members/single/plugins’ );
}
function custom_group_tab_content() {
echo “show non group members, guests, everyone”
}I read this ticket, but I couldn’t understand how to use it.
https://buddypress.trac.wordpress.org/ticket/4785Topic: buddypress groups
Hello!
I was organizing roles for my admins, i want them to be able to delete activity and public group posts. However currently it includes that they can view/delete activities from private groups even if theyre not apart of such groups. How can i make it so that their admin role is only restricted to public activities/groups? This is really important for my site, i appreciate your help. im using the user role editor by vladimir. Perhaps theres another plugin i can use or css code?
thank youHi there, I was wondering if you are able to tell me why my buddypress private messages are not sending. I use buddypress with memberpress for my online course membership platform. They used to send no problem from member to member but no for some reason when you click send nothing happens. Thanks so much! this is the site but you would need to login to see the member area… http://www.realadulting101.ca
Hi, I have email notifications enabled however email notifications for new message received or you have unread messages are not coming through. I would prefer to share the website link privately. Thank you!
Hi!
I have created two member types:
- Moms
- Volunteers
I also use Woocommerce Subscriptions for giving access to our forum/private content.
I was wondering if it’s possible to assign all subscribers to the “Moms” type automatically upon registering?
My kindest regards,
JohanHello,
I am currently developing a website with many different groups and each has its own forum.
I’m using bbpress to create these forums.
For every forum, only the group’s members should have access to it, which works fine.
The problem is that all of these group forums also have subforums but these can be accessed by anyone no matter which group they are in.
in the forum settings itself, I can only choose between public, private and hidden and since all our users will be logged in anyway there is no difference between Public and private.
Is there any way to also use the group restriction for subforums?Regards
GerryHello,
The site we’ve developed the client doesn’t want to have any of the forum topics or posts available to the public. I’ve tried a few plugins to try and fix this but none seem to work;
bbPress Members Only
BuddyPress Members Only
Wbcom Designs – Private Community for BuddyPressDoes anyone know how to completely lock down anything in the /forums/ part of the site so that only members can access?
Hi folks,
I’m troubleshooting why users cannot write on other members’ posts.
My wall shows a green button but on other members are grayed out.
These have been my actions so far:
1. I’ve checked on Activity Settings and is selected. Which I did on/off with no results.
2. I’ve run the tool options to “repair”
3. Remove the plugin (Disable/remove)
4. Install/activate the plugin
5. All components are active
6. All options are active
7. WordPress report – Version 9.1.1
Active components Community Members, Extended Profiles, Account Settings, Friend Connections, Private Messaging, Activity Streams, Notifications, User Groups, Site Tracking
8. When inspecting POST grayed button got this line results: <input class=”loading” type=”submit” name=”ac_form_submit” value=”post” disabled=””>
9. Check WordPress integrity/checksum – reinstall 5.8 FYI
10. Reboot the serverSo far no luck.
Any tips/hints will be highly appreciated!
Topic: Show only username
Greetings.
I have been looking for information but have not found a clear solution. That is why I thought it would be best to contact you, the developers.
I would like to show only the @usernames in the buddypress profiles and also in the bbpress forums, also in the private messages or blog comments.
This is possible?
Thanks for your patience.
Hi, we have implemented a BuddyPress site.
When user A sends a private message to user B, user B will receive a private message, like this:

We would like to let user B click on the link in the email, and enter the site directly to check the notification without having to go through the login form.
What shall we do?
Please advise.
Jing
Iām running WordPress 5.8.1 running Astra theme.
Buddypress 9.11This is an odd question, but I did something that I now can’t figure out for the life of me on my http://www.charlottemasoneducation.org website to require admin approval for registration. In other words, when someone tries to register, I have to approve them before they can engage with the site. I looked through all my plugins listed below and one of them is giving this functionality, but I can’t figure out which one and how. I want to replicate it on another site I’m working on but I’m not able to figure it out. Any help would be appreciated.
I thought maybe BP Simple Private, but that only makes the site private, it doesn’t provide the approval process functionality.
Akismet Anti-Spam
bbp style pack
bbPress
Better Notifications for WP
BP Simple Private
BuddyPress
Code Snippets
Easy Digital Downloads
Elementor
Essential Addons for Elementor
Events Manager
Events Manager – OpenStreetMaps
InfiniteWP – Client
MC4WP: Mailchimp for WordPress
Ultimate Addons for Gutenberg
UpdraftPlus – Backup/Restore
WooBuddy -> WooCommerce BuddyPress Integration
WooCommerce
Wordfence Security
WP Mail SMTP
WP RSS Aggregator
WP-Optimize – Clean, Compress, Cache
Yoast SEO