Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Display user country flag in the forum How-to & Troubleshooting 9 years, 6 months ago

    Hi @davehakkens

    bp_member_profile_data() defaults to the current user in the members loop… It is probably coincidence this is the thread starter user, but I can’t remember how bbPress interacts with it.

    What I think you want to do is

    bp_get_member_profile_data(array('field'=>'country', 'user_id' => bbp_get_reply_author_id()))

    That way you’re…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Oembed for actives in the forum Requests & Feedback 9 years, 6 months ago

    They ARE. See https://codex.buddypress.org/activity-embeds/

  • Profile picture of David

    David's profile was updated 9 years, 6 months ago

    David

    @david1616

    View Profile
  • Profile picture of Masoud

    Masoud replied to the topic [Resolved] show buddypress private message button in the forum How-to & Troubleshooting 9 years, 6 months ago

    hi @danbp , and so many manyyy thanks for your help.
    it worked like a charm ^_^

  • Profile picture of Matt2012

    Matt2012 replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 9 years, 6 months ago

    So I still have this issue. Now using the Postman plugin. Is there a simple config option to work with Postman (no body content) or do you recommend another SMTP plugin. Obviously buddypress should be able to play nicely with popular SMTP plugins?

  • Profile picture of Masoud

    Masoud started the topic [Resolved] show buddypress private message button in the forum How-to & Troubleshooting 9 years, 6 months ago

    hi.
    i am using latest version of BP and WordPress.
    and i am working on a food & recipe website.
    in this website, i’d like to show the “private message” button only on admin’s page.
    something with the help of:
    if (current_user_can(administrator) && is_admin())
    { show the button on his profile }
    else
    { hide the button on profiles }

    Or…[Read more]

  • Profile picture of Jonas

    Jonas replied to the topic Localized time stamp broken with 2.7 update in the forum How-to & Troubleshooting 9 years, 6 months ago

    Your time stamps looks correct, I’m guessing you mean the Danish translation isn’t working correctly?

    You can grab the newest Danish Buddypress translation here https://translate.wordpress.org/locale/da/default/wp-plugins/buddypress followed by merging your current buddypress-da_DK.po file in poedit like this…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Member Directory Count & Search Problem in the forum How-to & Troubleshooting 9 years, 6 months ago

    The search function should now find these users. As far as I know, the only thing that separates an active user from an inactive user is last_activity.

  • Profile picture of Emmanuel

    Emmanuel replied to the topic impossible to create new group, register, …. in the forum Installing BuddyPress 9 years, 6 months ago

    hello
    I have checked the pages settings and their association. Buddypress pages have default model.
    I tried to add the site name in my windows hosts file :
    127.0.0.1 localhost
    127.0.0.1 localhost
    ::1 localhost
    ::1 mysite
    127.0.0.1 mysite

    but problems remain.
    I had no other local websites, just a small application that was…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Localized time stamp broken with 2.7 update in the forum How-to & Troubleshooting 9 years, 6 months ago

    @r-a-y Since you worked on this. Any ideas?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic BP 2.7.0 – Problem uploading profile pictures and personal gallery media in the forum How-to & Troubleshooting 9 years, 6 months ago

    @Scaffies (@jenfilgate i’m going to ASSUME you have EXACTLY the same issue, otherwise you should make your own forum topic)

    You said:

    type “Subscriber” / “Participant” can no longer upload new profile pictures, or pictures, video, or audio to their personal galleries

    BuddyPress doesn’t have “personal galleries” built-in. We only support uploadi…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic New date picker and profile field in the forum How-to & Troubleshooting 9 years, 6 months ago

    @r-a-y Did the livestamp changes in 2.7 affect how we’re storing the field *value*?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Forums go to white screen in the forum How-to & Troubleshooting 9 years, 6 months ago

    You’ll need to get access to the server’s PHP Error Logs. Once you do, you should see repeated blocks of text at the bottom of the file defining a Fatal Error. Please copy/paste that message here so we can help you understand what the cause is.

  • Profile picture of Emmanuel

    Emmanuel replied to the topic impossible to create new group, register, …. in the forum Installing BuddyPress 9 years, 6 months ago

    Here is my config please :
    wampserver 2.5
    php v 5.5.12
    apache v 2.4.9
    mysql v 5.6.17
    OS : windows 7
    wordpress 4.6.1
    Buddypress 2.7

    an exemple of error meesage:
    The requested URL /mysite/register/ was not found on this server.
    Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80

    this is the same for groups and so …..
    The requested URL…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Gibbs updated the Participate and Contribute page, on the BuddyPress Codex 9 years, 6 months ago

    Documentation
    Help improve BuddyPress documentation by writing articles or updating existing material on the BuddyPress Codex. Our documentation is volunteer-led and is driven by community contributions, and […]

  • Profile picture of Kevin

    Kevin replied to the topic Member "Last Active" shows current time in the forum How-to & Troubleshooting 9 years, 6 months ago

    I have the same problem too. The problem is occured in class-bp-members-admin.php

    if ( isset( $user->user_status ) && 2 == $user->user_status ) {
    $last_active = $user->user_registered;

    // Account is activated, getting user's last activity.
    } else {
    $last_active = bp_get_user_last_activity( $user->ID ); //<-- ruturn empty string if not…
    [Read more]

  • Profile picture of Berger and Green

    Berger and Green's profile was updated 9 years, 6 months ago

    Berger and Green

    @bergerandgreen

    View Profile
  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Localized time stamp broken with 2.7 update in the forum How-to & Troubleshooting 9 years, 6 months ago

    What language is your site running?

  • Profile picture of razman

    razman replied to the topic [Resolved] Display user id in the forum How-to & Troubleshooting 9 years, 6 months ago

    Thank you @danbp, works like a charm!

  • Profile picture of Emmanuel

    Emmanuel replied to the topic impossible to create new group, register, …. in the forum Installing BuddyPress 9 years, 6 months ago

    I am using
    wordPress 4.6.1
    buddyPress 2.7
    I deleted the other plugins. only buddypress plugin is active but the problem remains
    I try other theme but nothing happen

  • 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