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 Trying to get property of non-object in the forum How-to & Troubleshooting 9 years, 2 months ago

    @danbp Thanks for pointing that out, I’ll keep it in mind. My only thought is how do we know this issue is PHP 7 specific? To me it looks unrelated to PHP version.

  • Profile picture of The API Guys

    The API Guys replied to the topic Compatible with Enfold in the forum How-to & Troubleshooting 9 years, 2 months ago

    I don’t know what this means? Link?

    I just see in the page of enfold that retirano

    I don’t see how it loses compatibility with BuddyPress. AFAIK out of the box, Enfold doesn’t really have it. It needs to be customized in the child theme.

  • Profile picture of SoloWhale

    SoloWhale started the topic How to Show Group Member's Blog Posts in New Group Tab? in the forum How-to & Troubleshooting 9 years, 2 months ago

    I need Show Buddypress Group Member’s Blog Posts in New Group Tab,I did not find the available plugins.Help me,Thank you!

  • Profile picture of Ashim Adhikari

    Ashim Adhikari replied to the topic fetching specfic role users in the forum Requests & Feedback 9 years, 2 months ago

    @shanebp

    any solution?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Trying to get property of non-object in the forum How-to & Troubleshooting 9 years, 2 months ago

    @airathalitov instead of commenting on an existing issue, this is probably worthy of opening a new ticket.

  • Profile picture of AiratTop

    AiratTop replied to the topic Trying to get property of non-object in the forum How-to & Troubleshooting 9 years, 2 months ago

    @danbp

    Have I correctly made?

    https://buddypress.trac.wordpress.org/ticket/7392#comment:19

  • Profile picture of AiratTop

    AiratTop started the topic Trying to get property of non-object in the forum How-to & Troubleshooting 9 years, 2 months ago

    Log in WP_DEBUG mode

    PHP Notice: Trying to get property of non-object in /site_path/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 884

    WordPress 4.7.2
    BuddyPress 2.8.1
    PHP 7.1.2-3+deb.sury.org~xenial+1
    https://airat.biz

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Choose categories or tags for activities in the forum How-to & Troubleshooting 9 years, 2 months ago

    Great to hear! A typo in the function name is always a hard one to debug unless the function doesn’t exist and you get a PHP error.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Choose categories or tags for activities in the forum How-to & Troubleshooting 9 years, 2 months ago

    Can you see what bp_activity_id() is returning by using var_dump() on the $actID variable?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Not getting BuddyPress registration emails in the forum Installing BuddyPress 9 years, 2 months ago

    Are you sure the emails aren’t being sent? Could the BP emails be going into a spam folder?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic City, State, Country Location Plugin in the forum Third Party Plugins 9 years, 2 months ago

    It’s a single field.

    That’s good because it makes the user location simple

    Thanks for the info!

  • Profile picture of Henry Wright

    Henry Wright replied to the topic City, State, Country Location Plugin in the forum Third Party Plugins 9 years, 2 months ago

    Nice @shanebp!

    Does the plugin support dependent fields? This kind of thing:

    Town
    City – auto populated based on value of Town
    Country – auto populated based on value of Town

  • Profile picture of Dominic Bowkett

    Dominic Bowkett replied to the topic How to delete automatic message in the forum Installing BuddyPress 9 years, 2 months ago

    you can mark them spam to delete it.

  • Profile picture of Dominic Bowkett

    Dominic Bowkett replied to the topic How to hide the RSS button in the forum Installing BuddyPress 9 years, 2 months ago

    you can hide Rss feed link from public to private.

  • Profile picture of Extreme Growth

    Extreme Growth's profile was updated 9 years, 2 months ago

    Extreme Growth

    @extremegrowthuk

    View Profile
  • Profile picture of Dominic Bowkett

    Dominic Bowkett's profile was updated 9 years, 2 months ago

    Dominic Bowkett

    @dominicbowkett

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic City, State, Country Location Plugin in the forum Third Party Plugins 9 years, 2 months ago

    Thanks; it’s useful to know 🙂

  • Profile picture of Henry Wright

    Henry Wright replied to the topic City, State, Country Location Plugin in the forum Third Party Plugins 9 years, 2 months ago

    That’s an interesting plugin. Do you know if the location fields are xProfile fields?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Change Text on Registration Page in the forum How-to & Troubleshooting 9 years, 2 months ago

    Take a look at the Template Hierarchy article. The register.php template is the one you’ll need to modify.

    Template Hierarchy

  • Profile picture of Andrew

    Andrew started the topic Problem using an xProfile function in the forum Creating & Extending 9 years, 2 months ago

    I recently got an error on the latest update because of my function:

    function mn_member_short_description() {
    $args = array(
    'field' => 'Short Description', // Field name or ID.
    );

    if ($short_description = xprofile_get_field_data($args, bp_get_member_user_id())) {
    echo esc_html($short_description);
    }
    }

    I got a notice:
    Notice:…[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