-
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.
-
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.
-
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!
-
Ashim Adhikari replied to the topic fetching specfic role users in the forum Requests & Feedback 9 years, 2 months ago
any solution?
-
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.
-
AiratTop replied to the topic Trying to get property of non-object in the forum How-to & Troubleshooting 9 years, 2 months ago
-
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 884WordPress 4.7.2
BuddyPress 2.8.1
PHP 7.1.2-3+deb.sury.org~xenial+1
https://airat.biz -
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.
-
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?
-
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?
-
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!
-
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 -
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.
-
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.
-
Extreme Growth's profile was updated 9 years, 2 months ago
-
Dominic Bowkett's profile was updated 9 years, 2 months ago
-
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 🙂
-
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?
-
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.
-
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