Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 3,201 through 3,225 (of 69,016 total)
  • Author
    Search Results
  • #313550
    msquare1
    Participant

    Hey guys! A quick question pls!

    How long would it take my buddypress community to exceed the 200gb storage capacity of the business plan for WordPress.com? And if it does which is the best host to transfer my site to.

    Thanks in advance guys!

    #313544
    amtenbrink
    Participant

    Hi,

    how can i hide the wordpress toolbar (adminbar) for logged in (!) buddypress members?

    thanks!

    kimunyest
    Participant

    Hello Guys!
    I have a problem with BuddyPress v. 6.2.0.

    When I try to add an entry (activities) to my profile it is not visible. It is also not in the history (in the admin panel). After refreshing the page, it appears only under my nickname with a note (a few seconds ago). This note is still the same. After adding a comment, this one also does not appear in activities.

    The second problem is with group formation. When I want to create a group and give its name and description, and then try to go to the next stage, I get a message that it is not possible to create a group, try again later.

    Anyone can help me?

    amtenbrink
    Participant

    Hi!

    when i integrate buddypress items (such as profile, messages, groups…) in the menu, they are just shown if the visitor is logged in.

    when i integrate a regular page (i created in wordpress) in the menu, it is shown weather the visitor i slogged in or not.

    when i copy the css class of a buddypress menu item (e.g. bp-menu bp-settings-nav) and paste it in the css field of the regular page, this menu item is also just shown to logged in visitors. this is exactly what i need!

    the problem is just, that it kind of confuses the menu. all tems with the same class are spoken at once.

    is it possible to create my own css class of the same kind, that hides the menu items in case the visitor isn’t logged in?!

    thanks a lot!!!

    #313528
    Eric
    Participant

    dear team,
    i am afraid i´ve found a bug in the “create a site” process under wordpress multisite and buddypress.

    issue: when creating a new site via BP frontend (/create/), BP uses the site domain of the BP_ROOT_BLOG blog id (site where BP runs) instead of the BLOG_ID_CURRENT_SITE domain (main site of the multisite install) to create a new site on the multisite install, but shows the “correct” multisite main domain on the BP create frontend when entering site name and site title of the new site.

    i noticed that issue through a new project setup where i needed to set the BP site on a different domain than the main site of the multisite. tested and replicable on my siteground install with wp 5.5 and bp 6.2.0

    looks like a low prio bug, but if someone has an idea to fix this, i would love to try it on my testinstall.

    tnx, Eric

    #313527
    joibar
    Participant

    Hi everyone, I am new to BuddyPress and I founded amazing! Really easy to install and Set-up.

    I am just having issue with one page, the profile page. When I go to members page (http://www.montesdeoca.guachis.com/miembros/) everything is fine but when I go further in one member (http://www.montesdeoca.guachis.com/miembros/joacotest/) all the header messed up, also the sticky one I believe that is going to a default version and not to the right one.

    Wordpress ver: 5.5
    BuddyPress: 6.2.0
    Theme: Buzzy Mikado

    Any idea or clue will be really appreciated.
    Thanks!

    #313524

    In reply to: follow

    mungbean
    Participant

    There is a deprecated plugin https://wordpress.org/plugins/buddypress-followers/

    It has not been updated.

    I’m also looking for similar capability. I want users to be able to follow other users (without being friends) as well as follow groups (without being group members)

    Is there a new solution?

    #313523
    andhi1
    Participant

    Hi!

    I can not post message or reply to messages in BuddyPress profile message.
    The “Send reply” button and “Send reply” button does not respond when I click on it

    This applies to my site https://vuxenflirta.wpcomstaging.com/

    What to do?

    Best regards
    Anders

    #313515
    Quintinm
    Participant

    I just found the answer which works for me:
    I would like to know how I can add the link on the members page to the author’s posts now.

    Thanks.

    /**
     * Filter all instances of the_author_posts_link() so that the "author link"
     * no longer points to the WP author archive at /author/username
     * but instead points to the BuddyPress user profile at /members/username.
     *
     * @param string $link   Calculated link to the author's archive.
     * @param int $author_id ID of the author.
     * @return string Link to the user's BP profile.
     */
    add_filter( 'author_link', 'dc_bp_filter_author_link', 10, 2 );
    function dc_bp_filter_author_link( $link, $author_id ) {
      return bp_core_get_user_domain( $author_id );
    }
    #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;

    }

    #313512
    thelanj
    Participant

    feel like I’m about to punch a wall!

    Groups sorting in buddypress is not working. I’m on generic 2020 theme. Buddypress installed. Everything else deactivated.

    Normal all members search -> fine
    Switch to NOUVEU, turn off groups homepage and go to members page search -> fine

    NOTHING else works.

    I’m on kinsta. Anyone else having similar problems?

    #313510
    jipy1989
    Participant

    Hello, I’m coming back to you. My webhost has fixed IP blacklisting issue. Now I am able to send emails from my server to hotmail. But using buddypress, it is impossible. Activation Emails are not send.

    Alan Jobert
    Participant

    Hi There,

    I’m using WordPress 5.5 and Buddypress 6.2 with Rtmedia 4.6.4.
    I have recently reinstalled my website on a new server and it was previously running old versions of WordPress, Buddypress, Rtmedia (I can’t remember which versions exactly).
    Everything seams to be running fine excepted that we can’t anymore upload pictures into a new activity post. We can drag and drop the picture and it displays as a miniature, and even its seams to be uploaded as the green bar growths when posting, but when the post is showing in the activity flow, it doesn’t display the picture, just the text of the post. Also the picture does not show in the media library. I don’t have any error and does not know how to debug the whole system (is there any log ?). I can’t see anything relevant into the Apache error.log.
    The only strange thing I can see is that some recommended modules are not presents, such as GD and Imagick. I don’t know where the problem is coming from : Buddypress or Rtmedia. If you have any experience and may advise.
    The issue is the same with a standard theme.

    Thanks a lot !
    Alan.

    #313503
    muazfahim
    Participant

    I can’t edit any user in my site. Whenever I click on edit profile, it says “503 Service Unavailable”.
    Even my users also can’t access to profile.php.
    I am facing problems in two pages of buddypress. One is profile.php and another one is user-edit.php.

    My site link : Writers Lawn, Your Writing Platform.

    elan1337
    Participant

    Hello friends,

    i am using this code to direct users after login to a page:

    <?php
    /**
     * Redirect users to custom URL based on their role after login
     *
     * @param string $redirect
     * @param object $user
     * @return string
     */
     
     
    function wc_custom_user_redirect( $redirect, $user ) {
    	// Get the first of all the roles assigned to the user
    	$role = $user->roles[0];
    
    	$dashboard = admin_url();
    	<strong>$myaccount = 'https://elearningathome.de/mitglieder/';</strong>
    
    	if( $role == 'administrator' ) {
    		//Redirect administrators to the dashboard
    		$redirect = $dashboard;
    	} elseif ( $role == 'shop-manager' ) {
    		//Redirect shop managers to the dashboard
    		$redirect = $dashboard;
    	} elseif ( $role == 'editor' ) {
    		//Redirect editors to the dashboard
    		$redirect = $dashboard;
    	} elseif ( $role == 'author' ) {
    		//Redirect authors to the dashboard
    		$redirect = $dashboard;
    	} elseif ( $role == 'customer' || $role == 'subscriber' ) {
    		//Redirect customers and subscribers to the "My Account" page
    		$redirect = $myaccount;
    	} else {
    		//Redirect any other role to the previous visited page or, if not available, to the home
    		$redirect = wp_get_referer() ? wp_get_referer() : home_url();
    	}
    
    	return $redirect;
    }
    add_filter( 'woocommerce_login_redirect', 'wc_custom_user_redirect', 10, 2 );
    ?>

    Now i want to redirect to a page with the specific username in the url, e.g.

    $myaccount = 'https://elearningathome.de/mitglieder/username/shop';

    i tried bp_displayed_user_username() but don’t know how to put it into the url

    doesn’t work

    please help! thank you very much in advance!

    #313500
    sphyffer
    Participant

    Hi there
    This is an issue that has been plaguing us for some months now and we finally manage to get some time to investigate what is causing it. We get these random 404 errors when working in the wp-admin. For instance, setting up users, installing plugins etc. Every minute or so a 404 error occurs and we need to refresh.
    After deactivating all the plugins and activation each plugin 1 by 1 we saw that it is buddypress causing it. I deleted the whole plugin and re-downloaded it but the problem still persists. The only reason I can think of is maybe the buddypress PHP configuration does not play well with our current VPS setup and I need to either find a fix from the authors or maybe move hosting which I would rather not do.
    Any advice on this would be greatly appreciated!Our website has 10000 users, I would hate to have any more down time.

    #313496
    etatus
    Participant

    And here it is another possible workaround:

    Solved – BuddyPress Smtp Settings

    #313495
    etatus
    Participant

    Hi, I’m trying to get SMTP and Buddypress work together too and I find here the cause and a possible workaround. I didn’t test yet, so if you try first, please let us now if it works.

    https://wordpress.org/support/topic/using-an-smtp-plugin-2/

    #313481
    yaesew
    Participant

    I edited the database table of the buddypress fields and it seems to work. Have to test it properly first.

    #313480
    andhi1
    Participant

    How do I delete this part (marked red) in “BuddyPress Xprofile Custom Field Types”
    See image:
    https://www.screencast.com/t/Zugo5phOt
    Best regards
    Anders Hidman

    #313474
    iamthewebb
    Participant

    I’m assuming you’ve tried the basic troubleshooting in https://buddypress.org/support/topic/when-asking-for-support-2/

    It really depends how your database skills are, you can have a look in the YOURTABLENAME_bp_xprofile_fields table to see if these fields are duplicated there.

    You could then search the YOURTABLENAME_bp_xprofile_data table to find which of these isn’t in use and delete.

    You’ll want to backup everything first obviously before making any changes.

    learningstack
    Participant

    I am trying to test the BuddyPress restful APIs with the activity function. The endpoint is:

    /wp-json/buddypress/v1/activity

    When I join a private group, and post an activity for myself (with subscriber role), I cannot see my own post(s). I can still see my post when I login to WordPress website, so I think it is something to do with the API.

    Nevertheless, if it is a public group that I post, I can see my own posts. For administrator role, I can see all posts through the API.

    Does anyone have the similar experience?

    #313462
    melissafalbo
    Participant

    i want to install my websites best automatic pool cleaners buddypress but not properly works. if any one has any solutions please help you out.

    #313461
    bruceleebee
    Participant

    Well that is what I am seeing…

    Like this: https://mysite.com/buddypress/members/usernamehere/

    #313458
    markbildner
    Participant

    If it helps, I did a clean wordpress installation (5.5), with the twentytwenty theme, and the only two plugins were Loginizer and Buddypress. PHP is 7.4

    I still got the same result. It ran, didn’t create any errors, but it didn’t join the user to the group.

Viewing 25 results - 3,201 through 3,225 (of 69,016 total)
Skip to toolbar