Search Results for 'private'
-
Search Results
-
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!
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!
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 SEOHello,
Sorry if this is a silly newbie question, I’m making my own site at the moment, and I want to create a profile page where there are seperate fields which can be searched and saved. Each entry would be saved with date and time, a little like a diary or journal. Hopefully, this information can be made available to all other registered members, kept private, or emailed to a third party if required.
It’s a bit like a journal to keep track of things. The sharing option is there if people want to share with their community, or if they need to email or make their notes visible to someone else.
I did install BuddyPress yesterday (9.1.1), but didn’t really have a clue where to start – I may be diving into the deep end with this one! WordPress version is 5.8 and my site is http://www.inspireyourdog.com – it’s a work in progress. š
How would I go about this? Where would I start?
I suspect it may be simpler than I think it is!
Thanks,
Paul.
Topic: Private Messages Inbox/Sent
I would like all logged in users to be able to display a list of users of private groups.
How could I accomplish this?