Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Profile page showing only Name !!! in the forum How-to & Troubleshooting 7 years, 8 months ago

    Hi,

    If you will have anyother profile field then it will be listed there after name.

    Thanks

  • Profile picture of Anonymous User 907751

    Anonymous User 907751's profile was updated 7 years, 8 months ago

    Anonymous User 907751

    @anonymized-907751

    View Profile
  • Profile picture of kane williamson

    kane williamson's profile was updated 7 years, 8 months ago

    kane williamson

    @kanewilliamson71

    View Profile
  • Profile picture of Perbedaan Bandar Dan Situs Dalam Judi Online

    Perbedaan Bandar Dan Situs Dalam Judi Online's profile was updated 7 years, 8 months ago

    Perbedaan Bandar Dan Situs Dalam Judi Online

    @heng2xx

    View Profile
  • Profile picture of David Brauns

    David Brauns's profile was updated 7 years, 8 months ago

    David Brauns

    @davidbrauns1

    View Profile
  • Profile picture of Hoa Binh Real

    Hoa Binh Real's profile was updated 7 years, 8 months ago

    Hoa Binh Real

    @hoabinhreal

    View Profile
  • Profile picture of Elias Brown

    Elias Brown's profile was updated 7 years, 8 months ago

    Elias Brown

    @eliasbrown

    View Profile
  • Profile picture of Dịch vụ cho thuê xe du lịch giá rẻ tại Hà Nội - Vanhai.vn

    Dịch vụ cho thuê xe du lịch giá rẻ tại Hà Nội – Vanhai.vn's profile was updated 7 years, 8 months ago

    Dịch vụ cho thuê xe du lịch giá rẻ tại Hà Nội - Vanhai.vn

    @dichvuchothuexe

    View Profile
  • Profile picture of Hasner Law PC

    Hasner Law PC's profile was updated 7 years, 8 months ago

    Hasner Law PC

    @hasnerlawpc

    View Profile
  • Profile picture of Law Offices of Piazza, Simmons & Grant LLC

    Law Offices of Piazza, Simmons & Grant LLC's profile was updated 7 years, 8 months ago

    Law Offices of Piazza, Simmons & Grant LLC

    @piazzasimmonsgrantllc

    View Profile
  • Profile picture of Charles Szymanski

    Charles Szymanski's profile was updated 7 years, 8 months ago

    Charles Szymanski

    @meso41

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Changing Avatar based on field data in the forum Creating & Extending 7 years, 8 months ago

    Hi, please check the following code:

    function buddydev_create_css_class_based_on_profile_field_data( $class, $object, $params ) {

    $field_id = 25; //Professional Title field Id

    $professionaltitle = xprofile_get_field_data( $field_id );
    $professionaltitle = strtolower( $professionaltitle);
    $class =…
    [Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Is there any good plugin for live chat box in the forum Installing BuddyPress 7 years, 8 months ago

    Hi,

    Please check these plugins:

    MyLiveChat – Live Chat Plugin for WordPress

    WP Live Chat Support

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic buddypress is forcing my landing page to be My-Account page instead of home. in the forum Installing BuddyPress 7 years, 8 months ago

    Yeah, As shane said it’s not default BuddyPress feature. You must have any plugin there that is creating that page and restricting from seeing home page.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to add ClassName to am avatar in the forum Installing BuddyPress 7 years, 8 months ago

    Hi,
    I know you want to use BuddyPress function only but as an alternative you should use this one if you want to add class there:

    get_avatar( bp_displayed_user_id(), $size = ‘150’, ‘default_image_url’, ‘alt_text’, $args = array( ‘class’ => array( ‘newClass’ ) ) );

    For other solution, paste the following in your child theme’s functions.php…[Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to remove "replies" in the forum Installing BuddyPress 7 years, 8 months ago

    Hi, Please try the following code:

    function my_remove_replies_subnav(){
    global $bp;
    if ( $bp->current_component == $bp->forums->slug ) {
    bp_core_remove_subnav_item( $bp->forums->slug, 'bbp-replies' );
    bp_core_remove_subnav_item( $bp->forums->slug );
    }
    }
    add_action( 'wp', 'my_remove_replies_subnav', 2…
    [Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Activity Stream….attach pictures — normal? in the forum How-to & Troubleshooting 7 years, 8 months ago

    Basically there are multiple plugins that allows to upload media and the plugin I gave you should work for sure to upload image in activity. Anyways, you can try this one as well https://wordpress.org/plugins/buddypress-media/

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic I need Help in the forum Installing BuddyPress 7 years, 8 months ago

    Hi,

    Actually there are number of plugins that works perfectly for front-end blog posting.

    Like : https://wordpress.org/plugins/accesspress-anonymous-post/

    BuddyBlog

    Please try them once.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Groups keep logging me out in the forum How-to & Troubleshooting 7 years, 8 months ago

    Hi,

    This seems to be a plugin conflict or any custom code issue. Try disabling plugins and test then and also try switching to default theme and see if it is happening there also or not.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How do I customise the output of the Network Wide posts widget? in the forum How-to & Troubleshooting 7 years, 8 months ago

    Hi,

    Try overriding the widget code in child theme and the edit it there.

    You can find the file at buddypress->bp-blogs->classes->class-bp-blogs-recent-posts-widget.php

    Thanks

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In