Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 276 through 300 (of 94,540 total)
  • Author
    Search Results
  • #336618
    davesadows
    Participant

    Hello,

    I’m trying to create custom commenting on a buddypress install. I basically would like to have 2 levels of nested comments, and infinite replies without the indentation causing comments to be unreadable. I found this code, but I think it’s specific to WordPress comments, not buddypress:

    // Add a custom reply link for infinite comments

    function add_a_reply_link($comment) {
    $temp = get_comment_id();
    $comment_handle = get_comment($temp);
    // $comment_handle = get_comment(get_comment_id());
    $comment_link = get_comment_link($comment_handle);
    $comment_id = get_comment_id();
    $post_id = get_the_id();
    $author = get_comment_author();

    $comment= $comment . ‘<p>Reply</p>’;

    return $comment;
    }

    add_filter(‘get_comment_text’, ‘add_a_reply_link’);

    // Remove the default reply link

    function remove_reply_link() {
    return ”;
    }
    add_filter(‘comment_reply_link’, ‘remove_reply_link’)

    Noel Colby
    Participant

    I added buddypress groups to the website as a feature for members to share posts on the group activity feed, live chat and create networking groups.
    However, when i go to the groups homepage and the text box at the top to share a post wont work. It lets me click on it and type but there isnt a submit button to share the post. I also had to switch the template pack from BP Nouveau to BP Legacy because on the Nouveau template the activity feed page does not even show up at all. I’m using Astra as my WordPress website theme at the moment.

    #336602
    emaralive
    Moderator

    Hi,

    Some of the answers may have to come from the Theme developer, i.e. Re-Hub theme, for example:

    1) How can I configure the user profile page? There are elements I find unnecessary for my website, and I’d like to remove them: the sharing buttons, the “write a note” option, etc.

    The “sharing buttons” and “write a note” options are not standard for BuddyPress and are either introduced by your theme in use or possibly from a plugin you have actuated.

    Additionally, without getting into a lot of detail, depending on the template pack in use, e.g., Legacy or Nouveau, there are an assortment of template pages that can be overloaded/overridden (requres advanced knownledge).

    2) Users registered on my site can publish articles using a frontend plugin, comment, etc.
    However, nothing appears in the “Activity” section: even if someone has published an article, nothing shows up. Similarly, nothing appears if they leave comments, someone replies to their comment, or tags them.
    Also, what does the “Favorites” button correspond to? With the theme I’m using, users can save articles as favorites, which are then displayed on a dedicated page. Is that what it’s supposed to refer to?

    As to “articles“, I’ll assume these are synonymous with “blog posts“, typically these are synced to “Activities” via BuddyPress settings (wp-admin > Settings > BuddyPress) by enabling the “Site Tracking” component within the “Components” tab and enabling the “Post Comments” option under “Activity Streams” within the “Options” tab. See Post comments

    As to “Favorites”, think of these as “bookmarks”, IOW, Activity items may be marked as “favorites” or unmarked as “Favorites” which will be listed within the “Favorites” tab, if marked accordingly and, yes, Favorites behave as you have indicated.

    3) On the profile page, users can change their username and select a username that’s already in use (which isn’t allowed during registration). How can I fix this?

    Usernames are unique and cannot be changed. In a “users” profile, the username is preceded/prefixed with the @ symbol. What may be confusing is the “Name” field which is more akin to the display name, to be more precise, it appears to be the “Display name publicly as”, which can be the same as the username or can be different from the username. What’s confusing is that there specific BuddyPress profile fields that correspond WordPress profile fields that may or may not have the same nomenclature. See Your Profile Screen – names section.

    It seems like you are trying to fix something like, there can only be one user with a display name of "Alice". Rightly or wrongly, I suppose confusion abounds when a “display name” is conflated as being a “username”.

    Perhaps, someone else will have a better or more precise explanation than I have provided.

    #336587
    Tim Jordan
    Participant

    When I update buddypress in the website’s admin panel the “A timeout with occurred (524 error)”. I contact to the hosting provider they said all settings are okay from their side. So how to resolve this issue.

    avisnews
    Participant

    There has been a critical error on this website. Please check your site admin email inbox for instructions. If you continue to have problems,

    Please I need help, when ever my user wants to register on my website. The registration details can not be submitted. Buddypress is giving me this error.

    #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!

Viewing 25 results - 276 through 300 (of 94,540 total)
Skip to toolbar