Replies
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
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