Hello,
I actually found the button to enable the counter; didn't realise it was a field - sorry!.
I am having an issue currently which I think may be a bug (using FlexiContent version:
3.2.1.14) where the item is favourited and the initial count is incorrect on page load but when I toggle the favourite button the value corrects itself. This doesn't happen when the item is unfavourited and I load the page and when I toggle it too is correct. For some reason when the item is favourited and the page loads it is one less (probably not including the current item) in the counter.
My example how I'm seeing this:
2 different users have favourited the item.
1 user is logged in.
Logged in user has favourited the item.
Logged in user refreshes page and counter is incorrect (shows 1 instead of 2).
Logged in user toggles favourite button and 1 user is returned in the counter (correct).
Logged in user toggle favourite button again and 2 users are returned in counter (correct).
I checked a print_r of the SQL call in userlist.php and it returns 2 values on page load, so it must be something inside the 'if ( $users_list_type )' statement.
Any ideas?