Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Henry Wright

    Henry Wright replied to the topic import WP_members in the forum How-to & Troubleshooting 7 years, 10 months ago

    You can access that data with get_user_meta(). For example:

    $address = get_user_meta( bp_displayed_user_id(), 'address', true );
    echo $address;

  • Profile picture of Ronald Shepard

    Ronald Shepard's profile was updated 7 years, 10 months ago

    Ronald Shepard

    @ronaldshepard

    View Profile
  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic should I accept HTML links in users' comments? in the forum How-to & Troubleshooting 7 years, 10 months ago

    @astridwordpress You can also moderate any comments.
    Comment option specific setting is WordPress default
    https://codex.wordpress.org/Settings_Discussion_Screen

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Manage activity stream in the forum How-to & Troubleshooting 7 years, 10 months ago

    @jerrytoet You can try https://wordpress.org/plugins/bp-activity-filter/
    It will work with legacy template structure only, for nouveau new updates will release soon.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic should I accept HTML links in users' comments? in the forum How-to & Troubleshooting 7 years, 10 months ago

    @astridwordpress You can enable HTML link in comments from setting >> discussion

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic BUTTON CSS in the forum Installing BuddyPress 7 years, 10 months ago

    @cleiton1985 You can read this plugin, it will guide you how to inspect CSS code they have explained with wp forms example
    https://wpforms.com/how-to-customize-button-styles-with-css-with-examples/

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic import WP_members in the forum How-to & Troubleshooting 7 years, 10 months ago

    @mlasell You can https://wordpress.org/plugins/bp2wp-full-sync/ it will allow you to map xprofile field with user meta.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic WYSIWYG in BP Group description in the forum How-to & Troubleshooting 7 years, 10 months ago

    @brunomac
    It seems right,

    for ref: you can also check https://wordpress.stackexchange.com/questions/46510/allowing-users-to-add-html-to-bp-groups-description-how-can-i-error-check-html-o
    https://github.com/buddypress/BuddyPress/blob/master/src/bp-groups/bp-groups-filters.php

  • Profile picture of Wayn

    Wayn replied to the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago

    Ok Thank you for your help

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago

    @shnactor1 not getting any filter for it, you can check in trac might be any lead developer can help on it.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic CSS Class Customizer in the forum Installing BuddyPress 7 years, 10 months ago

    @cleiton1985 You want to change the button style of “friendship-button” with custom css or button class?

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Auto add friends in the forum How-to & Troubleshooting 7 years, 10 months ago

    @rumaan That’s criteria specific friendship, you will need to code for it
    For ref you can check https://wordpress.org/plugins/bp-automatic-friends/

  • Profile picture of Wayn

    Wayn replied to the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago

    Thanks Varun

    Is this the code below?

    if ( ‘online’ == $type ) {
    $sql[‘where_online’] = “AND DATE_ADD( um.meta_value, INTERVAL 5 MINUTE ) >= UTC_TIMESTAMP()”;
    }

    Is their no way to change this by writing a function?

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic profile picture in the forum Installing BuddyPress 7 years, 10 months ago

    @emmanuel1234 There is an old plugin https://wordpress.org/plugins/cd-bp-avatar-bubble/ , not sure if it’s still working or not. You can try the same concept.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Buddy Press "My Profile" Redirects to home page for old and new users in the forum How-to & Troubleshooting 7 years, 10 months ago

    @darksilence1990 It might be some 3rd party plugin conflict, Try to disable other user-specific (like login redirect or any BuddyPress add-on )plugins for a while check profile again.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago

    @shnactor1 It seems, Online Duration Query is hard coded for 5 min
    https://raw.githubusercontent.com/buddypress/BuddyPress/5416edd2146df0aca06cba1007f5175dc827135f/src/bp-core/classes/class-bp-core-user.php
    You can request for the filter from trac ticket https://buddypress.trac.wordpress.org/report

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic Hide Admin Accounts in the forum How-to & Troubleshooting 7 years, 10 months ago

    @chaddblanchard You can check https://buddydev.com/hiding-users-on-buddypress-based-site/

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic I modified/hardcoded the selectbox field in edit prof but is there a better way? in the forum How-to & Troubleshooting 7 years, 10 months ago

    @panosa1973 You can try to override the class using bp_xprofile_get_field_types filter

  • Profile picture of Wayn

    Wayn started the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago

    Hi

    I would like to change the time the buddyPress widget says the user is online. Basically i would like the widget to say the user is online for up-to 30 minutes after they have logged out.
    So a user who logs out up-to 30 minutes ago will still appear online in the widget. after 30 minutes they will appear offline.

  • Profile picture of Varun Dubey

    Varun Dubey replied to the topic ACF and BP Groups in the forum How-to & Troubleshooting 7 years, 10 months ago

    @brunomac not at default integration, you can check Group Extras plugin approach. https://wordpress.org/plugins/buddypress-groups-extras/

  • 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