Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Show id user in Screen Option admin backend in the forum Installing BuddyPress 8 years, 5 months ago

    Check out this tutorial: https://rudrastyh.com/wordpress/get-user-id.html#user_id_column

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic customize members page in the forum How-to & Troubleshooting 8 years, 5 months ago

    > i created customed fields for the inner-page of the user, but they don’t show in the members list page.

    The details depend on how you created these “customed fields”. If they are xprofile fields, then the simplest way is to do this:


    $user_id = bp_get_member_user_id();
    $data = xprofile_get_field_data( 'Custom Field Name', $user_id );
    if ( $…
    [Read more]

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Put user descripton under avatar in whos online in the forum How-to & Troubleshooting 8 years, 5 months ago

    Your problem is probably bp_displayed_user_id(). This returns the ID of the user whose profile you’re currently viewing – that is, example.com/members/username.

    Within a bp_has_members() loop, use bp_get_member_user_id() instead.

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Latest version (2.9.2) breaks wishlist Membership and Revolution Slider in the forum Installing BuddyPress 8 years, 5 months ago

    Can you say how the slider is “broken”? I just clicked on the link and it seems to be working OK.

    You might consider opening your JS console (generally, press F12 and hit the Console tab) to see if you find any JS errors that might be triggering something to break.

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Change mentionname to displayname in "cover-image-header.php" in the forum How-to & Troubleshooting 8 years, 5 months ago

    Cool – thanks for reporting back!

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Create link to logged-in member profile page? in the forum How-to & Troubleshooting 8 years, 5 months ago

    I think you want something like this:


    $user_id = bp_loggedin_user_id();
    $user_profile_url = bp_core_get_user_domain( $user_id );

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Buddypress how to make two user friends by their user id via custom code in the forum How-to & Troubleshooting 8 years, 5 months ago

    BP’s functions may not be completely loaded by the time functions.php is loaded, so it may not be possible to run directly in functions.php. That being said, there is very little that you should be doing directly in functions.php, aside from calls to add_filter() or add_action(). Similarly, your friend actions should take place inside of a…[Read more]

  • Profile picture of halen royal

    halen royal's profile was updated 8 years, 5 months ago

    halen royal

    @halenroyal

    View Profile
  • Profile picture of Zonex Slusni aparati

    Zonex Slusni aparati's profile was updated 8 years, 5 months ago

    Zonex Slusni aparati

    @harackepard1

    View Profile
  • Profile picture of realitysecrets8

    realitysecrets8's profile was updated 8 years, 5 months ago

    realitysecrets8

    @realitysecrets7

    View Profile
  • Profile picture of Ankit Joshi

    Ankit Joshi replied to the topic Buddypress how to make two user friends by their user id via custom code in the forum How-to & Troubleshooting 8 years, 5 months ago

    Yes I have checked all the functions but I am working in child theme functions.php file and buddypress friends_add_friend function is not working in this file directly. DO I need to import any file here?

    So can you please let me know

  • Profile picture of Mendesire Secrets

    Mendesire Secrets's profile was updated 8 years, 5 months ago

    Mendesire Secrets

    @mendesiresecrets5

    View Profile
  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Group Wizard Fails at Step 2 in the forum How-to & Troubleshooting 8 years, 5 months ago

    Hi @angrywarrior – Really sorry to hear you are having troubles.

    The “are you sure…” message indicates that a nonce check is failing. It makes sense that the nonce check is failing, since the nonce field is not being rendered on the second step of the wizard – from what you described, nothing is.

    > next step is blank – you can only see the b…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic http://www.zzelzal.com/ site in arabic in the forum How-to & Troubleshooting 8 years, 5 months ago

    Check out the Languages and Translations article:

    Languages and Translations

  • Profile picture of Henry Wright

    Henry Wright replied to the topic WordPress and buddypress User in the forum How-to & Troubleshooting 8 years, 5 months ago

    WordPress users are BuddyPress users. They’re stored in the wp_users table.

  • Profile picture of Boone Gorges

    Boone Gorges replied to the topic Groups not displaying properly in the forum How-to & Troubleshooting 8 years, 5 months ago

    CSS changes must go in a CSS file; putting them into a header.php file won’t do anything, unless you use some specific syntax.

    It’s possible that the style.css sheet that you are referencing is not actually being loaded, due to an improperly built child theme. You can tell by viewing the source of the page and looking for a file being loaded in a…[Read more]

  • Profile picture of dustin jonah

    dustin jonah's profile was updated 8 years, 5 months ago

    dustin jonah

    @dustinjonah

    View Profile
  • Profile picture of stev hopper

    stev hopper's profile was updated 8 years, 5 months ago

    stev hopper

    @stevhopper

    View Profile
  • Profile picture of John Marshl

    John Marshl's profile was updated 8 years, 5 months ago

    John Marshl

    @wilksm40z

    View Profile
  • Profile picture of dustin pedal

    dustin pedal's profile was updated 8 years, 5 months ago

    dustin pedal

    @dustinpedal

    View Profile
  • 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