Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,176 through 4,200 (of 68,969 total)
  • Author
    Search Results
  • #308851
    brianstoiber
    Participant

    I am on the BuddyPress Settings page and under Options, the first one is

    Main Settings
    Tool Bar Show the Toolbar for logged out users

    https://imgur.com/76EN0i7

    #308848
    Nahum
    Participant

    Sorry I misinterpreted the initial question, so you have 2 questions
    1. Upon logging in you’d like to redirect the user to his profile activity page.
    2. How to disable the wp-login for non-admins or something like that so that regular users never see wp’s login screen.

    2. https://wordpress.stackexchange.com/questions/62889/disable-or-redirect-wp-login-php would this be a good start to a solution

    1.https://buddypress.org/support/topic/login-redirect-to-activity-personal-page/ ?

    #308846
    meganelford
    Participant

    Hi,

    I have someone building an android app and an ios app for our Buddypress-based intranet, and she has asked for the api key, consumer key and consumer secret.

    I have no coding knowledge at all. What do I need to do to provide these for her? Is there a plugin that will generate that information for me?

    Thanks in advance!

    #308845
    vsimm63
    Participant

    I’m having a similar problem. How do I enable profile fields inside buddypress settings?

    #308843
    amenon
    Participant

    Hello,
    My buddypress group description/except is being cut off on the second line when on that group’s page (not like an ellipsis, like the top half of letters are showing and the bottom half are not). Was wondering if anyone has encountered this/found a solution?
    I’m running WordPress 5.2.4 with Kleo theme version 4.9.18

    thank you!

    #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

Viewing 25 results - 4,176 through 4,200 (of 68,969 total)
Skip to toolbar