Thanks for your reply. I have looked in SSI.php and the only lines that I can see are
// echo '
// ', comma_format($return['num_guests']), ' ', $return['num_guests'] == 1 ? $txt['guest'] : $txt['guests'], ', ', comma_format($return['num_users_online']), ' ', $return['num_users_online'] == 1 ? $txt['user'] : $txt['users'];
I have commented the lines out as shown above having first tried just deleting the part of the line that refers to guests. That didn't make any difference, so I tried commenting out the whole 2 lines of code as above - that still didn't make any difference either as the information still shows. I can turn offthe block in TP and everything disappears, but I really like having who's online showing with their avatar.
I couldn't see anywhere in SSI.php where there was any mention of "integrate".
So I'm no further forward really. Any other suggestions?
Thanks for your assistance