Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,076 through 5,100 (of 73,985 total)
  • Author
    Search Results
  • #308869

    In reply to: Help with REST API

    Renato Alves
    Moderator

    Hi @meganelford,

    basically, your developer is requesting information so that the app can authenticate with the BuddyPress site. Due to the fact users are authenticated, the app needs permission to authenticate using those keys you mentioned.

    To make that happen you would need to have a token or oAuth plugin setup on your buddypress site. After that, create those API keys and provide to her.

    Here are a few plugins you could try:

    JWT Authentication for WP REST API

    WordPress REST API Authentication

    Application Passwords


    https://github.com/WP-API/jwt-auth

    Just be aware that whatever choice you make, there will be a learning curve.

    Also, I’d recommend checking how the API will affect the intranet nature of your site. For example, if you intranet is private (the front-end of the site), current BuddyPress API is open. Meaning, some information is open to the public (not logged in information, of course).

    Just something to keep in mind. Hope this answer your question, or at least, provides you with next steps (install the plugin and pass the keys information to her).

    🙂

    #308905
    jamesdoherty1708
    Participant

    Hi,

    We’re adding badges to our site through MyCRED, but i’m struggling to find a way of hiding the badges on a user’s own profile whilst still displaying them on other user’s profiles. I was wandering if there was a specific pageID that Buddypress uses to recognise the user is looking at their own profile rather than someone else’s, and whether i could use that to make a specific CSS.

    Thanks,
    James

    #308904
    sucedo
    Participant

    Hi there,

    we use buddy press together with bb press and enfold.
    We have one forum for all users and another forum with limited access (only for users which have been manually approved). We use Buddypress to limit the access – users have to apply for a buddypress group and this group has its own forum “Austausch für Therapeuten”. Since Buddypress Version 5.0 the group forum does not work any more. If you click on the link you are not redirected to the forum.

    Thx for your help!

    WP Version 5.2.4
    BuddyPress Version 5.0.0
    Website: https://hpuandyou.de/forum/

    #308898
    hochingj
    Participant

    With as much as @buddyboss depends on buddypress and with how much they charge, I sure hope they are doing the ethical thing and donating to the buddypress group that they are profiting off of.

    #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

    #308836
    Carsten
    Participant

    Theme – Gwangi dating Version: 2.0.0
    BuddyPress: by The BuddyPress Community – 5.0.0
    WP Version: 5.2.4, WordPress address (URL): https://filipinowomen.online
    ————————————————————————————-
    Hi there.

    Is it possible to filter the user roles, in your widgets? Maybe you know of a plugin, that install this option?

    Best regards Carsten 🙂

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

    Mathieu Viet
    Moderator

    Hi!

    BuddyPress 5.1.0-beta1 is available for testing. We’re also testing a new plugin to help you test BuddyPress beta & release candidates using less clicks 😉

    Here’s the announcement post:

    Test BuddyPress 5.1.0-beta1 thanks to our new BP Beta Tester plugin

Viewing 25 results - 5,076 through 5,100 (of 73,985 total)
Skip to toolbar