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 How to display different profile fields based on user role in the forum How-to & Troubleshooting 10 years, 3 months ago

    user_can() will be a useful function. It accepts a WP_User object or user ID and a role name.

    Ref: https://codex.wordpress.org/Function_Reference/user_can

  • Profile picture of fiverr software

    fiverr software's profile was updated 10 years, 3 months ago

    fiverr software

    @onink1927

    View Profile
  • Profile picture of NetPEO

    NetPEO's profile was updated 10 years, 3 months ago

    NetPEO

    @netpeo

    View Profile
  • Profile picture of dainismichel

    dainismichel started the topic [Resolved] BuddyPress Menu Not Flying Out in the forum How-to & Troubleshooting 10 years, 3 months ago

    Hi, I have the latest version of BuddyPress and the latest version of WordPress running. The BuddyPress menu stopped flying out for subscribers, but seems to be working for admins. It’s sporadic. If the BuddyPress menu does fly out, the links take the subscriber to the home page and not to the buddypress inbox (for example).

    This is the menu I…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic notification date received not accurate. in the forum How-to & Troubleshooting 10 years, 3 months ago

    Hi @bruce30

    You can change the date format. See Date Formats for more info.

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic No Twentysixteen Companion Styles in the forum How-to & Troubleshooting 10 years, 3 months ago

    @airsid , @tranny

    We would need a little more detail to be able to help but are you running widgets in the main sidebar, i.e have you a right sidebar showing for your pages? twentysixteen will only set the vertical user navigation if there is no sidebar as the available width is too narrow so we drop back to the default horizontal navigation.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic @mention autosuggest in visual editor in the forum How-to & Troubleshooting 10 years, 3 months ago

    Here is one more solution: http://buddydev.com/buddypress/enabling-buddypress-mention-auto-suggestions-on-any-page/

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Change visibility level of Name field from "Everyone" to "Only Me" in the forum How-to & Troubleshooting 10 years, 3 months ago

    It’s impossible even from developer perspective. There is no ability to modify visibility for this default Name field, that is created on plugin and xProfile component activation.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic import avatars in the forum How-to & Troubleshooting 10 years, 3 months ago

    But there are bp_before_bp_attachment_crop_args_parse_args and bp_after_bp_attachment_crop_args_parse_args filters (search for 'bp_attachment_crop_args' string).

    So you can hook there and modify $args['dst_file'].

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic import avatars in the forum How-to & Troubleshooting 10 years, 3 months ago

    I was wrong, it’s wp_hash( $absolute_path . time() ). So it becomes harder…

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic import avatars in the forum How-to & Troubleshooting 10 years, 3 months ago

    I believe 5e960bd5f502cd86b374e5c736f82d15 is just an md5($user_email), so you can easily replicate that too. There is no DB records for users avatars, so it’s safe to put images of proper names in proper places.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Acitivity in the forum How-to & Troubleshooting 10 years, 3 months ago

    Check these:
    1) you have bbPress activated and properly installed
    2) You have this option checked http://take.ms/fMqYZ

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Friends in "Profile Page" in the forum How-to & Troubleshooting 10 years, 3 months ago

    Yes, you can use the include parameter to pass a list of user IDs. For example:

    $friend_ids = friends_get_friend_user_ids( bp_displayed_user_id() );
    $include = implode( ',', $friend_ids );
    // Your loop here

    Ref: https://codex.buddypress.org/developer/loops-reference/the-members-loop/

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Feature request: Last login in the forum Ideas 10 years, 3 months ago

    There are plugins that can do this. It isn’t necessarily a BuddyPress thing

    Ref: https://en-gb.wordpress.org/plugins/wp-last-login/

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Buddypress Security in the forum Miscellaneous 10 years, 3 months ago

    I echo what @shanebp said.

    Ref: https://codex.wordpress.org/Hardening_WordPress

  • Profile picture of Jonas

    Jonas's profile was updated 10 years, 3 months ago

    Jonas

    @jonaskjodt

    View Profile
  • Profile picture of Andrew Tibbetts

    Andrew Tibbetts replied to the topic Make Group Home the Forum in the forum How-to & Troubleshooting 10 years, 3 months ago

    Found the solution!
    So, in /buddypress/bp-groups/bp-groups-loader.php if found that it’s checking for a “front” template along with Activity Streams being disabled.
    So, I just created an empty front.php file in my overloads /buddypress/groups/single/ folder and, boom!

  • Profile picture of Andrew Tibbetts

    Andrew Tibbetts replied to the topic Make Group Home the Forum in the forum How-to & Troubleshooting 10 years, 3 months ago

    Couple things to consider / need direction on:
    – the URL is still /home. Looking to have /members
    – the “Manage” section for admins—what is the proper way to handle visibility in the nav?

  • Profile picture of David Cavins

    David Cavins replied to the topic How To Get Plaintext Multiline Field? in the forum Creating & Extending 10 years, 3 months ago

    Correct. My answer only disables rich text for specific fields; the other answer disables rich text for all fields. Pick your poison. 🙂

  • Profile picture of David Cavins

    David Cavins replied to the topic Problem after updating to version 4.4.2 home page header in the forum How-to & Troubleshooting 10 years, 3 months ago

    I suspect that BP is trying to use the new cover-header-specific member and group header template files. You can disable them until you have a chance to retheme for cover headers by visiting wp-admin > Settings > BuddyPress > Settings and unchecking the check boxes for group and user cover images:
    Allow registered members to upload cover…[Read more]

  • 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