Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,501 through 19,525 (of 94,540 total)
  • Author
    Search Results
  • #239727
    husk3r
    Participant

    HI , I have a problem with these buttons
    buddy press buttons
    they work fine if I change to the default wordpress themes, but using my premium theme they look like that, where should I look to modify the aligment or it has nothing to do with buddypress?

    #239723
    Tony G
    Participant

    I’m building a site where a user’s identity in one group isn’t related to his/her site identity, and where the identity is different across groups.

    So for example, the WordPress.org site provides single-signon between that site and this BuddyPress.org site. But while I’m Starbuck there, I might prefer to be “MrBuddy” here, or “TechDude” in some other developer site.

    My application is for a single site but the concept is the same. A user has a single site account and wants to be in different groups where he is recognized by a different name, has different different profile fields, etc.

    Given that scenario I’m also trying to figure out the best way to manage group invitations. Some people invited to a group will already be site members. Rather that requiring group admins to have the email address for all group members I’d prefer that they invite site members by their member name/ID, with an email going out to the user from the site using a stock template : “You’ve been invited to the ZSite group Blah, click here to accept…”.

    Can anyone refer me to extensions/plugins for this? I’ve found some that do some of this, but not all, and nothing that’s been maintained for a while.

    Thanks!

    #239722
    danbp
    Participant

    Here a snippet to remove one tab.
    https://buddypress.org/support/topic/remove-item-from-sub-nav-on-profile-page/

    And same technique for nav and sub-nav

    Profile menu visibility

    danbp
    Participant

    Please read here to show WP’s user roles:

    https://buddypress.org/support/topic/displaying-user-roles-in-profile/

    Musician and venue are not roles, but member types which is a different thing. For that read here:
    https://buddypress.org/support/search/display+user+role+on+profile+page/

    #239717
    danbp
    Participant

    Deactivate your front end user plugin (which one ?) and see if issue remains.
    FYI, BuddyPress is dedicated to users (aka members) and they can handle their profile from front-end, so you won’t really have the necessity of using such plugin.

    danbp
    Participant

    Please use code button to publish code !

    Your code is correctly working on 2012 theme…
    The file must be in wp-content/plugins/bp-custom.php, not in wp-admin.

    deklein
    Participant

    I am trying to rearrange the buddypress profile menu items with the bp-custom.php file located in WP-Admin > WP-Content > plugins.
    The following code I have is as follows:

    <?php
    // hacks and mods will go here
    
    function mb_profile_menu_tabs(){
    global $bp;
    $bp->bp_nav['media']['position'] = 10;
    $bp->bp_nav['activity']['position'] = 15;
    $bp->bp_nav['forums']['position'] = 15;
    $bp->bp_nav['profile']['position'] = 25;
    $bp->bp_nav['messages']['position'] = 30;
    $bp->bp_nav['notifications']['position'] = 40;
    $bp->bp_nav['friends']['position'] = 50;
    $bp->bp_nav['groups']['position'] = 60;
    $bp->bp_nav['orders']['position'] = 70;
    $bp->bp_nav['profile']['name'] = 'Account';
    $bp->bp_nav['forums']['name'] = 'Collections';
    }
    add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
    
    ?>
    

    When I save the file and then refresh my profile page the items are not rearranged or renamed. Am I missing any steps or do i need to copy this document and paste it elsewhere inside other .php files?
    Any suggestions will be helpful! (:

    #239712
    proteas
    Participant

    OK problem solved. It wasn’t my setup after all, it was the spam filters my hosting company was using.

    I found out thanks to this post here:

    Invalid activation link fix?

    I only wished I found it earlier.

    #239711
    dlt101
    Participant

    I have the latest versions of WordPress, BuddyPress, and CKEditor.
    Also a child theme for Responsive.
    When both BuddyPress and CKEditor are active, the editor displays just a blank box for posts and pages. All other plugins are disabled.

    #239708
    Scarfy
    Participant

    I recently installed buddypress on my local computer (Running with mamp). I enabled pretty permalinks and then after, it said Forbidden
    You don’t have permission to access /wordpress/ on this server. I then deleted .htaccess and now buddypress pages say Not Found
    The requested URL /wordpress/members/ was not found on this server. Any suggestions?

    #239707
    jacobsager
    Participant

    I know this may be impossible by the changes in the Facebook API, but it’d be great if there was a native BuddyPress feature to support facebook groups. It would sync posts back and forth, automatically add users, and allow you to augment the limited facebook group experience. A BuddyPress installation could become a backup or more nuanced experience for a facebook group, allowing admins and users alternative ways of finding group content than scrolling down or using the facebook search bar.

    Just an idea.

    #239706

    In reply to: Xenforo Integration?

    wonky1
    Participant

    I’ve got this running with a wordpress bridge, happy days..
    All I need now is for BuddyPress to pull from our user tables.
    I would be very grateful for some pointers.

    For instance, can I instruct BP to pull from the Xenforo (XF) database, using these methods;

    Member Types

    many thanks

    chilluspot
    Participant

    HI,

    I am trying to fetch user avatar url from out side wordpress(buddypress)
    from where can i get user avatar.
    i need to create a custom function to get avatar.anyone faced same issue please help.

    #239701
    l r
    Participant

    Hi
    I’m using wordpress version 4.2.2
    Buddypress version 2.2.3.1
    I am using a child theme of twentyfifteen.
    I can’t send a link to my site as it’s still in development.

    I have a list of public groups on my site, and I would like to add a Join button so anyone can join.
    Is this possible?

    At the moment I have to register, and then choose a group to join. Is this the only way of doing it?

    thanks for any help!!

    #239699
    Henry Wright
    Moderator

    @majecdad

    I did some digging and bp_blogs_activity_new_post_action does actually apply to blog posts so my apologies for leading you to believe it applies to activity posts.

    To answer your question about component_id, the docs say:

    ID of the BuddyPress component to associate the activity item

    This isn’t hugely helpful because it doesn’t tell us anything new. But the component_id is just the internal identifier of the component. It gets set during the component creation process. Take the Friends component as an example, see here. And in the case of blogs, see here. The buddypress()->blogs->id what you see in your function is just a way of accessing that ID.

    #239698
    proteas
    Participant

    Now I have completely deleted the MySql database and all WordPress files. I did a completely clean install of WordPress 4.2.2 (without using Softaculous) and the only plugin I installed and activated is BuddyPress 2.2.3.1. Haven’t changed the language or anything else.

    The problem is still there, exactly the same. The users get activated immediately after registration without clicking on the email link that is being sent to them.

    #239696
    dsr07mm
    Participant

    Ok so this comes from complete beginner when coding come in question.

    Can I actually change like complete design/template of buddypress profile page look ? I dont mean on fields and tabs, I mean about making everything smaller ?

    Also I would like to add comment count and history including follow button for profiles.

    Any links to guides/example where I could learn more about that if its possible it would be appreciated.

    #239695
    majecdad
    Participant

    First, @henrywright, I think you were right, that code was not creating the entry, it was created because I had add_post_type_support( 'alert', 'buddypress-activity' ); in bp-custom too. Thanks for making me think twice.

    It’s amazing what you can learn in 12 hours. Not enough, but it’s a start. So I tossed the baby out with the bathwater, and read this about 15 times to get to a partial understanding of it. I am now using this:

    // Don't forget to add the 'buddypress-activity' support!
    add_post_type_support( 'alert', 'buddypress-activity' );
     
    function customize_page_tracking_args() {
        // Check if the Activity component is active before using it.
        if ( ! bp_is_active( 'activity' ) ) {
            return;
        }
     
        bp_activity_set_post_type_tracking_args( 'alert', array(
            /*'component_id'             => buddypress()->blogs->id,*/
            'action_id'                => 'new_alert',
            'bp_activity_admin_filter' => __( 'Published a new alert', 'buddypress' ),
            'bp_activity_front_filter' => __( 'Alerts', 'buddypress' ),
            'contexts'                 => array( 'activity', 'member' ),
            'activity_comment'         => true,
            'bp_activity_new_post'     => __( '%1$s posted an important new <a href="%2$s">** Alert **</a>', 'buddypress' ),
            'bp_activity_new_post_ms'  => __( '%1$s posted a new <a href="%2$s">alert</a>, on the site %3$s', 'buddypress' ),
            'position'                 => 100,
        ) );
    }
    add_action( 'bp_init', 'customize_page_tracking_args' );

    After about 20 different mods, adding and deleting and changing, I got a CPT to take to the activity stream, with the (mostly) modified text I was looking for.

    I actually don’t even know what some of the items in the array are, I just changed things until they worked. 🙂 In fact, I had to comment out component id, because I still haven’t figured out what goes there to keep from getting a WSOD.

    The only main thing I’d really still like to accomplish is getting the Post Title in the link that is created here: '%1$s posted an important new <a href="%2$s">** Alert **</a>' — where it would be like “soandso posted an important new Alert:The Title of the CPT”

    Any ideas out there?

    If this is still not the right/best way to accomplish this, I’m open to suggestion. But I think I am at least stepping in the right direction.

    Thanks.

    #239694
    niranjan4790chouhan
    Participant

    I’ve tried AddToAny, Ultimate social media and icon plugin in buddy press theme. but it is not sharing image and correct title on facebook. Is this problem of buddypress theme?

    #239693
    mcmenace
    Participant

    When a new user registers it sets it up on the back end but just shows them a white screen. I have wp user front end installed but i am using buddypress for the registration page.

    Betty_B
    Participant

    Hi there,
    I need some general advice ( I am using current versions of wp and bp and from what I understand the issue is the same whatever your theme).
    My question is how do you let your subdomains’ admins deal with their own users’ registration and keep them separate from the main website and network?
    I am unable to locate a plugin for it…they’re either broken, not buddypress compatible, etc. Short of hiring a developer, has anyone found an (easy) workaround for this issue?
    Thank you in advance,
    Betty

    Rapforthemoment
    Participant

    Hey guys. I am trying to display a UserMeta form on my registration page for my site, only I can’t figure out just what to do. I’ve tried so many codes that my mind is racing. I want to place in my UserMeta form so I can turn the Biographical Info into the users actual wordpress bio info, which will appear in author boxes. If there was a way to alter this, in other words, use a code or an app that would transform a buddypress profile field into the users actual bio field, which could then be displayed in author boxes, that would be even better!

    Please support. Anything would be amazing! Thank you in advance!

    #239688
    Patryk
    Participant

    Hi i want to know hot to disable buddypress register and login redirect now is
    http://www.example.com/wp-login.php?action=register
    i want to
    http://www.example.com/register

    but this not work `if ( bp_core_is_multisite() )
    remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );
    else
    remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );`

    And this not work

    ‘function bbg_bp_loggedin_register_page_redirect_to( $redirect_to ) {
    if ( bp_is_component_front_page( ‘register’ ) )
    $redirect_to = bp_get_root_domain() . ‘/home’;

    return $redirect_to;
    }
    add_filter( ‘bp_loggedin_register_page_redirect_to’, ‘bbg_bp_loggedin_register_page_redirect_to’ );’

    and this not work in my functions.php theme

    #239685
    ibrahim_alfors
    Participant

    @shanebp thank you for the reply.

    I have researched the plugins that allow the searching for members and I found that this plugin is great but unfortunately the requirements of my client need a lot more customization and I find the documentation of buddypress much more helpful.

    About the:
    xprofile_get_field_data( $field, $user_id = 0, $multi_format = 'array' )
    I think using that in a Query would be very expensive as it would require doing more database transaction over the search transaction. Am I right?

    The wild card seems like a decent way to go with it, I think I will try that 🙂

    Thank you.

Viewing 25 results - 19,501 through 19,525 (of 94,540 total)
Skip to toolbar