Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,326 through 4,350 (of 69,040 total)
  • Author
    Search Results
  • rahulvrm16
    Participant

    I want to add color picker tool to buddypress activity form area to change backgroud color of every single activity post. Can anyone please help me.

    irishdirector
    Participant

    Hello,

    Our members are experiencing issues with our ‘Groups’ on our website. I’m not an expert on BuddyPress or WordPress, so I’m not sure where this issue is stemming from. The top of our ‘Ticket Exchange Group’ shows the following error. Also, new users can not even get access to the group, even though they are supposed to be added automatically. It will not allow us to add any members manually, either. Along with this, the members that can actually enter the group cannot get past the first page of postings, and are not receiving email notifications. Please help!

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_group_new_topic_button’ not found or invalid function name in /nfs/c09/h02/mnt/128956/domains/ndchicago.org/html/wp-includes/class-wp-hook.php on line 286

    #307811
    satsaluu
    Participant

    Hi,
    I disabled buddypress long time ago and now i installed again, and i dont see option to upload user profile image. i have attached the screenshot https://www.screencast.com/t/uonFSDn1LiO, please anyone know how to fix it?
    here is my site

    kongrath

    #307806
    wplstaff
    Participant

    First, I’m not a developer.
    I am attempting to add a private login to our existing WP site for use by staff and board members to access policy documents, etc.
    BuddyPress was recommended. I’ve added the plugin and successfully added the login to our menu.
    This is where I’m stuck.
    Is there a way to set this up so that once a registered user logs in, he/she is directed to a private page on the WP site that shows links to the documents available to view?

    brownbeard
    Participant

    Hello!

    I wanted to see if there was any way one could remove the trailing slashes that are added in buddypress. Particularly the profile pages. I tried to search as much as I could on this topic and found no real answers, but a similar question asked several years back. (https://buddypress.org/support/topic/remove-trailing-slash/)

    The reason for this is because I am using another domain to handle my redirection so it adds quite a bit to loading time.

    Any ideas? Or would it be very ill-advised to even remove the trailing slashes if it were possible?

    #307781
    marbaque
    Participant

    Hi @warezit thank you for sharing this. I happen to have the same exact problem. I used WPOptimize plugin to delete unused tables in my database. I may have deleted the tables dedicated to store Buddypress messages. Users can’t send private messages and admins can’t send site-wise notices.

    I wanted to confirm the steps to did to solve this. First you deleted the plugin, then backup database, then search and delete bp_ in wp_options table.

    Last, you re-installed plugin.

    Did you lose any data in the process. I have working site with many users.

    Kparth3000
    Participant

    Hi,

    Please, I would appreciate it if someone can save me the time by showing me how to make my share and activity reaction buttons visible and active to not-logged-in users.

    Thanks

    #307777
    beat sk
    Participant

    this probably isn’t what I’m looking for. I have done “access” through the plugin which is with the my theme. Since the site is focused on game news, so I only want the authors and our staff get into the administration with link in the “menu” (not site menu, just buddypress menu, where is ajax login and there are items like “Profile, Activity, Groups, Messages and Logout etc.” I just want to add something to this menu like “Administration” which will be seen only by our staff and visitors will no see it.

    Something like that

    Thank you for your reply btw.

    #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

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

    #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

    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.

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

Viewing 25 results - 4,326 through 4,350 (of 69,040 total)
Skip to toolbar