Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddyboss'

Viewing 25 results - 176 through 200 (of 679 total)
  • Author
    Search Results
  • shanebp
    Moderator

    Yes, stack is great.
    While it would be nice to avoid all the spam on these forums, who would answer questions on a BP stack?

    There are unofficial Facebook groups for BuddyPress and BuddyBoss.
    Participation in the former is scant, while the latter is booming.

    twony
    Participant

    hey there,
    I have a multi-language E-learning Website and I want to add attribute { dir=”auto” } to the P element inside the activity-inner

    I navigated to buddyboss-theme/buddybress/activity/entry.php
    but I didn’t found the P element I’m looking for I just found this
    <div class=”activity-inner”><?php bp_nouveau_activity_content(); ?></div>

    so can you please guide me how to add my attribute on all P elements in the <div class=”activity-inner”> element

    regards, Mohamed

    #315657
    shanebp
    Moderator

    These are the forums for BuddyPress.
    BuddyBoss is a fork of BuddyPress and does some things differently.
    You may have better luck asking the folks at BuddyBoss.

    But here is a hint, instead of unset, use the filter:
    apply_filters( 'bp_rest_group_settings_forum', $fields, $group_id );
    Found here:
    buddyboss-platform\bp-groups\classes\class-bp-rest-group-settings-endpoint.php

    #315653
    bmcconach
    Participant

    I dug around a bit and managed to find a way for me to prevent anyone other than the site admin from seeing the tab once in the group management section, which isn’t exactly what I was looking for, but will suffice.

    The issue I’m now running into is that, even though I have removed the forum options (slugged “topic” in BuddyBoss) using the code below, the group creation still goes to that slug when clicking the “Next” button and now displays a blank screen. Any chance someone could point out what I’m missing from my code to skip that step completely?

    function remove_group_creation_steps() {
    	global $bp;
    	unset( $bp->groups->group_creation_steps['topic'] );
    	unset( $bp->groups->group_creation_steps['forum'] );
    }
    add_action( 'bp_before_create_group_content_template', 'remove_group_creation_steps', 9999 );
    #315549
    shanebp
    Moderator

    These are the forums for BuddyPress.
    For BuddyBoss, please use their site.

    #315547
    ibrar505
    Participant

    Hello,

    i am using buddyboss theme and invite anyone plugin.

    i want to know if there is anyway to get total number of accepted inviations.

    Regards,
    Ibrar ahmad

    #315500
    shanebp
    Moderator

    These are the forums for BuddyPress.
    Please send your question to BuddyBoss

    #315499
    mkbond
    Participant

    Does anyone know how to incorporate replying to BuddyPress discussions within the activity feed? We are using the BuddyBoss platform and BuddyBoss custom theme.

    We are trying to be a mainly forum/discussion-based site and we don’t use WP comments. So I want to have users be able to just click a “Reply” button in the activity feed to reply right there, versus being redirected to a new page (similar to Facebook’s reply/comments but for discussions).

    We don’t modify the core files, only modify through child theme. We are also running bbPress through BuddyBoss. We have GoDaddy hosting with a LAMP managed server setup.

    WordPress v5.5.3
    BuddyBoss Platform v1.5.3
    BuddyBoss Theme 1.6.0

    #315396
    shanebp
    Moderator

    There is no premium version of BuddyPress.
    You can hire a developer or do it yourself.
    You may be interested in BuddyBoss Platform – a fork created by a commercial company.

    #315311
    redponey
    Participant

    I’m new to Buddypress and working on setting on an online community. I’m looking to add some simple “organization” functionality so that people who sign up can be members of an org/company. I know this is more a CRM-style feature than a community-style feature, but it’s what I need. Don’t need much fancy to begin with, but do need the organizations to be more than just an organization field on the user profile, and integrating with a separate CRM won’t do the trick as I need the functionality within the community and to have the users see the orgs other users belong to.

    Using the “groups” functionality isn’t idea because I’m using groups for other purposes and I don’t really need all of that functionality for the orgs.

    I’m wondering if others have done this and if so what approach they have used. It seems to me some options include:
    1) Implement a custom “organization” concept either with custom coding.
    2) Try to combine Buddyboss with a CRM plugin, but if so, which one will play nicely?
    3) Utilize the groups even though this is not idea.
    4) Some other option I’m not considering?

    I have searched for examples of this and haven’t found anything yet, but if I’m missing something obvious please point me in the right direction.

    #315243
    shanebp
    Moderator

    These are the forums for BuddyPress.
    Please send your question to BuddyBoss

    #315242
    mcgheepro
    Participant

    We use BuddyBoss on our site and would like to add ElementorPro. We found that BuddyBoss overrides all of LearnDash’s built-in design components. I need to know before I purchase ElementorPro whether BuddyBoss will also override that add-in’s design components. I contacted ElementorPro and they were unable to definitively tell me and suggested I contact you.

    shanebp
    Moderator

    Are you using BuddyBoss?
    If so, you should send your question to them.

    #314994
    CloudedDottedMind
    Participant

    Ok @shanebp, except I’ve switched back to BuddyPress & switched off BuddyBoss and it still happens when I go to the equivalent Friendships > Requests section. I am asking here because this is a Buddypress functionality I have an issue with, and would really love help.

    If I figure it out, I will happily share my findings in case it helps someone else.

    #314990
    shanebp
    Moderator

    > 6. Which version of BP are you running? – latest, BuddyBoss 1.5.2

    These are the forums for BuddyPress.
    Please send your question to BuddyBoss.

    #314989
    CloudedDottedMind
    Participant

    Hi,

    Connection requests don’t display inside the My Profile > Connections Requests tab. I do not know what could be causing this but with this users cannot confirm requests.

    Troubleshooting questions:

    1. Which version of WordPress are you running? – latest 5.5.1

    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? – n/a

    4. Did you upgrade from a previous version of WordPress? If so, from which version? – not recently / this did not cause the issue, but I updated from the pas latest version

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – yes, the rest of the site works no issue

    6. Which version of BP are you running? – latest, BuddyBoss 1.5.2

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

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? – yes, the list is here: https://ibb.co/VwWVy8p

    9. Are you using a standard WordPress theme or customized theme? – customised Stack WP theme + child theme

    10. Which theme do you use ? – Stack for WP with 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? – Buddyboss installed this built in

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress – no errors found, only 404 for those pages

    15. Which company provides your hosting? – Ionos

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

    17. Which BP Theme are you using? custom – BP Nouveau

    18. Have you overloaded any BuddyPress template files. – No

    19. Any other site customisations that might have a bearing on the issue? – not that I can think of

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. – I couldn’t see this with buddyboss

    Thank you

    #314985
    CloudedDottedMind
    Participant

    Hi,

    I worked on a staging site I’ve now published live and it is not behaving the same as on staging. When logged in as a member, some of the BuddyPress (through BuddyBoss) pages return a 404:
    – cover photo
    – profile photo
    – privacy settings

    Also another odd one is the connection requests don’t display live when they did in staging – I am not sure that’s linked and the more urgent issue is those pages returning a 404.

    Troubleshooting questions:

    When I switch to plain permalinks the pages work but for the rest of the site it must be postname. When using post name these pages don’t work. I can’t find a way to make them work.

    1. Which version of WordPress are you running? – latest 5.5.1

    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? – n/a

    4. Did you upgrade from a previous version of WordPress? If so, from which version? – not recently / this did not cause the issue, but I updated from the pas latest version

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – yes, the rest of the site works no issue

    6. Which version of BP are you running? – latest, BuddyBoss 1.5.2

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

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? – yes, the list is here: https://ibb.co/VwWVy8p

    9. Are you using a standard WordPress theme or customized theme? – customised Stack WP theme + child theme

    10. Which theme do you use ? – Stack for WP with 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? – Buddyboss installed this built in

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress – no errors found, only 404 for those pages

    15. Which company provides your hosting? – Ionos

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

    17. Which BP Theme are you using? custom – BP Nouveau

    18. Have you overloaded any BuddyPress template files. – No

    19. Any other site customisations that might have a bearing on the issue? – not that I can think of

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. – I couldn’t see this with buddyboss

    Thank you

    2bluesweet
    Participant

    How do I fix the buddypress profile cover image responsive issue? I see buddyboss and youzer have a great looking cover image. How can I accomplish this. My cover images don’t seem to act the same way….Can someone please help.

    oguruma
    Participant

    Scenario: BB Press + BuddyPress (well, Buddyboss, technically) Site has multiple forum topics.

    I have a “Political” forum. Since most of the topics are divisive, I want to exclude all topics in the “Politics” from going to the BuddyPress activity feed.

    All of the Forums will still work the same way, I just don’t want the topics in that forum, or the responses to the topics to be shown in the Activity Feed.

    Is there a snippet I can add that will exclude those topics?

    #313772
    shanebp
    Moderator

    These are the forums for BuddyPress, not BuddyBoss.
    Please contact BuddyBoss with questions about their products.

    #313770
    paulmtilley
    Participant

    Hi. In my feed page I just get “Loading community updates. Please wait.” and nothing else. I have loaded ‘fake’ activity but its just not showing. I have tried this after turning off all non-buddypress plugins and still the same . I have also given it a go in Twenty Twenty.

    I’m using:

    WP Version 5.5.1
    BuddyBoss ChildVersion: 1.0.0
    BuddyBoss Platform Version 1.5.0
    BuddyBoss Platform Pro Version 1.0.4

    #313687
    shanebp
    Moderator

    Are you using BuddyPress or BuddyBoss ?
    Are you using some theme that shows the members in a grid?

    You need to find the members loop template and use or add a hook in that template so that you can generate the display of profile data in that area.

    #313514
    Quintinm
    Participant

    Hello.
    I am also looking to link the author’s box to the BB profile page instead of the standard authors page.
    I am using buddyboss and the buddyboss child theme.
    I wish i was more proficient at coding, but i am not, so I need advice on how to do this please.

    How would I create the function that will link to the BB profile page?

    // Change Post’s Author URL to Buddypress Profile URL
    add_filter(‘generate_post_author_output’,’generate_post_author_output_buddyprss_url’);

    function generate_post_author_output_buddyprss_url( $post_author_profile_link ){
    $post_author_profile_link = sprintf( ‘ <span class=”byline”>%1$s</span>’,
    sprintf( ‘<span class=”author vcard” itemtype=”http://schema.org/Person&#8221; itemscope=”itemscope” itemprop=”author”>%1$s <span class=”author-name” itemprop=”name”>%4$s</span></span>’,
    __( ‘by’,’generatepress’),
    esc_url( bp_core_get_user_domain( get_the_author_meta( ‘ID’ ) ) ),
    esc_attr( sprintf( __( ‘Know more about %s’, ‘generatepress’ ), get_the_author() ) ),
    esc_html( get_the_author() )
    )
    ) ;
    return $post_author_profile_link;

    }

    #313131
    orangeboxdev
    Participant

    Hey Everyone!

    Does anyone know if there is a way that we can disable public facing user profiles? We have noticed that the public facing user profiles use the user’s email address as their @ username and thus exposes the users email address.

    Also, when we navigate to /members this exposes a list of all of our members. Is there a way to disable this as well?

    We are using WordPress 5.4.2 the BuddyBoss theme with BuddyPress 5.2.0 and LearnDash LMS.

    If anyone can point me in the right direction I would be eternally grateful!

    <3 OBD.

    #312797
    tatiana_k
    Participant

    Here’s the solution how to use Nouveau theme hooks.
    It’s a bit complicated, but I’ve not found a way easier. And no other instructions.

    1. Find the hook you need.
    2. Search through the buddypress files and find the function with the same name (hook is a function, so find the source).
    In my example it’s function bp_nouveau_xprofile_hook($when = ”, $suffix = ”) {} (code reference page)
    3. Write down the array with all $hook components.
    Here they are bp/after/profile/loop_content
    I’d like to say that the pattern is
    bp/first-argument-in-hook/hook-name-from-function/second-argument-in-hook
    but here I had to change xprofile to profile, so the source code is still essential.
    4. Merge the array with _ (bp_after_profile_loop_content)
    5. Congratulations! We’ve got a custom action name and can continue with add_action().

    Honestly, I don’t understand why it has to be so complicated now, but here we are.

Viewing 25 results - 176 through 200 (of 679 total)
Skip to toolbar