Replies
- prgbr on November 3, 2025 at 9:18 am in reply to: Recent Visitors For BuddyPress Profile Error #55856This reply has been marked as private.
- prgbr on October 28, 2025 at 11:33 am in reply to: Recent Visitors For BuddyPress Profile Error #55838
Hi,
thx so far.
But this does not work anymore:function buddydev_counter() {
if (
function_exists(‘visitors_is_active_visitor_recording’) &&
function_exists(‘visitors_get_profile_visit_count’) &&
(visitors_is_active_visitor_recording(bp_displayed_user_id()) || bp_is_my_profile())
) {
echo ‘<span class=”separator”>• </span><span class=”activity”>VK-Aufrufe: ‘;
echo visitors_get_profile_visit_count(bp_displayed_user_id());
echo ‘</span>’;
}
}
add_action(‘bp_profile_header_meta’, ‘buddydev_counter’);After mentioned update it does not show counter anymore.
Any idea?
Regards
- prgbr on October 28, 2025 at 10:35 am in reply to: Recent Visitors For BuddyPress Profile Error #55836
Hi,
we need “Simple Profile Privacy”. so solution would be an update for your plugin or a quick workaround…
Regards
- prgbr on October 28, 2025 at 9:37 am in reply to: Recent Visitors For BuddyPress Profile Error #55833
Hi,
we deactivated Plugin organizer
As this is a staging site you can deactivate plugins yourself for testing.
As admin: please try to open this page: https://staging.forum-fuer-senioren.de/mitglieder/seestern47/visitors/Regards
- prgbr on October 27, 2025 at 5:54 pm in reply to: Recent Visitors For BuddyPress Profile Error #55831
Hi,
any update?
Regards
- prgbr on October 23, 2025 at 4:12 pm in reply to: Recent Visitors For BuddyPress Profile Error #55828This reply has been marked as private.
- prgbr on October 23, 2025 at 10:41 am in reply to: Recent Visitors For BuddyPress Profile Error #55826
and BuddyBoss Theme Version: 2.10.0
- prgbr on October 23, 2025 at 8:00 am in reply to: Recent Visitors For BuddyPress Profile Error #55825
Hi,
versions are:
BuddyBoss platform Version 2.10.0
BuddyBoss Pro Version 2.8.0
Wordpress: 6.8.1Regards