-
Mr. Vibe replied to the topic Profile Menu Edit in the forum How-to & Troubleshooting 4 years, 8 months ago
This is a javascript issue not connected to BuddyPress at all.
-
SuitePlugins replied to the topic Buddypress menu – show tab not only to user in the forum How-to & Troubleshooting 8 years, 7 months ago
You can add the following to your array
‘show_for_displayed_user’ => bp_core_can_edit_settings(),
-
Marcella replied to the topic Theme in Development: Preview & Feedback? in the forum Showcase 9 years, 6 months ago
Thanks @danbp for the link.
I’ll be sure to prep with the guidelines depending on where this goes.
-
Alexander started the topic annoy problematic member plugin in the forum Installing BuddyPress 11 years, 4 months ago
Hey there, I thought I saw a few months back a buddypress plugin that allowed the site admin to define a particular user as problematic. This plugin supposedly made the user experience slow loading time and poor performance. Im searching for this plugin now but can’t find it. Does anyone know of a plugin as such and where I could download it? Thanks!
-
landwire replied to the forum topic Filter members by custom fields in the group How-To and Troubleshooting 13 years, 1 month ago
Hi all,
looking to exactly do this. Filter members by user role! Can anyone share any code? I think that would be a great addition to the BP core anyway!!!
@buzz2050 Have you got any code to share? -
thecorkboard posted on the forum topic Checking if user has an update or not, in the group How-To and Troubleshooting 13 years, 4 months ago
I was able to preface the update if it existed with this:
‘
$latest_update = bp_get_activity_latest_update();
if ( bp_get_activity_latest_update() )
echo “and the latest update was: $latest_update “; […]
@halleberry45
Active 2 years, 1 month ago