Hi Mum,
Try this >
http://www.vbulletin.com/forum/showthread.php?t=197563
This will allow you to add a custom page... then its a simple matter of using if statements to pull information from the database
Here is an example (this will show a member's name if they are a member of usergroup 20) and then show an image:
<if condition="$post[usergroupid] == 2 and is_member_of($post, 41)"><img src="images/misc/supporter.gif"></if>
This will get you a list but then pulling the other information i am not sure how to do this.
I hope this helps... i don't have time to work it out right now but its on my to do list.