Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,676 through 4,700 (of 68,986 total)
  • Author
    Search Results
  • Venutius
    Moderator

    ONe option is to overload the buddypress css by creating a file in themes/buddypress/css/buddypress.min.css you could then choose not to add any bp css styling to those elements.

    #306109
    Venutius
    Moderator

    What you could to is overload buddypress/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php line 58 to be as follows:

    <?php if ( bp_is_group_home() && ! bp_nouveau_groups_front_page_description() && bp_nouveau_group_has_meta( 'description' ) ) : ?>

    #306104
    harshdev92
    Participant

    Hi

    Please help me how I can take a print of BuddyPress user profiles or save them as a pdf from the backend or frontend. Thanks in advance

    Site is working on the latest BuddyPress and WordPress version

    site link

    Home

    #306102
    jsanjak
    Participant

    Okay, turns out the entire problem was solved by simply deactivating the “Automatically check for new items while viewing the activity stream” buddypress setting.

    It was effectively the same issue as in this thread https://buddypress.org/support/topic/buddypress-js-not-loading/

    #306101
    shanebp
    Moderator

    Do you still want to use private messaging?
    If not, simply turn off the Messaging component in wp-admin > Settings > BuddyPress

    #306073
    fulviods
    Participant

    Hi

    I have the last version of wordpress and buddypress but our site is not visible (its private)
    You can only see the home page http://www.test2.allianceschlumberger.org

    I would like to replace the username by the first name and last name in the forums but also in the email notifications..how can i do it ? i didnt find a valid solution

    #306065
    delauney
    Participant

    I have WP 5.2.1, BP 4.3.0, PHP 7.3.5, GhostPool Aardvark Theme 3.5

    I can create groups, but when I click on the group, it never opens and I get a white page.

    I have tried deactivating plugins, didn’t resolve issue.
    In error logs I have this:

    PHP Fatal error: Uncaught Error: Call to undefined function bp_nouveau_group_meta() in /home4/bandarro/public_html/wp-content/themes/aardvark/buddypress/groups/single/group-header.php:24
    Stack trace:
    #0 /home4/bandarro/public_html/wp-includes/template.php(724): require()
    #1 /home4/bandarro/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template(‘/home4/bandarro…’, false)
    #2 /home4/bandarro/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false)
    #3 /home4/bandarro/public_html/wp-content/themes/aardvark/lib/sections/single/page-header.php(112): bp_get_template_part(‘groups/single/g…’)
    #4 /home4/bandarro/public_html/wp-content/themes/aardvark/buddypress.php(21): ghostpool_page_header(0, ‘gp-fullwidth-pa…’, ”, ‘320px’)
    #5 /home4/bandarro/public_html/wp-includes/template-loader.php(78): include(‘/home4/bandarro…’)
    #6 /home4/bandarro/public_html/wp-blog-header.php(19): require_once(‘/home4/bandarro…’)
    #7 /home4/ban in /home4/bandarro/public_html/wp-content/themes/aardvark/buddypress/groups/single/group-header.php on line 24

    #306062
    jsanjak
    Participant

    Sorry for the error code dump. According the admins of wpengine there is no minification implemented.

    The theme I am using (woffice) uses BuddyPress and has thousands of installs that work just fine. This error occurs with nothing but a fresh install of the theme and no other plugins.

    Any other thoughts? To me it seems that there is some interaction between BuddyPress code and wpengine, but I really don’t have the technical background to figure it out.

    #306056
    valuser
    Participant

    i am afraid i’m not a coder really, more a copy & paste coder!

    if you just google (say) – example of a buddypress group home page

    i am sure you’ll come up with a guide to making group home pages that’s if you are going down the Codex Link route

    warrencat
    Participant

    I finally have a follow up on this issue.

    I’ve been in touch with the NADI Plugin Developer about the “Only Me” fields being visible to anyone viewing a user’s profile page. After explaining the issue and providing some of our user data to them, this was their reply:

    The source of this issue resides in buddypress/bp-xprofile/bp-xprofile-functions.php :: bp_xprofile_get_fields_by_visibility_levels(): If the user or administrator has not explicitly saved a profile, the wp_usermeta attribute “bp_xprofile_visibility_levels” is empty. This is the case after a NADI import of a new or already existing user happens.

    With the attribute ‘bp_xprofile_visibility_levels‘ being empty, the default visibility an administrator has configured won’t get applied.

    These are my argument why BuddyPress should apply the attached fix:

    1. From a developer point of view, it is not intuitive that the default visibility settings are not applied if the user’s profile has not been previously saved.
    2. From an administrator’s point of view, the current solution allocates unnecessary hard disk space. My integration database contains 10.000 user, which is a realistic user base size for the NADI plug-in. Alone for the unnecessary default visibility settings around 4 Mbyte have to be allocated. To be fair, NADI also uses duplicate data to work with BuddyPress.

    From my point of view as a NADI developer:

    1. Importing 10.000 users already takes a long time. Explicitly calling BuddyPress’ save methods would result in additional SQL queries which I would like to avoid
    2. bp_xprofile_get_fields_by_visibility_levels is not a hook, so I can’t apply the patch in our plug-in

    They are recommending this issue be addressed in the core BuddyPress files, specifically in the bp-xprofile-functions.php file. They provided me with a file containing proposed code changes, though this modified file with an attempt to fix did not specifically for me in my environment. I’m not sure how to provide it to you for your consideration/review since there is no attachment facility on this forum.

    #306034

    In reply to: Report button

    Venutius
    Moderator

    There’s a number of plugins that allow moderation, it’s not a feature built into BuddyPress by default.

    for example – https://wordpress.org/plugins/bp-toolkit/

    felixzc
    Participant

    Hello,
    I’m working on my WordPress web site and I want to import groups (with groups type as possible) with a csv file or other I can create. The file will come from another database in which I have a lot of data, and I want to transform that data in groups.
    I’m working on the theme BuddyBoss with BuddyPress.
    Does someone know how to do that?
    Thanks in advance,
    Felix

    #306024
    cortneyj
    Participant

    Figured it out! There was a conflict with my PMPro plug-in. I had a setting enabled which only allowed registered members to view Buddypress pages.

    cortneyj
    Participant

    Hello! I’m brand new to Buddypress and WordPress. I’ve set up a site but I can’t View any of my Buddypress pages. I am being redirected to the Access Restricted page. I have checked that none of the pages are Private or Password Restricted. Further, I am set up as an Admin and Keymaster on my site. Any suggestions for how to troubleshoot? Thank you!

    #306020
    shanebp
    Moderator

    Did you try disabling BP email ?

    #306014
    ikaraibes
    Participant

    Thanks for the answer. Sorry I made a mistake, Themosaurus support may have say there is the same issue for standard wordpress theme…confused

    Hi @icharme,

    After switching theme to the default one (Twenty Nineteen), it seems that this issue comes directly from BuddyPress, another plugin or your server.
    Unfortunately, we have no clue. ????‍♂️

    As this issue is related with the BuddyPress plugin, it’s best if you try to reach the plugin authors.
    They will be more informed and better suited to help you.

    To go further, we invite you to post your request on their support forums:
    https://buddypress.org/support/

    We remain available for all support requests related with the use of your theme.

    Best,

    #306013
    alexandercorfiant
    Participant

    I hope somebody can help me.
    1. I have a Multisite based on subdomains.
    2. I installed Buddypress separately on domain and subdomain.
    3. On the main domain, I created Buddy Press groups.
    4. Unfortunately, that groups also appear on a subdomain – which is crazy!
    5. Why such a situation exists? Why the groups are visible on a subdomain?
    Please give me advice on how to separate those groups.
    Thank you for help.

    #306011
    shanebp
    Moderator

    > (no issue with twenty nineteen)

    Then it is obviously an issue with the Themo theme.
    Does their theme include BuddyPress templates?
    Does their theme enqueue javascript or minify javascript?

    Cropping issues are usually due to an absence or conflict re javascript.

    Until somebody with experience with that theme sees your post, it is very unlikely that any solutions will be found here.

    csiworkforce
    Participant

    Hi ,
    I’m sure this is a simple fix but I’ve spent too much time on this issue that I’m ready to un install BuddyPress.
    When a user logs in and select “View profile”, the page is bank. I does not display the user profile. When the selects edits it displays all fields correctly. Please note that I’ve integrated BuddyPress with s2 members. Basically, the user is allowed to edit profile but not view only…weird.
    I can modify the code if only I know when it need to be done.
    Thanks

    ikaraibes
    Participant

    Hi,

    We are working on a new dating site with Themosaurus Theme (Gwangi v1.3.1) and it seems that an issue could be related to buddypress. We contact the support of Themosaurus who tell us to contact BuddyPress support. (no issue with twenty nineteen)

    We try to capture the discussion on Themosaurus forum :

    Regards.

    David

    #306004

    In reply to: Unable to Post???

    LordLiverpool
    Participant

    @Venutius

    Thanks for replying.

    If I deactivate buddypress the login menu disappears. I assumed it was core BuddyPress functionality.

    Looking down the list of other plugins I can’t see another plugin that can provide that functionality.

    Here is a screenshot to the pop-up which appears on the registration page if I click the login link.

    https://i1091.photobucket.com/albums/i395/LordLiverpool/2019-05-20%2014_40_53-Create%20an%20Account%20%20Age%20Friendly%20Economy_zpsjqgayi9h.pngLogin Page

    FYI

    WordPress Version: 5.2
    BuddyPress Version: 4.3.0
    Theme: OneCommunityVersion: 3.2.1

    Is this a theme issue?

    Thanks very much.

    #306003

    In reply to: Unable to Post???

    Venutius
    Moderator

    Think it must be some bug as your original post was accepted, sent to me, but is not being displayed. Neither is my answer, the post itself shows no indication that it’s been moderated.

    Regarding your question. What makes you think this is a BuddyPress issue? BP does not provide a popup login, other plugins do that but not BP.

    #306002
    LordLiverpool
    Participant

    Hello BuddyPress

    I am trying to post to the forum.

    My first attempt was deleted.
    My second attempt gave me a 404 error

    Can you please moderate my account so I can post.

    Thanks in advance

    #305995
    Brajesh Singh
    Participant

    Sorry, The forum is stripping actual url.
    You will need to visit the advanced tab on WordPress.org plugin page.

    Here is a direct link to 2.9.2
    https://downloads.wordpress.org/plugin/buddypress.2.9.2.zip

    Best Regards
    Brajesh

Viewing 25 results - 4,676 through 4,700 (of 68,986 total)
Skip to toolbar