Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,151 through 4,175 (of 69,039 total)
  • Author
    Search Results
  • #308897

    Hey everyone. Thank you for the insightful conversation. This is exactly what forums and communities are for, and is a great example of why it is so important to have them.

    This question has come up just about every 180 days for the past 10 years, for both bbPress and BuddyPress. I usually don’t chime in on them, because they almost always go through the same motions:

    1. Some people are worried
    2. Some people don’t like the core functionality
    3. Some people think it’s too difficult
    4. Some people think it’s not powerful enough
    5. Development team defends the project
    6. Unhappy people trash the project
    7. Nobody really feels much better
    8. People get bored and the topic fades away
    9. Someone bumps it back up every once in a while

    I’m replying here and now, because I agree a lot with everything everyone has said here, even if I don’t like or agree with how it’s said.

    There are a lot of things about BuddyPress not to like. There has been a lot of added complexity over the years that has made it more difficult to understand and to work with. Building a community website with it takes a long time and requires a lot of experience to do well, and that’s even before the community has activity, membership, or growth.

    Without a big huge obvious whale of an example community, and without a big huge corporate sponsor, it’s hard to see the penultimate standard for what BuddyPress can be used to achieve.

    Because BuddyPress.org and bbPress.org are part of the WordPress.org network of sites, and because WordPress.org doesn’t really use the social features that BuddyPress provides, even it isn’t that great of an example anymore.

    The folks at BuddyBoss have, no doubt, invested nearly the same ten years as the rest of us have, working hard to make something out of nothing, only with a different set of goals in mind, that now is taking them in an exciting new direction.

    Having met several members of the BuddyBoss family, and after spending more than a few hours hanging out with them through the years at various WordPress related events, it cuts deep to hear how negative their perspective is on BuddyPress, but I don’t disagree with them, or think they’re wrong.

    Ten years ago when everyone was excited about BuddyPress, wasn’t because of the technology or the tools or the potential. It was a pain in the butt to setup. It required a version of WordPress (MU) that didn’t even come with an installer. It did everything “the wrong way” and not “the WordPress way.”

    Everyone was excited because it looked cool.

    Source: Venturebeat

    While not an exact clone, BuddyPress 1.0 popularized the 3 column design layout that Slack, Discord, Teams, and Mattermost, and others have built empires on top of today. Since 2.0 and later, we listened to user feedback instead of our guts, and worked to make BuddyPress simpler to drop into any WordPress installation, but in doing so we sacrificed the opinionated design that made all of us curious about what we could build on top it ourselves.

    I believe BuddyPress is, still to this day, the single most important piece of software on the open web. It empowers anyone to foster free and open dialogue with the privacy and freedom of having their own website on their own hardware, while also being powerful enough to scale up and grow as a community of people garners momentum. And it empowers people like the folks at BuddyBoss to grow even beyond BuddyPress itself.

    BuddyPress also continues to be a faithful sister-project to WordPress, bbPress, and GlotPress, acting as a playground for just about anyone to jump in and start helping improve the software that over 11 million users on WordPress.org and 300k other installations rely on to power their activity streams, member profiles, and more.

    I personally have met or know a few hundred people that have amazing careers (in WordPress or elsewhere) because of the knowledge and insight that contributing to the BuddyPress project has trained them for. (This is one of the most valuable things about BuddyPress that you can’t write on the tin, in my opinion.)

    To the folks that feel like leaving BuddyPress behind, happy trails until we meet again. And I hope we meet more often than we have, because our diversity of experiences and opinions is how we forge great open source software together, and that’s hard to find when you’re always looking inward at the same project for this long.

    To the folks that love BuddyPress as much as I do, thanks for sticking around and helping out and being a part of this community here. The best is yet to come, with media attachments, database improvements, deeper WordPress Admin integration, and if wishes were fishes we’d revive a retro bp-sn-parent theme to bring some of that old excitement back again.

    Here’s a corny quote from a favorite movie of mine that feels fitting:

    I cannot tell you how long this road shall be, but fear not the obstacles in your path, for fate has vouchsafed your reward. Though the road may wind, yea, your hearts grow weary, still shall ye follow them, even unto your salvation.

    #308891
    Mathieu Viet
    Moderator

    Hi,

    Well, as a start, you can try to paste the first example of code of this section: https://codex.buddypress.org/developer/group-extension-api/#examples into a bp-custom.php file and replace the display method of the Group Extension with:

    
    public function display( $group_id = NULL ) {
       $group_id = bp_get_group_id();
       
       $page = get_post( 27 );
       echo apply_filters( 'the_content', $page->post_content );
    }
    
    #308888
    Mathieu Viet
    Moderator

    Hi,

    What is your BuddyPress version ?
    What is your WordPress configuration ? Multisite or regular ?
    What is your active Template pack ? Nouveau or Legacy ?
    Have you tried with a bundled WordPress theme like TwentyNineteen to see if this was an issue with Kleo ?
    Are there other plugins active ?
    Can you add a screenshot ?

    Mathieu Viet
    Moderator

    Hi!

    For your information and as a follow up of the ticket you opened on Trac ( https://buddypress.trac.wordpress.org/ticket/8159 ), I’ve checked on my side and wasn’t able to reproduce.

    My config is WordPress 5.2.4, BuddyPress 5.1.0-beta1, Twenty Nineteen as the active thme. No other plugins or specific custom code in /wp-content/mu-plugins or /wp-content/plugins/bp-custom.php.

    evo252
    Participant

    Hi!

    I tried everything. I have all these plugins enabled on my BP Install:
    Akismet Anti-Spam
    Anti-Spam by CleanTalk
    BuddyPress Auto Activate Autologin Redirect To Profile On Signup : I need to allow my user to use my network like every social network without waiting for any moderation and approbation.
    No CAPTCHA reCAPTCHA
    Stop Spammers

    Everyday, I have a lot of spam registration who send a lot of messages to all my members, so my network is not working now, my members cannot use it because they are all receiving a lot of e-mail notifications because of spam.

    all messages are all the same:
    “Hi dear,
    how are you my dear I’m from UK, and
    i have something important to disclose with you
    if you don’t mind please contact me, through my private aminatadennis0@gmail.com
    so that i can explain myself to you
    Sincerely.”

    It’s very very annoying.

    Is there a solution without approving each member? Because we cannot approve hundred and hundred members each day, it’s impossible…

    Thanks in advance for your help !

    Rick Easley
    Participant

    @nahum I found the problem. In my theme settings the Members slug was being removed and I disabled it in my BuddyPress advanced settings. I deactivated and reactivated BuddyPress and now it’s working. Thank you so much for being patience and giving advice on fixing my issue. Thank you

    Rick Easley
    Participant

    Now I changed BuddyPress template from Nouveau to Legacy and now I cannot view my own profile page. The layout of my members page changed as well which matches more to the theme layout that I wanted. Do I need to delete the buddypress plugin and upload it again to possibly fix the issue of not being able to view profiles.

    Thanks

    #308863
    hochingj
    Participant

    @buddyboss Why didn’t you contribute to the buddypress code instead of creating competition off of thousands of hours of donated development for this free plugin?

    #308862
    Raval
    Participant

    I thank you for your support. I’m sorry I didn’t understand either.
    Your link https://wordpress.stackexchange.com/questions/62889/disable-or-redirect-wp-login-php
    It looks interesting. This is what I was looking for and I hope it works.

    Regarding the BuddyPress Login Redirect to Profile plugin, unfortunately it doesn’t work with the “Login Widget With Shortcode” plugin working

    Rick Easley
    Participant

    I’m going to check my settings in BuddyPress to make sure I didn’t change anything that would hinder someone from viewing profiles. My concern is if I can’t see the profile then neither can their friends.

    #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

Viewing 25 results - 4,151 through 4,175 (of 69,039 total)
Skip to toolbar