Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,176 through 4,200 (of 68,986 total)
  • Author
    Search Results
  • #308842
    Nahum
    Participant
    Nahum
    Participant

    @easleyr1 your other members profile do exist https://trvbe.com/members/krisavalon/, are you using a plugin to remove the members slug? or doing something like this https://buddypress.org/support/topic/remove-members-slug-so-its-commembername/

    all the links to users have the members slug missing, so its not just friends.

    I’d check if any of the modifications have been made affecting this or if you have a plugin on that messes with the urls

    #308830
    shanebp
    Moderator

    BuddyDev is a great and trusted resource for plugins and code snippets for BuddyPress.

    #308826

    In reply to: Name in profile

    beat sk
    Participant

    Hello,

    thank you but not working. When i create subfolders buddypress/members/single/ with member-header.php in my child theme then i get error.

    I just removed <?php if ( bp_is_active( ‘activity’ ) && bp_activity_do_mentions() ) : ?> and <?php endif; ?> but i get error. And We have a Legacy template pack no Nouveau.

    Thank you.

    #308812

    In reply to: Name in profile

    shanebp
    Moderator

    You need to adjust the proper template.
    But don’t edit the templates in the plugin or your changes will be wiped out when you update BP.
    Instead, overload the template:

    Theme Compatibility & Template Files

    Re RED: you didn’t say which template pack you are using. I will assume it is Nouveau.
    Over load this template:
    wp-content\plugins\buddypress\bp-templates\bp-nouveau\buddypress\members\single\member-header.php
    Then open the overload template and find this code near the top:

    <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
    	<h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
    <?php endif; ?>

    And simply remove the conditional, so it will look like this:

    <h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>

    Your other questions are more complex, but will require the same approach:

      – identify the template(s) you need to change
      – overload them
      – make your changes
    vsimm63
    Participant

    Hi There,

    I’m a newbie and I haven’t made any custom changes to the core files anywhere but……
    After new members register, then click “policy agreement & complete sign up” they’re taken back to the top of the register page. Also, when I login from website memu, I’m taken to WP login page.

    https://tribely.life
    Web hosting service: Blue Host (windows server)
    WP version: 5.2.4
    WP theme: SocialMag Pro version 1.1.2 by ThemesMatic (Buddypress plugin compatable)
    Buddypress: version 5.0 was added to the theme as a plugin
    NOTE: BP members sorted by personality trates. 69 profile field questions, 3 profile detail questions (standard BP), 3 account detail boxes (standard BP)

    Other Buddypress Add On Plugings (all have been diactivated & website reboot, but problem persists:
    1. Buddypress activity social share: version 2.2.1 by Wbcom Design
    2. Buddypress extended friendship request: version 1.2.0 by Buddy Dev Team
    3. Simple Buddypress profile privacy: version 0.7.9 by Justin Hansen
    4. Social sharing buttons: version 1.0 by ThemesMatic
    5. Paid memberships pro: version 2.1.4 by Stranger Studio
    6. Paid memberships pro-WooCommerce add on: version 1.6.1 by Stranger Studio

    #308778
    joaoaurelio
    Participant

    Solved by enabling profile fields inside buddypress settings

    #308776
    pucca1986
    Participant

    Can I use Buddypress with a WordPress blog or website or both?

    Which plan can I use it with – personal/premium/business?

    Thanks

    sujatagayari
    Participant

    Hello.
    WP Version- 5.2.4
    BuddyPress Version- 5.0.0

    Whenever a user clicks the home icon in my profile or directly on logo button user get logged out automatically and user dropdown again gets login/register links.
    My website is https://sociallyviral.club

    #308770
    joaoaurelio
    Participant

    Same here

    Fatal error: Uncaught Error: Call to undefined function bp_xprofile_fullname_field_id() in /home/promoco4/public_html/wp-content/plugins/buddypress/bp-members/bp-members-functions.php:1779 Stack trace: #0 /home/promoco4/public_html/wp-content/plugins/buddypress/bp-members/screens/register.php(204): bp_core_signup_user(‘test’, ‘123456’, ‘test@test.com’, Array) #1 /home/promoco4/public_html/wp-includes/class-wp-hook.php(286): bp_core_screen_signup(”) #2 /home/promoco4/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array) #3 /home/promoco4/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #4 /home/promoco4/public_html/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(359): do_action(‘bp_screens’) #5 /home/promoco4/public_html/wp-includes/class-wp-hook.php(286): bp_screens(”) #6 /home/promoco4/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #7 /home/promoco4/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #8 /home/ in /home/promoco4/public_html/wp-content/plugins/buddypress/bp-members/bp-members-functions.php on line 1779

    #308764
    Nahum
    Participant

    Anyone might know why this won’t this also apply to the stream after selecting a filter tab like My Friends? Works on the main feed but not after selecting a tab?

    Choosing activity stream information

    #308761
    ELO JOB
    Participant

    I just want to thank the BuddyPress team, I’m from Brazil and I’m using Google Translate.

    Sorry for the misspellings!

    #308760
    jennifersanchez
    Participant

    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!

    #308758
    #308754
    American2020
    Participant

    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.

    ragabsalem
    Participant

    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

    evillizard
    Participant

    I really appreciate buddypress and all the dedication goin into it..

    but To be honest.. I dont know why that password control stuff is included in the new version.. My site users are complaining bitterly. The old password field was jst fine the way it was. … What i would like to see instead is buddypress allowing registration with phone numbers and SMS instead of email… I really dont know why the wrong thing is always included in updates.. At least there should have been an option where the admin would be able to choose whether or NOT they want the password control..

    ..

    I would give @imath suggestion a try nonetheless.

    tevintwotimes
    Participant

    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 11

    I 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?

    #308741
    cranewest
    Participant

    I’m running into this same issue. Here is my debug log:
    [30-Oct-2019 21:21:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function bp_xprofile_fullname_field_id() in /Users/joelabeyta/Sites/live well/public_html/wp-content/plugins/buddypress/bp-members/bp-members-functions.php:1779
    Stack trace:
    #0 /Users/joelabeyta/Sites/live well/public_html/wp-content/plugins/buddypress/bp-members/screens/register.php(204): bp_core_signup_user(‘jbeyta’, ‘uN*)tqIK%wMl’, ‘joel@crane-west…’, Array)
    #1 /Users/joelabeyta/Sites/live well/public_html/wp-includes/class-wp-hook.php(286): bp_core_screen_signup(”)
    #2 /Users/joelabeyta/Sites/live well/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #3 /Users/joelabeyta/Sites/live well/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
    #4 /Users/joelabeyta/Sites/live well/public_html/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(359): do_action(‘bp_screens’)
    #5 /Users/joelabeyta/Sites/live well/public_html/wp-includes/class-wp-hook.php(286): bp_screens(”)
    #6 /Users/joelabeyta/Sites/live well/public_html/w in /Users/joelabeyta/Sites/live well/public_html/wp-content/plugins/buddypress/bp-members/bp-members-functions.php on line 1779

    Nahum
    Participant

    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

    #308738
    Anonymous User
    Inactive

    I’d suggest you to deactivate all plugins but BuddyPress and switch to a Twenty* theme. What you describe can be caused by another plugin or your current theme. Sometimes Cache plugins are also wrongly minifying JavaScript templates which can prevent the JavaScript to do its job.

    Nahum
    Participant

    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?

    #308718
    soulpowered
    Participant

    Hi imath!I was wondering if you could please help me. I accidentally deleted the pages associated with BuddyPress, like the activity page, and the members page, and maybe more ..but those two for sure, I thought they were associated with this different plugin, but they were not “oops”, now my dashboard recognizes that those components are missing, which all these components ” Members, Activity Streams, Activate, Register.”, it is telling me to repair them, which I tried, it says associate each page … but the problem is I cant create just another normal site page because, I do not know how to add the “index.php” part before the page name which seems to be what is needed in the permalink… so that is what I am looking to do, is to fix those components, but I am not sure how I can do that, will you please help me?

    Merci
    soulpowered

    ralbrightii
    Participant

    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.0

    Nahum
    Participant

    Trying 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;
    
    }
    
Viewing 25 results - 4,176 through 4,200 (of 68,986 total)
Skip to toolbar