Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,526 through 5,550 (of 94,540 total)
  • Author
    Search Results
  • #307770
    chekerlamer
    Participant

    Hi,

    I need some help here. I have been searching on Documentation and Forums but nothing related to this. For now, I replace the template location to my plugin with this function bp_register_template_stack to bp_init hooks. So, when my site change to another theme it will not affect the template. I want to apply custom cover image to my template but it makes me confuse because there is no bp-parent-css on my site.

    When i search i got some code that can create a custom cover image but the code is not work for me:

    function cover_image_css( $settings = array() ) {
      /**
      * If you are using a child theme, use bp-child-css
      * as the theme handle
      */
      $settings['theme_handle'] = 'bp-parent-css';
      // Adjust size
      $settings['height'] = 300;
    
      $settings['callback'] = 'cover_image_callback';
    
      return $settings;
    }
    
    function cover_image_callback( $params = array() ) {
      if ( empty( $params ) ) {
        return;
      }
    
      return '#buddypress #header-cover-image {
      height: ' . $params['height'] . 'px;
      background-image: url(' . esc_url( $params['cover_image'] ) . ');
      }';
    }
    add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'cover_image_css', 10, 1 );
    add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'cover_image_css', 10, 1 );
    

    I am not really experienced with BuddyPress so I would really appreciate some help.

    Thank you

    #307769

    In reply to: Match making add on?

    Muhammad Kashif
    Participant

    Hey Seth,

    I have authored Matchmaking plugin you can check https://wordpress.org/plugins/match-me-for-buddypress/

    You can request any custom work for that as well.

    #307764
    visitatore
    Participant

    Hi, I’m pretty profane, but try going to the wordpress control panel menu, under “Settings” and then “Buddypress”, then in the “pages” section … you need to make sure the pages match, I don’t think there are any other possibilities about page redirects. If my suggestion didn’t help, I always recommend disabling all plugins except Buddypress and seeing if everything is OK. Hello from Italy.
    Claudio

    #307761
    tobias999
    Participant

    Hey, so i am working on this Website where someone else has been working on beforehand.
    My Problem is, that the group menu is only visibly on the home page of the group and not anywhere else (like the activity or add members page). I looked up tutorials for buddypress groups and noticed that everything looked different. I can’t upload a foto and i do not have a forum and so on.
    I am not really experienced with buddypress so i would really appreciate some help.
    Currently, i am using the Avada theme.

    #307760
    beat sk
    Participant

    Hello,

    I have a question about buddypress profile menu. How can i make a link in the menu only for userroles? Something like “Go to administration” in the profile menu – Profile, Activity, Groups, Messages ? Is there a chance to add this only for user roles and admins? Register and Login working on front-end and we want hide /wp-admin from others. Thank you.

    #307758
    brian0521
    Participant

    Good Morning

    My problem is the following, when I try to enter a buddypress link, for example see the notification of a comment, access an activity notification, redirects me to another page that has nothing to do with buddypress.

    I would like to know why this happens and what solution I could have, but not before thanking you for your answers, thank you very much.

    #307756
    nextupproject
    Participant

    Hi,

    Is there a way to use Buddypress “about me” section on the user profile as the Author Box description?

    I tried to change <div class="author-desc"><?php the_author_meta( 'description' ); ?></div> to <div class="author-desc"><?php bp_the_profile_field_value(); ?></div> but it doesn’t work.

    kevinbrands
    Participant

    Hello,

    We’re gonna work with BuddyPress and want to make some additions.

    For one, we want to make it possible to add several custom post types to the activities.

    Besides that, we want to build in an option to give the writer of a post the chance to really add this to activities, or that this should not be visible as activity.

    Is there a hook to use for this? It should be a hook that runs just before the trigger that uses a post to make a new activity. I’ve searched for this, but I cannot find it..

    I hope someone can help me out, thanks in advance!
    -Kevin

    #307754
    rahulkulharia
    Participant

    hii, I am using BuddyPress in wplms theme, but all mails from BuddyPress are going as root@localhost name, I want to change sending email and name. Please also tell where I can add that code. thankyou.

    #307748
    Mushi
    Participant

    We recently have updated to latest version of buddypress 4.4.0. Recently we found that our server log is clogged with following errors

    Table 'my_db.g' doesn't exist for query SELECT DISTINCT g.id FROM g ORDER BY g.date_created DESC made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded')
    
    Table 'my_db.g' doesn't exist for query SELECT COUNT(DISTINCT g.id) FROM g made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action

    Can someone please help us fix this issue.

    Thank You

    #307747
    kerimkul
    Participant

    Hello
    I’m having the following problem when I activate the Buddy Press plugin. Can you help me?

    Theme Customizer Preview Screen is blank
    Customize / Live Preview not working

    Buddypress versiyon 4.4.0
    WP versiyon 5.2.3

    Anasayfa

    Thanks

    #307745
    Anonymous User
    Inactive

    BuddyPress 5.0.0-beta2 is available for testing!

    Read more about it here

    #307742
    todga
    Participant

    Hello,
    Please, is there a plugin that can hide all members in buddypress to members, so that members can only see their friends in own profile?
    Only admin can see all members.
    Also hide all groups, newest groups, new groups, new members, groups memberships, friendships.
    Only admin can see all them.
    Thanks.

    sibahmed
    Participant

    Hello Please Help ! when any member registers and admin can approve the members or add into the participants but the members directory not growing up still after doing this can any one please help that i need that member not need login and members directory should goes up when admin approve them by using plugin in wordpress Thank you !

    philtalk
    Participant

    Hello,

    My users and myself are having a problem where we recieve friend request notifications, and can see the number of friend requests notifcations we have but when we go the the “Requests” page there are no friend requests to be found. The only thing there is a message that says, “No friend requests pending”.

    After some investigation I found that going in and manually changing the name of the user in the extended profile will make that specific user show up in friend requests. This is something that used to happen automatically.

    Is there a fix for this?

    Thanks in advance.

    I will try to answer as many of the Mod questions as I can here:

    Wordpress Version: Version 5.2.3

    Recently upgraded from wordpress version: 5.2.2

    Wordpress was functioning fine before I made this install. So was Buddypress

    Current Version of Buddypress: Version 4.4.0

    Updated Buddypress from Version: 4.3.0

    I have many plugins installed.

    Using BuddyBoss theme

    #307733
    andhi1
    Participant

    Hi Iamdev!
    You said: “you don’t need a ftp access just go to the plugin editer from your wordpress admin backend then select the buddypress plugin and then search for the file profile.php”

    When I select buddypress plugin I can not find a profile.php file.

    I really need to remove that text as it confuses my users as much as me!
    gravatar

    ANDERS

    patalgar
    Participant

    Hi everyone,

    Here is my setup:
    WordPress 5.2.3
    Buddypress Version 4.4.0
    Events Manager 5.9.5
    @Localhost

    I did search through the forum and a famous search tool but didn’t find it yet:

    I would like to link, via the url and $_GET[‘r’] data, to the “compose buddypress profil page” with more than one recipient. Something like:
    a href=”mysite.com/members/user/messages/compose/?r=user1…user2…user3″>link</a

    Is it possible and what would be the semantic for?
    If Not, what solution should I use to get the existing compose page with the field “to” containing “@user1 @user2 @user3”.
    I can get the user with all data (name, login, id), as an array for exemple. And I don’t need to manage large list of user (mostly up to 5-10).

    Thanks for helping.

    dmlange
    Participant

    WP 5.2.3
    BP 4.4.0
    Theme: MH Magazine Lite 2.8.6

    Problem: When using front-end to COMMENT on blog posts, @mention does not auto-suggest in the comment form.

    Auto suggest works on back-end when drafting blog posts.
    If I use BP activity stream page to comment om a blog post, auto-suggest works.

    I tried switching to more generic themes (twenty seventeen, etc) and autosuggest still does not pop up for @mention in the comment form.

    I also tried several variations of this: https://buddydev.com/enabling-buddypress-mention-auto-suggestions-on-any-page/

    Anyone have other ideas?

    Thanks in advance for any help.

    #307725
    Ben Roberts
    Participant

    Try add_filter(‘bp_core_fetch_avatar_no_grav’, ‘__return_true’);

    There was a bug ticket that used this ages ago – https://buddypress.trac.wordpress.org/ticket/7056

    Can’t guarantee it still works.

    #307713
    m2sahin
    Participant

    Hello to everyone

    How to sync buddypress xprofile fields with user meta? I’ve been investigating this for a month, but I don’t get any results. Please help me with this. The only way for me is to get support from here.

    This is what I want to do https://drive.google.com/open?id=1t2x1ACgelvMBgSYj902ht8oNTclMCbuo

    Thanks, Waiting for help.

    #307705
    pandraka
    Participant

    I have a complex WordPress/BuddyPress site that now needs to be part of a multisite. I have come up with a migration plan, which includes moving most of the BuddyPress & profile tables manually. This site is the only pre-existing site to be moved to the new multi-site. It’s imperative that we don’t lose any of the site’s functionality or data. My question is to whether or not to network activate BuddyPress doc. Since documents will be connected to a group within a site I was inclined to activate BuddyPress docs on a site by site bases, BuddyPress & bbpress will be network activated. But I wasn’t sure if that was correct or should BuddyPress Docs be network activated? If so how would I ensure that docs from one subsite didn’t bleed into another? Thanks

    #307704
    yessoftmk
    Participant

    Hi, I use social logins plugin. When guest register by fb and in fb his name writed in Cyrillic – login in his wordpress profile also will be in Cyrillic. In this case nawigation in buddypress not work – https://i.imgur.com/CfLjbt4.png is it possible fix it?

    #307702
    idigmarketing
    Participant

    Hello,

    I’m interested in using BuddyPress for a new project. A portion of the project involves a match making process where prospects provide things they are looking for & service providers provide what they offer and a match making kind of process is done. & I’m wondering if BuddyPress provides any functionality or add on features that enable this kind of functionality. Or if anyone would be interested in quoting to build something like this custom. Open to all thoughts no this maybe I’m in the wrong place. Thanks!

    Seth

    #307700
    andhi1
    Participant

    Hi!
    Suddenly I can not create a menu for “Create acount” in BuddyPress.
    No such page was created when the “BuddyPreess” plugin was installed.

    See image:
    registrera nej

    BR
    Anders
    Sweden

    #307699
    freethelinks
    Participant

    I found in buddypress/bp-members/bp-members-functionphp on line 172 function responsible for this.

    How to modify it for woocommerce reviews?

Viewing 25 results - 5,526 through 5,550 (of 94,540 total)
Skip to toolbar