Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,851 through 2,875 (of 69,061 total)
  • Author
    Search Results
  • #316422
    mcary1996
    Participant

    My BuddyPress community is private. Would this photo help determine what CSS needs to be added and where?

    sample

    #316420

    In reply to: Mega menu for members

    clickallco
    Participant

    Sure it’s possible – but you’d have to code it yourself… 🙂 But to help you a bit:

    Make the profile fields you want to have checked first, on where your members are located.

    Otherwise, I think Buddypress has the possibility to loop through the xprofile fields – so something like this to gather your names for the mega menu (This is untested, so test it first before putting it on a production site)

    <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
        <?php if ( bp_field_has_data() ) : ?>
            <?php if (bp_the_profile_field_name() == 'YOURFIELDNAME') && bp_the_profile_field_value() == 'checked'){
    	//do something
        	}?>
         <?php endif; ?>
    <?php endwhile; ?>

    Gl

    #316418
    mcary1996
    Participant

    Drop down menu on mobile devices displays behind buddypress profile items like profile picture. Please let me know how to fix, thanks!

    #316401
    Mathieu Viet
    Moderator

    Thanks for your tests (and your wishes) @alersn 👌

    I’ll try to explain what’s happening in your case and I believe it also concerns most people using a plugin that is managing Group or Member types. First, I had to handle a similar case for a plugin I’ve build to manage Member Types years ago.

    These kind of plugins had to make a choice about how to ensure type properties persistency, because when BuddyPress introduced the feature only registering Types using custom code was possible. For instance, I chose a regular WordPress option. BP Create Group Type chose to use a Custom Post Type. So most Group Type properties like the one to show checkboxes into the Group create screen are saved as post metas.

    In 7.0.0, as BP Types are custom taxonomies, we decided to use term metas to store these properties. This means, properties are not saved at the same place, that’s why you’re experiencing this issue.

    I agree it’s not great for user experience to have 2 group types menu into the admin and have 2 different ways to manage Type properties: it’s confusing. Ideally, these kind of plugins should alternatively:
    a. disable Group Types menu generated by BuddyPress.
    b. use a specific upgrade routine when the plugin is used with BuddyPress 7.0.0.

    I chose b. for my plugin 😉 because I believe it’s important to enjoy the improvements brought by BuddyPress. It’s standardizing how Type properties are saved, and it will avoid users to be stuck with a BP Plugin (that might have dropped its support) in the long term.

    If BuddyPress plugin developers are interested about how I’ve migrated the Member Types properties my plugin was using so it now uses the BuddyPress way, here’s a gist about it:

    https://gist.github.com/imath/df65b7c856fbd02024a84c7ecc016090

    Best wishes to you too 🎉

    #316400
    alersn
    Participant

    Thank you very much for the quick replay and for the solution 🙂 These solution its works perfect if i start a new wordpress instalation and i create the goups type with the new release 🙂
    I didn’t understand the cause why I’m not able to set the group types of a Group during its creation process in my old wordpress instalation….So I created a test environment, with a new installation of Wordrpess and “buddypress” (with the new BP7.0.0 release) and “buddypress create groups type” plugins. My surprise was that when I created new types of groups using the new configuration panel of BP7.0.0, it worked as you said :).
    I did not understand why in my old installation it did not work for me, so I created a new installation to test, creating the types of groups from the control panel of the pluging (buddypress create groups types) and it was here where the problem occurred that I mentioned in last. The truth is that I don’t know why this happens but I comment on it in case it could be relevant …
    In the following link I explain the tests that I carry out with images in case you are interested and I can better clarify what I did:

    https://filetools8.pdf24.org/client.php?mode=inline&file=joinPdf_57c3723e98842cf01747e9d9590a3f24_12203515873474497049.pdf&action=getFile

    https://smallpdf.com/shared#st=29a5beca-08af-4a95-971d-fac24fbdd4fd&fn=Group_type_test.pdf&ct=1609183456898&tl=share-document&rf=link


    @imath
    Thanks for your contribution and the great code that you generated for the tabs … is that help me a lot for my case 🙂 .
    My best wishes.

    kapilkumar99
    Participant

    Hi,

    I am using WordPress version 4.9 and I installed buddypress also setup it. Now I am facing problem regarding user registration form. After filling all the detail and click to sign up, it show message “your account have been created please check email to activate it”. But I won’t receive any email to active my buddypress account.

    Please help me to get rid out of this problem.

    Thank you.

    #316373

    In reply to: Password issue

    iamthewebb
    Participant

    https://buddypress.org/support/topic/when-asking-for-support-2/

    Have you tried with twenty twenty theme or other plugins disabled? I can see error messages in the console from plugins conflicting.

    #316371
    lishantha
    Participant

    Hi,

    Please see the below answers.

    1. Which version of WordPress are you running? 5.6

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

    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? 7.0.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? Yes. But I deactivated all for testing purposes but the problem persists.

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

    10. Which theme do you use? My Listing

    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? 2.6.6

    14. Please provide a list of any errors in your server’s log files. Non

    15. Which company provides your hosting? Bluehost

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

    17. Which BP Theme are you using? Non

    18. Have you overloaded any BuddyPress template files. No

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

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. Non

    #316370
    Claudio
    Participant

    I’m using WordPress 5.6 and BuddyPress 7.1.0
    At registration page the password field is not showing up.
    And also the create password link is not being sent to the subscriber e-mail.

    mbaysf
    Participant

    For everybody’s information: found out the file to modify

    mytheme/buddypress/members/single/profile.php

    Varun Dubey
    Participant

    @mbaysf it’s your theme-specific customization, display post tab is not BuddyPress default feature.

    Mathieu Viet
    Moderator

    Hi @mbaysf

    I’m curious, as BuddyPress doesn’t display WordPress posts written by a member into their individual page, what Theme, Plugin or custom code are you using to create this posts tab?

    Mathieu Viet
    Moderator

    Hi there,

    Although, I understand the frustration behind this need to find a new place to discuss about BuddyPress, I’m wondering if we could find ways to improve BuddyPress support forums to match everyone needs and have :

    – A place to discuss about using BuddyPress
    – A place to discuss about extending BuddyPress
    – A place to discuss about designing for BuddyPress

    If you have ideas and want to contribute about this subject, I’m totally in favor of having a specific & regular 1 hour chat into the BuddyPress slack channel.

    #316339

    In reply to: Missing showcases?

    Mathieu Viet
    Moderator

    Hi @jenzgaard

    You can read some case studies about how BuddyPress is used from our main blog’s case study category.

    About your question about wether to Press or Boss: Boss has made its own fork of BuddyPress, meaning, if you choose Boss, then you choose it completely:

    1. the BuddyPress community won’t be able to bring you support, you’ll need to contact Boss.
    2. you won’t benefit from our security program, you’ll need again to contact Boss for this kind of issues also.

    I agree with you, it’s too bad people post about everything except showcases here 🤷🏻‍♂️

    mbaysf
    Participant

    Another solution I can implement is to insert the view I created (that shows author’s posts) into related source php file. Which source code can I add the view within Buddypress ?

    #316332
    Varun Dubey
    Participant

    @socialdigita On number 2 BuddyPress Moderation Pro it has the option to limit all new posted activities get approved by admin first https://prnt.sc/w8og4i, for activity comments, it can also cover it, you will have to contact plugin support for it.

    #316324
    dabiathlet
    Participant

    Hi,
    I want to send a message to all users. I’m admin (I don’t know if I’m the Super-Admin, but I can’t find any role like this) but I can’t find the checkbox in the message console like it’s described in the documentation:
    Super Admin Only: Checkbox for “This is a notice to all users.”

    Can anyone help? Was this checkbox kicked out in one of the Buddypress Updates? I can remember that it was there some time ago.
    Thanks
    Mario

    #316308
    Mathieu Viet
    Moderator

    Hi @alersn,

    bp_groups_get_group_types() is used into the group’s individual page header to list the group types it is assigned to. This function gets all registered group types : the ones that are created using the WP Admin screen and the ones that are registered using code. code argument of the array parameters is used to only get group types registered by code to make sure they can’t be deleted from the WP Admin Screen. BTW It’s not used into the Groups directory.

    I’ve tested the “BuddyPress Create Group Type” plugin in BuddyPress 7.0.0. I confirm I’m able to set the Group Types of a Group during its creation process. It’s important to make it possible when adding a Group Type from the WP Admin Screen BuddyPress introduced in 7.0.0 activating the “Show on Group creation” checkbox. See the below screen capture.

    Group Type new form

    Of course, you won’t get the tabs the “BuddyPress Create Group Type” as it uses another way to store the Group Type properties.

    That being said without using this plugin Admin UI, you can still enjoy these tabs with some custom code. Here’s a Gist containing the one I’ve used from a bp-custom.php file.

    #316301
    alersn
    Participant

    Hi everyone,
    I think I found the conflict which I mentioned earlier … in the file “wp-content \ plugins \ buddypress \ bp-groups \ bp-groups-functions.php” the bp-nouveau template calls the function “bp_groups_get_group_types ()” , which has been modified in the new realization (BP7.0.0) and the condition was added:

    `if ( ! isset( $args[‘code’] ) || true !== $args[‘code’] ) {
    $types = bp_get_taxonomy_types( bp_get_group_type_tax_name(), $types );
    }`

    I’m dont know much about php but I think that this condition only show the taxonomies that have been created through the new release (BP7.0.0), leaving aside those created by the “BuddyPress Create Group Types” plugin. When deleting this condition, the opposite happens … it shows the types created by the pluging but forgets those created by the release (BP7.0.0) …
    I am about to launch a project created with buddypress and this functionality is vital for me… so I have to make a decision whether to use the plugin (with the risk that in the long run I will not be able to use it) or use the default function of the new one release … I don’t know if you could guide me to make the decision. Thank you for your great work and your attention. My best wishes

    #316294
    cloe193
    Participant

    Hello

    i’m using BuddyX Theme and Buddypress. Without this theme, group description are displayed on the group page. But with this theme it’s not.

    Here screens ( group page ) :https://prnt.sc/w7fwo2
    ( group page with a group type filter ) : https://prnt.sc/w7g7u1

    How can i display group description again ? Also how can I show more letters ?

    Thank you for your help

    Cloé

    katparker12
    Participant

    WordPress version 5.6
    BuddyPress version 7.0.0
    Gravity Forms version 2.4.21 with Advanced Post Creation add-on
    Avada Theme
    http://www.mgroupcorp.com

    This site is using gravity forms to feed into an intranet posting feature, and they want to be able to tag other users. When I create a backend post, the dropdown list of mentions populates. When I try from the frontend (as most users would) there is no dropdown. If you know the entire username, the tag still works – it’s just the dropdown that won’t appear. Activity streams are turned on, and I have the following code in my functions.php

    add_filter( ‘bp_activity_maybe_load_mentions_scripts’, ‘buddydev_enable_mention_autosuggestions’, 10, 2 );

    function buddydev_enable_mention_autosuggestions( $load, $mentions_enabled ) {

    if( ! $mentions_enabled ) {
    return $load;//activity mention is not enabled, so no need to bother
    }
    //modify this condition to suit yours
    if( is_user_logged_in() && bp_is_current_component( ‘gravity_forms’ ) ) {
    $load = true;
    }

    return $load;
    }

    Am I missing something else? Thanks!

    #316278
    asim314
    Participant

    Hy Guys! I am developing a website in which I need to delete all those users who have default avatar if (‘BP_AVATAR_DEFAULT’) in BuddyPress, as i am new to wordress and web development I am unable to figure it out that how can I iterate through each user and delete its membership e.g. delete user from the database along with all its data and only leave those users who have uploaded their profile avatar.

    #316274
    chocolateteapot
    Participant

    WordPress 5.6, BuddyPress 7.0.0, all plugins up to date. StarKid theme by Thimpress.

    I’m getting page not found with these types of URLs:
    https://oncloudk9.co.uk/members/On%20Cloud%20K9/profile/edit/
    https://oncloudk9.co.uk/members/On%20Cloud%20K9/courses/all/

    I understand that it’ how the user name is formed, the link is being created as on cloud k9, rather than on-cloud-k9, but I don’t know how to correct it.

    On Cloud K9 is an admin account, so it’s not feasible to delete the account and recreate it.

    Thanks.

    #316267
    Joost abrahams
    Participant

    https://buddypress.org/support/topic/when-asking-for-support-2/

    give information provided on this page to replica your issue

    #316262
    blenderitalia
    Participant

    hi everyone, for a few days I have been having problems with comments in Buddypress activities.
    When I comment, or a user comments, the comment is not visible and in the browser inspection this error comes out:

    /wp-admin/admin-ajax.php:1
    Failed to load resource: the server responded with a status of 403 ()

Viewing 25 results - 2,851 through 2,875 (of 69,061 total)
Skip to toolbar