Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,401 through 4,425 (of 68,969 total)
  • Author
    Search Results
  • #307500
    mysticsofthenight
    Participant

    BuddyPress custom profile plugin doesn’t work. It doesn’t do anything at all. All the profile section shows is “Base Name” and a field to enter your name and that’s it. Users’s can’t add their bio to their profile.

    #307497
    mysticsofthenight
    Participant

    Hello,

    I recently installed the BuddyPress plugin, which is version buddypress.4.4.0 and users can click on edit profile, but they can only edit their name. I also disabled the feature that is through WordPress and lets users edit their profile there because it doesn’t show up on users’ profile page on my social site that BuddyPress manages. Users should be able to edit their profile in the edit option of their profile on my site that BuddyPress manages because the feature is there to do so, but it only allows users to edit what is called “Base Name” under edit profile and they can’t add their bio or anything else. Is there another plugin I have to use with Buddy Press to make it to where users can edit their profile in the edit profile section of their profile on my site that BuddyPress manages? Any help is appreciated. Thanks!

    Respectfully,

    -Mysticsofthenight

    #307486
    Owen Carver
    Participant

    BuddyPress does not have this as a default option in the activity feed settings?

    #307473
    jackal
    Participant

    Hi @vbnr!

    Would you explain a bit more! Where to add this filter? I tried to add it in \wp-content\plugins\buddypress\bp-core\bp-core-functions.php under the specific code but it doesn’t work!

    I even tried the previous solution to replace content_plaintext with content_html and yet users receive emails in plain text.

    Would you help me with this?

    rsmithgs
    Participant

    The link in your previously linked solution is broken, but archive.org shows this from March 2, 2017 (https://web.archive.org/web/20170302040249/http://snippetbarn.bp-fr.net/xprofile-field-length-control)

    Google Translated to English:

    Imagine that you have a profile field containing any biography or presentation and want to display it, at least as an excerpt, on the membership directory.
    Let’s imagine you have an xprofile containing a biography that you want to display, even partially, on the members directory.

    function bpfr_custom_textfield_length() {  
         
        //Check if user is logged in & if xprofile component is activated
        if ( is_user_logged_in() && bp_is_active( 'xprofile' ) ) : 
            $my_custom_textfield = bp_get_member_profile_data( 'field=Brief Biography&user_id='.bp_get_member_user_id() ); 
         
        /*
         * The length = number of characters, not words.
         * Set the number of caracters to show.
         * The 3 dots are the appended text ending the excerpt.
         * Don't remove the quotes if you change this
         * BuddyPress 2.1 will add new class and id for custom fields.
         * The span can be omited to style this part. See ticket #5741
         */
            if ( strlen($my_custom_textfield) > 20) :  //adjust to your need
                $my_custom_textfield = substr($my_custom_textfield, 20).'...'; //adjust to your need
            endif;
                // uncomment the following line to get a span around the displayed field content
            // echo '<span class="short-custom">'. $my_custom_textfield; .'</span>';
                // comment the following line if you use the span
            echo $my_custom_textfield;
                 
     
        endif; // is_user_logged_in
    }
    add_action( 'bp_directory_members_item', 'bpfr_custom_textfield_length' );

    I have not tested this code, just reporting what was originally said to resolve this issue. I am looking to find out if this works as well.

    naeemdh
    Participant

    anyone to help
    short code of mp3 sticky player not working on buddypress pages?

    kobrakai75
    Participant

    Hi all

    After a lot of searching around I found a solution for a friends only activity stream.

    The following function works and I am only seeing updates from friends:

    function buddydev_friends_only_activity_args( $args ) {
        
        if( ! bp_is_activity_directory() || !  is_user_logged_in() ) {
            return $args;
        }
        
        $user_id = get_current_user_id();
        
        $user_ids = friends_get_friend_user_ids( $user_id );
        
        //include users own too?
        array_push( $user_ids, $user_id );
        
        $args['user_id'] = $user_ids;
        
        //print_r($args);
        return $args;
     
    }
    
    add_filter( 'bp_after_has_activities_parse_args', 'buddydev_friends_only_activity_args' );

    However, the mentions tab on my activity stream now displays the message “Sorry, there was no activity found.” If I remove the function I can see all the mentions again.

    Mentions are still working fine on user profiles.

    Any ideas what is causing this?

    WordPress 5.2.2
    BuddyPress 4.4.0

    michaeljcheney21
    Participant

    Ive tried multiple times with different usernames and emails but the registration page is not working;

    Register

    1. Which version of WordPress are you running?

    WordPress 5.2.2

    2. Did you install WordPress as a directory or subdomain install?

    no, on the root

    3. If a directory install, is it in root or in a subdirectory?

    root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?

    no

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    yes

    6. Which version of BP are you running?

    Version 4.4.0

    7. Did you upgraded from a previous version of BP? If so, from which version?

    no

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    Akismet Anti-Spam
    Activate | Delete
    Used by millions, Akismet is quite possibly the best way in the world to protect your blog from spam. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.

    Version 4.1.2 | By Automattic | View details
    Select bbPress
    bbPress
    Deactivate | Settings | About
    bbPress is forum software with a twist from the creators of WordPress.

    Version 2.5.14 | By The bbPress Community | View details
    Select BuddyPress
    BuddyPress
    Deactivate | Settings | Hello, BuddyPress!
    BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!

    Version 4.4.0 | By The BuddyPress Community | View details
    Select Contact Form 7
    Contact Form 7
    Settings | Deactivate
    Just another contact form plugin. Simple but flexible.

    Version 5.1.4 | By Takayuki Miyoshi | View details
    Select Envato Market
    Envato Market
    Deactivate
    WordPress Theme & Plugin management for the Envato Market.

    Version 2.0.1 | By Envato | Visit plugin site
    Select Featured Image from URL
    Featured Image from URL
    Activate | Delete
    Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.

    Version 2.6.0 | By Marcel Jacques Machado | View details
    Select Google Captcha (reCAPTCHA) by BestWebSoft
    Google Captcha (reCAPTCHA) by BestWebSoft
    Settings | Deactivate
    Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).

    Version 1.51 | By BestWebSoft | View details | Settings | FAQ | Support
    Select Hello Dolly
    Hello Dolly
    Activate | Delete
    This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page.

    Version 1.7.2 | By Matt Mullenweg | View details
    Select Leadpages Connector
    Leadpages Connector
    Deactivate
    Connect your Leadpages account to your WordPress site to import Leadpages and Leadboxes

    Version 2.1.6.21 | By Leadpages | Visit plugin site
    Select OptimizePress
    OptimizePress
    Deactivate
    OptimizePress is the essential plugin for marketers. Create squeeze pages, sales letters and much more with ease.

    Version 2.5.21 | By OptimizePress | Visit plugin site
    Select Post Views Counter
    Post Views Counter
    Settings | Deactivate
    Post Views Counter allows you to display how many times a post, page or custom post type had been viewed in a simple, fast and reliable way.

    Version 1.3.1 | By Digital Factory | View details | Support
    Select Socialize Plugin
    Socialize Plugin
    Deactivate
    A required plugin for Socialize theme you purchased from ThemeForest. It includes a number of features that you can still use if you switch to another theme.

    Version 3.10 | By GhostPool
    Select The Events Calendar
    The Events Calendar
    Deactivate | Settings | Calendar
    The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome.

    Version 4.9.7 | By Modern Tribe, Inc. | View details | Support | View All Add-Ons
    Select Theia Sticky Sidebar
    Theia Sticky Sidebar
    Deactivate
    Glues your website’s sidebars, making them permanently visible while scrolling.

    Version 1.8.0 | By WeCodePixels | Visit plugin site
    Select Visual Sidebar Editor
    Visual Sidebar Editor
    Deactivate
    An addon that allow you to use WPBakery Visual Composer or wordress editor to override sidebars

    Version 1.2.5 | By ERROPiX | Visit plugin site
    Select WishList Member™ 3.0
    WishList Member™ 3.0
    Deactivate
    WishList Member™ 3.0 is the most comprehensive membership plugin for WordPress users. It allows you to create multiple membership levels, protect desired content and much more. For more WordPress tools please visit the WishList Products Blog. Requires at least WordPress 4.0 and PHP 5.4

    Version 3.0.6282 | By WishList Products | Visit plugin site
    Select WordPress Automatic Plugin
    Wordpress Automatic Plugin
    Deactivate
    WordPress Automatic posts quality articles, Amazon products, Clickbank products, Youtube videos, eBay items, Flicker images, RSS feeds posts on auto-pilot and much more.

    Version 2.3.3 | By Miled | View details
    Select WPBakery Page Builder
    WPBakery Page Builder
    Settings | Deactivate
    Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.

    Version 6.0.5 | By Michael M – WPBakery.com | Visit plugin site
    Select Yoast SEO
    Yoast SEO
    FAQ | Premium Support | Settings | Deactivate
    The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.

    9. Are you using a standard WordPress theme or customized theme?

    Socialize Child Theme

    10. Which theme do you use ?

    Socialize Child Theme

    11. Have you modified the core files in any way?

    no

    12. Do you have any custom functions in bp-custom.php?

    no

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    built in i think

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress

    dont think i have these – just cant get registered as a pretend user on the registration page

    15. Which company provides your hosting?

    D9

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?

    Apache i think

    17. Which BP Theme are you using?

    dont know

    18. Have you overloaded any BuddyPress template files.

    no

    19. Any other site customisations that might have a bearing on the issue?

    no

    #307440
    synaapse
    Participant

    Hi,
    BuddyPress makes issue with OptimizePress(v2) Live Editor.

    The problem : when BuddyPress is activated, we can’t upload a picture in the OptimizePress Live Editor, it makes a black screen. Seems it would be a javascript conflict.

    Because some JS are harcoded in BuddyPress, Optimize Press can’t deactivate JS from its admin panel and don’t display its Live Editor in good conditions.

    Is there a solution, please ?

    #307437
    eloyruiz
    Participant

    Sorry @shanebp, you’re totally right.
    I correct: I want to remove Settings > General subtab and set Settings > Notifications as default.
    Please, take a look at my Gist https://github.com/eloyruiz/general/blob/master/buddypress-default-nav and tell me if you see anything wrong.
    Thanks a lot!

    #307436
    shanebp
    Moderator

    Are you referring to this line of code:
    <legend><?php _e( 'Who can see this field?', 'buddypress' ) ?></legend>

    In this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\profile\edit.php

    If so, you can overload that template file. And make your edits in the overload template.

    johnsag
    Participant

    Some time ago I updated the buddypress component, and now the member profile pages come out wrong.

    The information I earlier had in this pages is listed as a separate column under the cryptic heading “View Base”, while a number of entries have been added on the left hand side “Profile, Groups, Docs”

    I want to remove all of this except the personal data fields. How do I do this?

    I want to remove “View Base” and “Profile, Groups 3, Docs” in all profiles like this: http://gamephilosophy.org/members/margarita/

    Hope someone can give me a tip..

    #307428
    eloyruiz
    Participant

    Sorry, I’m having some problems with the edition and it’s not getting my last changes.
    The piece of code I’m using is this: https://github.com/eloyruiz/general/blob/master/buddypress-default-nav

    nwus30
    Participant

    BuddyPress version 4.4.0
    WordPress version 5.2.2
    Affirmcreation

    When I upload a photo to my wall I see the link on the activity page rather then the image (thumbnail) of the photo.

    When I click on the link the photo pops up. I would like my users to see the photo rather than have to click the link for the photo to open.

    Is there a way to change that so when I upload a photo to my wall I see the thumbnail?

    Thank you

    #307424
    Raval
    Participant
    reviseshare
    Participant

    Hi,
    When a user clicks into their account and selects posts, it says no items found, despite the fact that I have submitted posts. Can someone help us please. Our theme developer says this is definitely a problem with BuddyPress and we have run out of possible solutions.
    No posts are showing
    Thank you for the support.

    WP version:5.2.2
    BuddyPress version:4.4.0
    Link to site: http://www.reviseshare.co.uk
    Issue still happens when converting to other themes e.g. Twenty Thirteen Theme

    spings
    Participant

    RE–Changing ‘Private Message’ to ‘Message’ throughout BuddyPress and bbPress

    Would like to remove the word ‘private’ from anywhere ‘private message’ automatically appears, so that these always just say ‘message’, not ‘private message’.

    The last answer here was 5+ years ago:

    Topic: Private Message Button Label Change · BuddyPress.org

    Is this still the last word? Any BuddyPress based themes, plugins, add-ons, or a way to do this simply? Considering using Front End PM to sidestep this issue.

    Thanks for suggestions or help.

    #307401
    dnatecservices
    Participant

    Hello, I have a theme that has added some buddypress profile tabs because of this, the membership, invitations, and create group tabs withing the groups page, moves way down and does not stay with the original set of tabs on the buddypress profile. Tab Error. I worked with the theme developer and they are saying this would have to be fixed in \buddypress\members\single\profile.php and I am not a PHP developer.

    Does anyone have any ideas on how I can fix this?

    #307397

    In reply to: Profile default nav

    Anonymous User
    Inactive

    Hi @eloyruiz

    You can add this Gist into a bp-custom.php file to achieve what you want to do:
    https://gist.github.com/imath/113ad3226c9a01ac56c2d2edabb458f3

    PS: you need to keep the public view for users viewing other profiles.

    #307396
    Anonymous User
    Inactive

    Hi @coolhunt 🙂

    I think it depends on the level of user interactions you need. If your need is simply to list businesses, then yes a plugin like the one above should do the job.

    But if your need is to build something more “social”, like having business fans listed, discussions about the businesses, reviews. Then I’d probably choose BuddyPress and use one of my plugins to add profiles to group 🙂

    There’s a ticket on BuddyPress Trac about it: https://buddypress.trac.wordpress.org/ticket/6783

    About SEO, I’d love to see a plugin making BuddyPress more friendly in this area and we’d be very happy to help improving this part as soon as we could have guidelines about the needs.

    #307393
    BuddyBoss
    Participant

    You could set a profile type as Business and then set profile fields for it that make sense for a business. That’s one option.

    One issue people sometime run into is that they want users to have a profile that represents a person, and then also have some business content like listings etc which are associated with that person. So then you’re back to using BuddyPress for the profiles and needing another plugin for the business content.

    So it really depends on what you’re trying to do. In most cases I think it’s cleaner to use a listing plugin and have it link to the buddypress profiles as the authors of the business listings.

    You could also use Groups to represent businesses. But that makes more sense if they are representing a company with members (employees), like a Facebook page. If you just want “listings” it’s overkill and then you’ve also lost the ability to use groups later on for what they’re really meant for.

    There is a plugin I really like for listings that is just simple to configure and use in my opinion. I have no affiliate with it, just have used it on some custom projects and found it easy to work with. This one, worth a look:

    Advanced Classifieds & Directory Pro

    #307392
    BuddyBoss
    Participant

    In terms of being locked in, there is no more lock-in with BuddyBoss vs BuddyPress. Both are free, open source plugins. And BuddyBoss is being more actively developed than BuddyPress actually.

    It is very easy to toggle between the two while testing. We only have one migration script, which is for people who have used our old Media plugin to migrate their media posts. For all BuddyPress data there is no data migration necessary. The core data structure is intentionally the same.

    The main work to switch is just switching your theme. As we have editing the templates quite a bit to achieve a nicer frontend experience.

    As for putting the BuddyBoss Platform on Github, that will happen soon. This month or next. It’s actually on Github now we just need to document the contributor process and then make the repo public. We want developers to contribute to it. This has always been our plan, we’re just doing things carefully one step at a time. We’ll soon let customers vote on core features as well and then we can pick the most requested features and prioritize them.

    #307390

    In reply to: Profile default nav

    eloyruiz
    Participant

    Somebody there?
    I also tried with the function documented here <https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_default/&gt; but it’s also not working…

    #307385
    glouton
    Participant

    Hello there,

    I’m reviving this old thread cause I can’t wrap my head around the text domain.

    I’ve read this thread, the codex and this example : https://gist.github.com/imath/dce8426f686da1727f82

    It works for me, I understand how and the code but in case of adding buddypress-activity support to a post type created by another plugin (CBX Poll) I can’t figure out what text domain to use when I put this code in bp-custom.php

    With a home made plugin I would add support at post type registration and use this custom plugin’s domain.

    I guess I could use the functions.php of the theme and the theme’s domain but then it’s theme dependent.

    If anyone can enlighten me…

    #307378
    olufemishield
    Participant

    @prashantvatsh thank you for this. My case is a little different. I want to a tab in the buddypress profile menu that shows all the site-wide forums where members can click and add topics or replies. They wont be able to create forum. Basically, I just need what I see in “homepage/forums” to be replicated in homepage/members/username/forums.

    Thanks in advance

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