Search Results for 'buddypress'
-
Search Results
-
Topic: Send a post to other member
Hi! I have been searching unsuccessfully, any suggestions how I can make for a user to send their unique post to another buddypress member with a button for example?
The post are answers to questionnaires.
any suggest is welcome!
thank you!Topic: Don’t reveal usernames
I find it a bit “risky” to use the login username as the @ for users on Buddypress. Is there a way so users can have @ name set independent from the login name?
I don’t understand why Buddypress is doing this, but the way it’s limiting the groups description lengths makes no sense to me.
How can I get it so in the groups page the description is complete?I have a description with like 11 words and Buddypress it taking out the last 2 and replacing them with […]
Then I have another group with a 24 words description and Buddypress still removing the last 2 words and replacing with […]
I see no reason for this to be this way.

I have website to teach online learning and I use buddypress. I need to know if the user is active (after login) on site then a blinker will be visible on the name of instructor which will indicate this user is online because this is very important
Hello, all of a sudden my site went down because of the following error:
[31-Oct-2019 09:04:39 UTC] PHP Fatal error: Uncaught Error: Class 'BP_Component' not found in /home/website/web/website.com/public_html/wp-content/themes/videotube-child/inc/subscriptions-tab.php:11 Stack trace: #0 /home/website/web/website.com/public_html/wp-content/themes/videotube-child/inc/buddypress.php(9): require_once() #1 /home/website/web/website.com/public_html/wp-content/themes/videotube-child/functions.php(5): require_once('/home/website...') #2 /home/website/web/website.com/public_html/wp-settings.php(499): include('/home/website...') #3 /home/website/web/website.com/public_html/wp-config.php(125): require_once('/home/website...') #4 /home/website/web/website.com/public_html/wp-load.php(37): require_once('/home/website...') #5 /home/website/web/website.com/public_html/wp-blog-header.php(13): require_once('/home/website...') #6 /home/website/web/website.com/public_html/index.php(17): require('/home/website...') #7 {main} thrown in /home/website/web/website.com/public_html/wp-content/themes/videotube-child/inc/subscriptions-tab.php on line 11I have the buddypress 5.0 plugin installed and I have an includes(inc) folder in my child theme folder so I can add tabs to the account page.
Any idea why it is saying ‘BP_Component’ class not found all of a sudden?
Have tried ‘tinymce => false’ in wp_editor in js-templates/messages/index.php
but when this is disabled the messages do not send on clicking send.
Also tried user_can_richedit to false. But same issue, clicking send doesn’t do anything.
Console: Error
buddypress-messages.min.js?ver=5.0.0:1 Uncaught ReferenceError: tinyMCE is not defined
at N.d.<anonymous> (buddypress-messages.min.js?ver=5.0.0:1)
at underscore.min.js?ver=1.8.3:1
at Function.s.each.s.forEach (underscore.min.js?ver=1.8.3:1)
at N.d.sendMessage (buddypress-messages.min.js?ver=5.0.0:1)
at HTMLFormElement.dispatch (jquery.js?ver=1.12.4-wp:3)
at HTMLFormElement.r.handle (jquery.js?ver=1.12.4-wp:3)Just want to remove all visual editor buttons whereever they appear
What is the best way to remove user tabs? bp_core_remove_nav_item, after many years now, still doesn’t seem to be the solution. This method doesn’t only remove the link from the menu, it disables the component entirely unless I’m missing something because it seems to be offered up as the accepted solution on several threads.
I’ve even tried
bp_core_remove_nav_item in combo with add_action(‘bp_screens’, $screen_function) to re-add component screens >> worked somewhat but had other issues
So I ended up with just overwriting the members/single/parts/item-nav.php file
<nav class="<?php bp_nouveau_single_item_nav_classes(); ?>" id="object-nav" role="navigation" aria-label="<?php esc_attr_e( 'Member menu', 'buddypress' ); ?>"> <?php if ( bp_nouveau_has_nav( array( 'type' => 'primary' ) ) ) : ?> <ul> <?php while ( bp_nouveau_nav_items() ) : bp_nouveau_nav_item(); ?> <?php /*/////////////////////////////////// stopping the nav items here ///////////////////////////////*/?> <?php if(!in_array( bp_nouveau_get_nav_link_text(), array('Settings', 'Notifications', 'Messages')) ):?> <li id="<?php bp_nouveau_nav_id(); ?>" class="<?php bp_nouveau_nav_classes(); ?>"> <a href="<?php bp_nouveau_nav_link(); ?>" id="<?php bp_nouveau_nav_link_id(); ?>"> <?php bp_nouveau_nav_link_text(); ?> <?php if ( bp_nouveau_nav_has_count() ) : ?> <span class="count"><?php bp_nouveau_nav_count(); ?></span> <?php endif; ?> </a> </li> <?php endif;?> <?php endwhile; ?> <?php bp_nouveau_member_hook( '', 'options_nav' ); ?> </ul> <?php endif; ?> </nav>What is the way to do this?
Okay, here is my use-case. I am redesigning a Santa website for a local santa organization. One of the features of their old website was “Request a Santa/Mrs. Claus”, where when you filled out a forum, a bulk email would then go out to all of the members with the content of the contact form. That way people could request a Santa.
Well I have come along and am updating and overhauling the website, one of the things that I would like to do is something similar to above, but also have the contact form create a topic in a specific forum. This way all open requests can be housed in the same area. (Their current system relies on the email method only, if you miss the email, you miss out entirely.)
How might I go about this.
Using WordPress 5.2.4 (latest) with BuddyPress 5.0.0Trying to add icon in place of text but html is not allowed. Any help on how to allow html here.
add_filter('bp_nouveau_get_activity_directory_nav_items', 'my_bp_nav_items_text'); function my_bp_nav_items_text($nav_items) { $nav_items['all']['text'] = __( '<i class="fas fa-at"></i>', 'buddypress' ); return $nav_items; }Topic: User Profile Color Picker
Hey everyone!
Thank you so much for this great addon for wordpress and to all people supporting this!
I am using Buddypress for a short amount of time now but I am in need to create a color picker for profiles (to let users pick their fav color to design their profile) and I have absolutely no clue how to do that.
Does anyone have an idea how I could do that? I am not new to programming but very new to how wordpress work and specially buddypress. So some assistance would be great 🙂 We could also have a call or something.
So right now I am using the latest WordPress, latest Buddypress and an addon called Youzer to have everything running.
Would be great if someone could give me a hand on that 🙂 Thansk in advance!
Topic: Error Message after purchase
After a new user registers and a payment is made the user is not getting directed to the ‘confirmation of purchase page’. Instead they are receiving an error. The user registration is going through though. We tested it our self in a live environment with a valid credit card, charge for $1 with promo code. I have attached a screen shot of the error.
I am not sure if it is a Paid MemberPro or BuddyPress error, I will be submitting a ticket to them also to see if they have any insight.
WordPress 5.2.3
BuddyPress 5.0.0
BuddyPress for Learndash 1.2.8Members.hustlesmarter.co
Topic: Rename Group Nav Not Working
Several years ago I used code I found here to rename the “Home” nav item on the Groups page. I used this code in my Theme functions.php file.
It has been working fine for about 4 years, but now when I go to create a new group, I get an error message
screenshot: https://share.getcloudapp.com/d5ub6x2pBelow is the code I am using. I assume something changed in an update so perhaps bp_current_item is not working anymore? Or edit_nav?
//* Rename “Home” to “Reflections”of menu item in BuddyPress Group
// buddypress()->bp_options_nav[buddypress()->groups->current_group->slug][‘home’][‘name’] = ‘Home/Reflections’;
buddypress()->groups->nav->edit_nav( array( ‘name’ => __( ‘Home/Reflections’, ‘buddypress’ ) ), ‘home’, bp_current_item() );}