To create the archive I have on my website, download the attached php from this post.
Then create a new template called motw_archive.
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar
<center>
<div style="padding:0px 0px 0px 0px">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%">
<thead>
<tr>
<td class="tcat" colspan="5" style="text-align:center">
Member Of The Week Archives
</td>
</tr>
</thead>
<tr>
<td align="center" class="thead" border="0">Date Awarded</td>
<td align="center" class="thead" border="0">Member's Avatar</td>
<td align="center" class="thead" border="0">Member's Details</td>
<td align="center" class="thead" border="0">Member's Prize</td>
<td align="center" class="thead" border="0">Member's Notes</td>
</tr>
<tr>
<td align="center" class="alt1" border="0">
<fieldset class="fieldset"><legend>Date</legend>
<div>Sunday 4th October 2009</div></fieldset>
</td>
<td align="center" class="alt2" border="0"><a href="member.php?u=71"><img src="image.php?$session[sessionurl]u=71" border="0" alt="Sarahsaur's Avatar" /></a>
</td>
<td align="center" valign="middle" class="alt1" border="0">
<fieldset class="fieldset"><legend>Profile</legend>
<div><b>Name:</b> <a href="member.php?u=71">Sarahsaur</a></div>
<div><b>Posts:</b> <a href="search.php?$session[sessionurl]do=finduser&u=71">Search Posts</a></div>
<div><b>Threads:</b> <a href="search.php?$session[sessionurl]do=finduser&u=71&starteronly=1">Search Threads</a></div></fieldset>
</td>
<td align="center" valign="middle" class="alt2" border="0">
<fieldset class="fieldset"><legend>Prize</legend>
<div><b>Prize:</b> 100,000 credits</div>
<div><a href="http://www.mjjboard.com/showthread.php?t=11630">Congratulate Member Thread.</a></div></fieldset>
</td>
<td align="center" valign="middle" class="alt1" border="0">
<fieldset class="fieldset"><legend>Reason for Nomination</legend>
<div>For her intelligent contribution to the board.</div></fieldset>
</td>
</tr>
</table>
</div>
</center>
$footer
</body>
</html>
Copy and paste the green code and place underneath previous one each time you have another member of week, taking note to change each red instance to reflect.