Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 151 through 175 (of 73,986 total)
  • Author
    Search Results
  • #336566

    Topic: Multisite Idea

    in forum Ideas
    bchabot
    Participant

    I’ve seen that there is a movement to migrate/update the Codex documentation regarding BP on WP-milti and I’m looking forward to that, but in the mean time, a couple pieces of feedback:

    It isn’t too hard to detect if BP is being installed in a multisite system. The user shouldn’t need to dig through documentation to make it work.

    As of now, I see the ducks on GitHub indicate three install cases:
    Case 1: Network-wide activation using the Main Site of your network to house your BuddyPress community
    Case 2: Network-wide activation using a Secondary Site of your network to house your BuddyPress community
    Case 3: Activating BuddyPress on one of the site of your network only.

    After reading through those, at the end, I see:

    You currently cannot have multiple instances of BuddyPress on a WordPress network.

    I have to wonder what that hangup is here.

    Let’s call this currently impossible situation an extension of Case 3.

    A simpler way to do this might be:
    (And please bear with me as I try to describe this in English rather than code… If I was any good at coding, I’d have volunteered to write it for you.)

    Are we being activated in a Network configuration?
    If NO, install normally, as stand-alone.
    If YES, get the current blog ID and use that to configure paths and such. Set bp_root_blog in the Admin Settings page and store it in wp_X_options, with a default of 1 for network-wide (cases 1 and 2) or the same as the current blog ID for case 3.

    There should be no need to edit config files or directly manipulate DB tables.

    #336559
    dimanep
    Participant

    go to Users – profile fields
    try found message on page “BuddyPress Multilingual – have no translated fields” something like that. there is a button in the message, we press it, wait and now we can translate into string translation.
    I searched for a long time and why the authors of the plugin did not include this in the instructions.

    #336555
    gowbe
    Participant

    Hello,
    I need help with finding a way to create new roles for members and customize them.
    I am creating a social network in which members must have different roles.
    – Visitors who can only view, comment, and share posts.
    – Creators who can create a new post + visitors’ features
    – Reviewers who who can accept or reject the publication of posts created by creators.

    I am using BuddyPress Version 14.3.3 on WordPress 6.7.2.

    Thank you in advance.

    cccc1234
    Participant

    I have the following error:

    Your BuddyPress Docs attachments directory is publicly accessible. Doc attachments will not be properly protected from direct viewing, even if the parent Docs are non-public.

    It looks like you are running Apache. The most likely cause of your problem is that the AllowOverride directive has been disabled, either globally (httpd.conf) or in a VirtualHost definition. Contact your host for assistance.

    My apache2.conf are below:

    ____

    #=========================================================================#
    # Default Web Domain Template #
    # DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
    # https://hestiacp.com/docs/server-administration/web-templates.html #
    #=========================================================================#

    <VirtualHost xx.xx.xx.xx:8080>

    ServerName domain.com

    ServerAdmin info@domain.com
    DocumentRoot /home/user/web/domain.com/public_html
    ScriptAlias /cgi-bin/ /home/user/web/domain.com/cgi-bin/
    Alias /vstats/ /home/user/web/domain.com/stats/
    Alias /error/ /home/user/web/domain.com/document_errors/
    #SuexecUserGroup user user
    CustomLog /var/log/apache2/domains/domain.com.bytes bytes
    CustomLog /var/log/apache2/domains/domain.com.log combined
    ErrorLog /var/log/apache2/domains/domain.com.error.log

    IncludeOptional /home/user/conf/web/domain.com/apache2.forcessl.conf*

    <Directory /home/user/web/domain.com/stats>
    AllowOverride All
    </Directory>
    <Directory /home/user/web/domain.com/public_html>
    AllowOverride All
    Options +Includes -Indexes +ExecCGI
    </Directory>

    <FilesMatch \.php$>
    SetHandler “proxy:unix:/run/php/php8.3-fpm-domain.com.sock|fcgi://localhost”
    </FilesMatch>
    SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

    IncludeOptional /home/user/conf/web/domain.com/apache2.conf_*
    IncludeOptional /etc/apache2/conf.d/*.inc

    #336547
    giszech
    Participant

    Hi support team,
    I’ve allready asked you few monthes ago – you told me “all is ok” – but I still cannot crop a profile photo. I hoped that the issue would be solved by itself with updates – but it did not.
    Please try it yourself – https://members.life-science.eu

    I have the AVADA 7.11.14 theme, but I am worry to switch to the twenty twenty five because I will not crash the whole WebSite.
    Buddypress 14.3.3
    Wordpress 6.7.2

    You also told me it’s a problem of AVADA and AVADA told me it’s a problem of BuddyPress. I guess you understand – this doesn’t help me.
    Thanks in advance
    Best wishes

    #336532
    alexanderwbell
    Participant

    It actually appears to be a component in buddypress now apparently, so in the wordpress admin dashboard click on your installed plugins. Then under buddypress, click settings and then check friend connections and then save settings.

    Also if you would like to connect with me on social media as you said before, I am trying to grow my LinkedIn profile as I’m currently looking for a job. So unless the link gets removed, it is below:
    https://www.linkedin.com/in/alexander-bell-487a69295/

    #336510
    Renato Alves
    Moderator

    This file extends WP_CLI\CommandWithDBObject which no longer is part of WP_CLI, which in turn throws a fatal error.

    This is news to me. I’ll look into it.

    And your previous developer is not playing tricks. The CLI is bundled with BuddyPress when we release a new version We develop it separately here: https://github.com/buddypress/wp-cli-buddypress

    #336507
    satisfactionstate
    Participant

    Hello! Could you please help me with the issue if my custom theme. When I switch on it – I can’t create a group, because the is no any buttons ect. I use the simplest architecture at my theme: functions, page, archive, single, home, index, header, footer. And with the url mysite/groups/create/step/group-details/ the is a template of a page.php: header + footer + <?php the_content();?> There is only The title. When I switch to anoter theme – all the group setting appears when I try to create a group. I understand that there is a problem with my theme. Are there any additional requirements to use simplest custom theme with BuddyPress? Are there ane specific code or something else that I’ve missed? Thank you!

    #336506
    fliohmy
    Participant

    Hello BuddyPress people,

    I’m just here to see if I can get a project going that I didn’t build myself, so please forgive my ignorance when it comes to BuddyPress and its inner workings.

    When I install buddypress via composer, it creates a “cli” folder next to the various “bp_*” folders in plugins/buddypress/.

    In buddypress/cli is a file called command.php. This file extends WP_CLI\CommandWithDBObject which no longer is part of WP_CLI, which in turn throws a fatal error.

    To be fair, I have no idea if this /cli/ folder is actually part of BuddyPress or some hack the previous developer added, because the folder is not there when I clone BuddyPress via git.

    If this is indeed the previous developer playing tricks on me then I apoligze for taking up your time.

    All the best,
    Fredrik

    #336505
    alexanderwbell
    Participant

    buddypress already has a similar feature, it’s called bp friends, I can’t remember if it’ a standalone plugin, or if it’s its own plugin, but I also use that on my site. With the friends plugin, you can friend, and the user has to accept the friend request (which friends them back). This plugin also has support I believe with rtmedia’s privacy levels where you can friend people and then set post privacy levels so that only your friends can see the activity. (I might have made that functionality myself though, I can’t remember, I’ve written a lot of code). With the followers plugin, it’s just like regular followers where you would follow them and they don’t have to follow you back, and the user gets a following activity feed. that’s why I have both.

    #336499
    alexanderwbell
    Participant

    I setup a fork of the original github repo, I can’t guarantee it 100% works, especially like with following blogs and stuff like that as I haven’t tested that throughly. I also haven’t tested it with legacy themes. However, for regular following and for the following activity filters in bp_noveau etc… it should work.

    https://github.com/Alexanderwbell/buddypress-followers

    #336494

    Thanks for your feedback @alexanderwbell, i will be happy if you can share with me the working modified buddypress follow plugin thank you very much Boss.

    #336493
    alexanderwbell
    Participant

    Yea, so I use the same plugin and the plugin is old and doesn’t work with the latest versions of buddypress by default. I had to modify it. I believe the load text just in time is just a warning though, the fatal error I had was with the sql queries, it worked for me without fixing the warnings. When I get home, I might be able to share some code.

    vic2798
    Participant

    I am currently having a sitewide issue where logged in users with the “Subscriber” role cannot access Buddypress pages like “Groups” and “Member Directory”. Instead, they are being redirected to the Homepage. Administrators have access to the pages but I need subscribers to have access or else they can’t access these key interaction features of the Buddypress community. Does anyone know why this is happening or what code I need to adjust?

    #336485

    hello friends at buddypress please i have issue where my site follow functions broke and i couldnt get it fixed as plugin developer is unreachable via github. the issue is the information below when debugged. please how can i fix this issue?

    Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the buddypress-followers domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/site.com/public_html/wp-includes/functions.php on line 6114

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the gamipress-link domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/site.com/public_html/wp-includes/functions.php on line 6114

    WordPress database error: [Unknown column ‘follow_type’ in ‘WHERE’]
    SELECT COUNT(id) FROM wp_bp_follow WHERE follower_id IN (1) AND follow_type = ”

    WordPress database error: [Unknown column ‘follow_type’ in ‘WHERE’]
    SELECT COUNT(id) FROM wp_bp_follow WHERE leader_id IN (1) AND follow_type = ”

    TKServer
    Participant

    I’ve got a bug the last few weeks it seems. When a private message is sent from one user to another, a “random” 3rd user ends up attached to the message. Is this a known BuddyPress bug?

    jenniferwatson
    Participant

    Hi,

    I am facing an issue with the media upload option in BuddyPress on my Community Guidelines page. When I try to upload a media file:
    The “Choose File” option appears, and the file successfully uploads in the interface.
    However, the file suddenly disappears, and I get a red error message saying, “Please choose some content to post.”

    Steps I’ve Taken to Fix It:

      Tried using custom code to resolve the issue—no success.
      Cleared cache from the hosting panel and WordPress dashboard.
      Checked for plugin conflicts by disabling all other plugins, but the issue still persists.
      Tested on different themes—the issue remains.

    Moreover strange thing is, Media upload works fine if I go to My Profile → Media and post on my feed.
    The issue only happens inside Groups—media upload is not working on group posts.
    I have also reviewed some BuddyPress articles where users reported the same issue, but I didn’t find a resolution.
    i.e, https://buddypress.org/support/topic/cant-upload-media-from-sitewide-activity-stream/

    As I am handling a community website, I urgently need this feature to work.
    Please provide guidance on how to fix this issue.

    My Site’s URL: edit: link removed
    Thank you!

    #336440

    Topic: bbpress

    in group forum Installing BuddyPress
    jruiz
    Participant

    I want migrate from phbb, should I install bbpress (and migrate) before install buddypress?

    sheepdontswim
    Participant

    I’m reviving the old forums on my website, which previously used buddypress and bbpress happily. I updated things a bit, adding groups with their own forums.

    Unfortunately, now when buddypress is activated the forums are mapping incorrectly. For example, with buddypress disabled, the forum correctly links to:https://www.thecaregiverspace.org/connect/forum/general-discussion/paid-perspective/

    When buddypress is enabled, the forum links to a group forum instead: https://www.thecaregiverspace.org/connect/forum/general-discussion/baby-boom/

    Going to the correct forum url directly results in being redirected to the incorrect group forum.

    Not all of the forums are mapping to a random group, only a few are.

    Any suggestions for how to correct this? Thanks!

    #336404
    arisudi
    Participant

    How can this be done for BuddyPress?

    teslavolt
    Participant

    Found this to try and override the has_activities via a filter https://codex.buddypress.org/developer/using-bp_parse_args-to-filter-buddypress-template-loops/

    teslavolt
    Participant

    Thanks! adding the bp_enqueue_assets_in_bp_pages_only allowed buddypress scripts to be loaded outside of the buddypress generated pages.

    For some reason, the ‘bp_has_activities’ in my activity loop no longer respects the array I pass in. Instead of just displaying the one bp_activity_id and the comments, it’s pulling all activities.

    
     $prj_activity_args = array("include"=>$bp_activity_id);
    <div class="activity" data-bp-single="<?php echo $bp_activity_id; ?>">
    if ( bp_has_activities( $prj_activity_args ) ) : ?>
            <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) :?>
                <div id="activity-stream" class="activity-list item-list bp-list" data-bp-list="activity">
                    <ul class="activity-list item-list bp-list">
            <?php endif; ?>
            <?php
                while ( bp_activities() ) :
                    bp_the_activity();
            ?>
                <?php bp_get_template_part( 'activity/entry' );?>
            <?php endwhile; ?>
            <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) : ?>
                    </ul> <!-- .activity-list -->
                </div> <!-- #activity-stream -->
            <?php endif; ?>
        <?php else : ?>
            <?php bp_nouveau_user_feedback( 'activity-loop-none' ); ?>
        <?php endif; ?>
        <?php// bp_nouveau_after_loop(); ?>
        </div> <!--#comments-->
    </div> <!--#buddypress-->
    
    
    #336374
    jamtpg23
    Participant

    I previously had BuddyPress installed, but needed to uninstall it as part of a repair process. I just reinstalled it and here is a screenshot of the BuddyPress Settings URLs tab.

    The directory slugs all have ” -2 ” appended to them. I’m assuming this is because BuddyPress was previously installed and then uninstalled, and there must be something leftover in the WordPress guts from the previous installation? I’m not a developer so my understanding of this is very vague.

    I tried to delete the -2 from the slug fields, but when I saved changes, they had reverted. -2 was back.

    Is there a way to fix this? I would prefer that the slugs don’t say -2, just so there’s a little more human readable in the URL bar. I do remember from the previous installation of Buddypress the slugs didn’t have the -2 appended. I would prefer that. Please and thanks for help!

    My WP version is 6.7.1. It’s GoDaddy managed WP. My PHP version is 8.2

    teslavolt
    Participant

    I checked on the my buddypress’s /activity stream page and I noticed in the page source, there’s something defined:

    
    <script id="bp-nouveau-js-extra">
    var BP_Nouveau = {"ajaxurl":"https:\/\/mysite.com\/wp-admin\/admin-ajax.php","confirm":"Are you sure?","show_x_comments":"Show all %d comments","unsaved_changes":"Your profile has unsaved changes. If you leave the page, the changes will be lost.","object_nav_parent":"#buddypress","objects":{"0":"activity","1":"members","3":"blogs","4":"xprofile","5":"friends","7":"settings","8":"notifications"},"nonces":{"activity":"945da9770f","members":"3c2b470980","blogs":"0a006184ba","xprofile":"56da19c4b1","friends":"a437ee2b51","settings":"ce8e7d03fe","notifications":"ac5a574aa8"},"newest":"Load Newest","pulse":"15","activity":{"params":{"user_id":20,"object":"user","backcompat":{"before_post_form":false,"post_form_options":false},"post_nonce":"a7c93b3f4e","avatar_url":"\/\/www.gravatar.com\/avatar\/c4568b23422db4e779e93c73130989dd?s=50&r=g&d=mm","avatar_width":50,"avatar_height":50,"user_domain":"https:\/\/mysite.com\/members\/pen\/","avatar_alt":"Profile photo of Pen","objects":{"profile":{"text":"Post in: Profile","autocomplete_placeholder":"","priority":5}}},"strings":{"whatsnewPlaceholder":"What's new, Pen?","whatsnewLabel":"Post what's new","whatsnewpostinLabel":"Post in","postUpdateButton":"Post Update","cancelButton":"Cancel"}}};
    

    I can’t find what creates this script / variable.

Viewing 25 results - 151 through 175 (of 73,986 total)
Skip to toolbar