Hi Rob
"New members" and "Last Online" I have no answar on, however New Members are on your front page if you click on latest. Hope this and more are improved with the next version..
But I can help you with Viewed Me,
Dolphin have some of this on one page, 'My Contacts': contacts.php
However if you will not show everything, you will only have 'Viewed Me' you can use URL like this I wrote at the botton.
If you will not use default 'My contacts' on My Account page you can do this item inactiv,
and make a new one that will show only 'Viewed Me'.
- Go to Navigation Menu Builder and drag a new menu item bellow My Account.
- Clik on NEW ITEM and write as bellow
System Name: Viewed Me
Language Key: _Viewed Me
Default Name: Viewed Me
URL: contacts.php?show=view&list=me
Target Window: Same
Visible for: Member
SAVE CHANGES
You will now have a new menu tab bellow My Account with name 'Viewed Me'
(you can also code it inside Contacts box on your Account page)
===========
You can do this with all URL bellow, you can choose what you will use or not on your site:
Members you were viewed by: contacts.php?show=view&list=me
Members you have viewed: contacts.php?show=view&list=i
-----------
Members you were greeted by: contacts.php?show=greet&list=me
Members you have greeted: contacts.php?show=greet&list=i
----------
Members you were hotlisted by: contacts.php?show=hot&list=me
Members you have hotlisted: contacts.php?show=hot&list=i
---------
Members you were blocked by: contacts.php?show=block&list=me
Members you have blocked: contacts.php?show=block&list=i
---------
Friend list: contacts.php?show=friends
Update, forgot this
Members you were invited by: contacts.php?show=friends_inv&list=me
Members you have invited: contacts.php?show=friends_inv&list=i
Ottar