Search Results for 'buddypress'
-
Search Results
-
Hello,
I’m working on my WordPress web site and I want to import groups (with groups type as possible) with a csv file or other I can create. The file will come from another database in which I have a lot of data, and I want to transform that data in groups.
I’m working on the theme BuddyBoss with BuddyPress.
Does someone know how to do that?
Thanks in advance,
FelixHello! I’m brand new to Buddypress and WordPress. I’ve set up a site but I can’t View any of my Buddypress pages. I am being redirected to the Access Restricted page. I have checked that none of the pages are Private or Password Restricted. Further, I am set up as an Admin and Keymaster on my site. Any suggestions for how to troubleshoot? Thank you!
Topic: How to separate groups
I hope somebody can help me.
1. I have a Multisite based on subdomains.
2. I installed Buddypress separately on domain and subdomain.
3. On the main domain, I created Buddy Press groups.
4. Unfortunately, that groups also appear on a subdomain – which is crazy!
5. Why such a situation exists? Why the groups are visible on a subdomain?
Please give me advice on how to separate those groups.
Thank you for help.Hi ,
I’m sure this is a simple fix but I’ve spent too much time on this issue that I’m ready to un install BuddyPress.
When a user logs in and select “View profile”, the page is bank. I does not display the user profile. When the selects edits it displays all fields correctly. Please note that I’ve integrated BuddyPress with s2 members. Basically, the user is allowed to edit profile but not view only…weird.
I can modify the code if only I know when it need to be done.
ThanksHi,
We are working on a new dating site with Themosaurus Theme (Gwangi v1.3.1) and it seems that an issue could be related to buddypress. We contact the support of Themosaurus who tell us to contact BuddyPress support. (no issue with twenty nineteen)
We try to capture the discussion on Themosaurus forum :
Regards.
David
Topic: Unable to Post???
I’m adding a tab in member types list on BuddyPress members directory. I want it to filter by user roles. I already tried but there are two big issues. 1. Not working via AJAX. It’s showing 400 error. 2. ‘members-order-by’ filter not working either. It’s loading all user instead of specific roles.
Generated User IDs specific to
subscriberonly:function getSubscriberIds() { $user_ids = get_transient( 'bp_only_subscriber_ids' ); if ( false === $user_ids ) { $args = array( 'role__in' => 'subscriber', 'fields' => 'ID' ); $user_ids = get_users( $args ); set_transient( 'bp_only_subscriber_ids', $user_ids, 12 * HOUR_IN_SECONDS ); } return $user_ids; }Generated
member_typestab:function onlySubscribersTab() { $button_args = array( 'id' => 'subscribers', 'component' => 'members', 'link_text' => sprintf( __( 'Subscribers %s', 'buddypress' ), '<span>' . count( getSubscriberIds() ) . '</span>' ), 'link_title' => __( 'Subscribers', 'buddypress' ), 'link_class' => 'subscribers no-ajax', 'link_href' => bp_get_members_directory_permalink() . '?show=subscribers', 'wrapper' => false, 'block_self' => false, 'must_be_logged_in' => false ); ?> <li id="subscribers" <?php if ( isset( $_GET['show'] ) && $_GET['show'] == 'subscribers' ) { ?> class="current" <?php } ?>><?php echo bp_get_button( $button_args ); ?></li> <?php } add_action( 'bp_members_directory_member_types', 'onlySubscribersTab' );And then filtered only
subscribers:function filterSubscribers( $r ) { if( isset( $_GET['show'] ) && $_GET['show'] == 'subscribers' ) { $user_ids = $this->getUsersIds(); if( $user_ids ) { $r['include'] = $user_ids; } } return $r; } add_filter( 'bp_after_core_get_users_parse_args', 'filterSubscribers' );Now, it’s working but not as I expected. I want to to work through AJAX. I removed
no-ajaxfrom button class but not working. It’s showing 400 error. Andmembers-order-byfilters not working either. When I change the filter, it’s showing all user instead of subscribers.Can you help me?
Thanks in advance 🙂
Hi,
I know there’s is a article about multi-site menu settings:
But in my case, I need to add menus separately for each sub sites (manually translation purpose). In sub sites ‘Menu’ section doesn’t contains “BuddyPress” menu option. So, I don’t see any option to redirect users from sub-sites to their user profiles or profile settings pages.
WordPress version: 5.2
BuddyPress version: 4.3.0I tried “Multisite Master Shared Menu” (https://tt.wordpress.org/plugins/multisite-shared-menu/) plugin to share WordPress root site menu with other sub sites and it’s working. But still I’m unable to change menu text (if I change root site menu, changes applied into all sites menus).
Is there any additional options available to link menus into sub sites?
Thank you!Hi,
The users i have in buddypress have a very sensitive info and don’t want it to be visible for everybody who access the user url or something like that. Want to set as private and only visible for wordpress admins. Is this possible? Or set buddypress as private? Or any plugin who does this?
If so, what i have to do?
Thanks so much in advance!
Hi,
I want a tab in user profile where the user is able to fill some fields.I used “BuddyPress Xprofile Custom Field Types” to create that fields. But that fields appears in register page, so the registration is with many extra fields (awful).
I don’t want these fields to appear when an user wants to create an account, i want these extra fields i created appearing only in user profile, and then the user can fill there instead registration form.
Is this possible? If so, what i have to do?
Thanks so much in advance!
