Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,426 through 5,450 (of 68,916 total)
  • Author
    Search Results
  • #283065
    shanebp
    Moderator

    Try something like this in your shortcode:

    $args = array( 
        'group_id' => 666,  // set the ID somehow
        'exclude_admins_mods' => false
    );
    
    $group_members_result = groups_get_group_members( $args );
    $group_members = array();
    
    foreach(  $group_members_result['members'] as $member ) {
    	$group_members[] = $member->ID;
    }
     
    return implode(", ", $group_members);

    Check the $args by reviewing groups_get_group_members() in buddypress\bp-groups\bp-groups-functions.php

    #283058
    badusername
    Participant

    I was able to use phpmyadmin and go into the database – table: wp_users and change the user_nicename to whatever I wanted. That worked fine.

    It looks like regular users who signed up already had nice @names but I think mine were bad in part because I set them up before I set up bbpress and buddypress and it was just trying to use my email address. Plus, setting up multiple accounts at different times to test things.

    #283056
    brewsi
    Participant

    Amazing. Switching to buddypress legacy made everything show.

    Thanks for your help

    #283055
    Venutius
    Moderator

    Imgur allows you to upload images and provide a link to view them.

    By the sounds of things you probably have a conflict. Things I would try:

    1. Set BuddyPress theme to BP Legacy
    2. Deactivate all other plugins apart from BuddyPress
    3. Try with a default theme such as 2016.

    #283044
    shanebp
    Moderator

    So does buddypress usually use the regular wordpress login user name? If a site just uses bbpress and buddypress – people set up an acccount just through wordpress and bbpress/buddypress use that?

    Yes and yes.

    #283043
    badusername
    Participant

    As far as I can tell people on my site start the process of creating an account with membermouse. So, yeah, I will try creating a new account again and see what I can figure out. I’ve made a bunch of test accounts for myself – so maybe I used the same email or something. I need clean up and delete a bunch of those anyway now.

    So does buddypress usually use the regular wordpress login user name? If a site just uses bbpress and buddypress – people set up an acccount just through wordpress and bbpress/buddypress use that?

    #283042
    shanebp
    Moderator

    Yikes, afaik, that is not done by BuddyPress.
    It looks like you have a plugin or other code that allows emails as user names.
    My guess re the ‘2-2-‘ bits is that more than one user was created with that email.
    ( Try a test registration using a unique email )
    WP dictates that login names have to be unique.

    BuddyPress uses the login names for @ mentions.
    So does bbPress – for example, this forum where your @ mention name is: badusername

    So, again, afaik, it will not be reasonably possible to simplify the @ mention names.
    With considerable and complicated customization, it might be possible.

    #283040

    In reply to: Like/Share

    Venutius
    Moderator

    You could try WPUlike and maybe BuddyPress Activity Share

    #283038
    Venutius
    Moderator

    One thing about this is that since group creation is open to all users, creating a group would be a simple way to get post creation rights. You may want to look at BuddyPress Restrict Group Creation to limit who can create a group in the first place.

    #283035
    Venutius
    Moderator

    That’s probably one for the bbPress forums then – https://bbpress.org/forums/ within each group with a forum there should be a forum menu item that links to the group forum. I’d first check there are no plugin conflicts by deactivating all other plugins except for BuddyPress and bbPress, if you still don’t get the menu item within the group then try a default theme such as 2016. BuddyPress forums are provided by bbPress, so that’s the best place to go for support.

    https://bbpress.org/forums/

    #283031
    Venutius
    Moderator

    The Groups page does not include any forums, just the group avatar, name and description. You can choose whether to include the groups forums in the forums page, and other options by following these instructions:

    Installing Group and Sitewide Forums

    #283030
    brewsi
    Participant

    I am trying to create forums for groups in buddypress using bbpress.

    I am really struggling to understand how they integrate. I have read lots of documentation and been through numerous support.

    My users can create a group and a a forum for that group.
    That forum then goes onto the forum page under a parent forum of group forums.

    Bit on the group’s page I can’t get the forums to show which is frustrating as when the user completes the group the forum isn’t viaible.

    Can someone talk me through the set up or point me in the way of comprehensive instructions?

    Thanks

    #283026

    In reply to: Do not get activities

    eigodeasobo
    Participant

    Yes, When Icreate a topic and create a reply in bbPress it does not create an item in the BuddyPress activity stream.

    Is it better to assign these two post IDs to “$args” and call new as “new WP_Query ($args)”?

    #283021
    Venutius
    Moderator

    Sounds like they have given you the brush off, clearly if it’s WooCommerce that is stopping another plugin from working then the onus is on them to fix it. If it was the other way round, BuddyPress was stopping a WooCommerce feature to stop working, then we’d need to look at it.

    #283015

    In reply to: Do not get activities

    shanebp
    Moderator

    If I post “bbp_create_topic”

    Do you mean, create a topic or create a reply in bbPress?
    And it does not create an item in the BuddyPress activity stream?

    btw- these are the BuddyPress forums.
    The bbPress forums are here and are probably a better place to ask your question.

    #283008
    shanebp
    Moderator

    Mean you don’t know how

    No, I mean your issue is not due to BuddyPress.
    It is due to the plugin that you are using for member searches.
    Again, you should ask the creators of that plugin.

    members/bps-form-home – located in: /buddypress/

    No, it is located in the additional code that you have added to buddypress.
    Are you using the BP Profile Search plugin?
    Go to the wp-admin area for your site.
    On the left side, you should see a link to Plugins.
    Click on that link and then you should see a list of the plugins on your site.
    Look for the BP Profile Search plugin.
    If you find it, then you know who to contact with your question.

    #283003
    Melanie Jimenez
    Participant

    Mean you don’t know how 🙂
    members/bps-form-home – located in: /buddypress/ Should I ask then support from OpenCart Or Magento if this is not an issue of BuddyPress
    And maybe Extended Profiles (Customize your community with fully editable profile fields that allow your users to describe themselves.) is not a part of BuddyPress too? Because only the gender got wrong search results – and this is BuddyPress Profile Field

    #282990

    In reply to: filter in member page

    zikadonfeur
    Participant
    #282988
    shanebp
    Moderator

    BuddyPress does not include the code for those kinds of searches.
    Please ask the support staff for your theme or for the plugin that handles your searches.

    tamnbu
    Participant

    I am using buddypress 4.1.0 and rtMedia. When I upload a photo from rtMedia’s media in the group page, it appears in the activity, but the link of the poster in the activity is displayed with the html string of a href = “” . I think that it is a bug, do you know how to fix it?

    #282982
    zikadonfeur
    Participant

    Hi,
    in general setting, buddypress. You need to assigne a page to the groups, if this page have this name “community”, have you try it?

    #282937
    popeye987
    Participant

    Hi BuddyPress community,
    I’ve been struggling with this problem for a few days now, and since i can’t find an answer i come for your help.
    I want to edit some files (some functions within them) from the “public_html\wp-content\plugins\buddypress\bp-templates\bp-nouveau\includes” Directory, like “functions.php”, and “template-tags.php”. The issue i have, is that i don’t know how to edit them on my child theme (i don’t want the changes go away every time i update BuddyPress).

    So the question is.. How can i edit those files in my child theme?.

    Thank you very much guys. Please explain me like you were teaching a kid so i can understand (im not very experienced at this, so please bear with me).

    DenisCGN
    Participant

    @henrywright

    Hello Henry,
    where can I find a list of HOOKs I can use with BuddyPress?
    For example changing the login_name after registration.
    Cheers,
    denis

    boundless_ink
    Participant

    Redirect users to buddypress profile edit page after sign up: TOPIC:

    this code: via https://buddypress.org/support/topic/redirect-users-to-buddypress-profile-edit-page-after-sign-up/

    .. this doesnt seem to work either.. @shanebp

    #282893

    In reply to: Forced to Deactivate

    shanebp
    Moderator

    Just a guess… Try:
    1. Change the title and the slug of ‘the page about membership benefits’.
    2. Go to Settings > Buddypress > Pages and make sure that you have not assigned ‘the page about membership benefits’ to any BuddyPress components.

Viewing 25 results - 5,426 through 5,450 (of 68,916 total)
Skip to toolbar