To do what Velocd did, do this:
Code:
// ###############################
// Create a new template named: #
// getinfo_latestposts #
// ###############################
// ENTER THIS: #
// ###############################
<tr>
<td width="70%" bgColor="{firstaltcolor }">
<normalfont><a href="$posturl">$posttitle</a></normalfont></td>
<td width="30%" bgColor="{firstaltcolor }">
<normalfont>$postdate $posttime</normalfont></td>
</tr>
<tr>
<td width="100%" bgColor="{firstaltcolor }">
<smallfont>$addon</smallfont></td>
</tr>
If you've already installed it, then just add this to the end of getinfo_latestposts:
Code:
<tr>
<td width="100%" bgColor="{firstaltcolor }">
<smallfont>$addon</smallfont></td>
</tr>
Also, make sure you delete the extra spaces in {firstaltcolor }. I had to do this so it wouldn't automatically parse here at vB.org.