I figured out how to do #2. For those of you interested do the following:
Open enig_sotw template and replace all of its contents with the below:
Code:
<if condition="$vboptions[sotw_enable] ==1">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" colspan="2">
<tr>
<td class="tcat" colspan="3">
<center><a href="$threadurl">$vbphrase[sotw]</a></center>
</td>
</tr>
<tr>
<td class="thead" colspan="1" width="20%">
<center>Winner</center>
</td>
<td class="thead" colspan="1" width="60%">
<center>Signature</center>
</td>
<td class="thead" colspan="1" width="20%">
<center>Info</center>
</td>
</tr>
<tr>
<td class="alt1" width="20%">
<center><a href="member.php?u=$suserid"><img src="image.php?$session[sessionurl]u=$suserid" alt="$susername's Avatar: Click to view Profile" border="0" /></a>
</center>
</td>
<td class="alt1" width="60%">
<center><a href="$threadurl"><img src="$imageurl" alt="Sig Of The Week: Click to view Thread" border="0" /></a>
</center>
</td>
<td class="alt2" width="20%" align="center">
<fieldset colspan="2">
<legend>Details</legend>
<strong>Winner: </strong><br /> <a href="member.php?u=$suserid">$susername</a><br />
<strong>Total Votes:</strong> <br />$votes<br />
<strong>Award $vbphrase[sotw_date]</strong><br /> $date<br />
<strong>Admin Rating:</strong><br /><img src="images/rating/rating_$adminrating.gif" alt="<if condition="$adminrating == 1">Bad</if><if condition="$adminrating == 2">Ok</if><if condition="$adminrating == 3">Good</if><if condition="$adminrating == 4">Great</if><if condition="$adminrating == 5">Excellent</if>" /><br />
<strong>Prize:</strong> <br />$prize<br />
</fieldset></td></tr><tbody>
<tr>
<td class="thead" align="center" colspan="3"><div class="smallfont"><strong>
<a href="sighistory.php$session[sessionurl_q]" rel="nofollow">$vbphrase[sotw_history]</a> <a href="$next">Next Weeks Voting</a>
</strong></div></td>
</tr>
</tbody>
</table>
<br />
</if>
This includes the following features:
- Avatar now added to the left. Clickable and will direct you to the winner's profile.
- Sig Pic is now clickable and will direct you to the thread.
- Centered the details to look a bit better.
- Provided a width percentage for the avatar, sig pic and details fields, making it centered.
It will not display an image if the winner does not have an avatar.