Wulfnoth
08-06-2007, 10:00 PM
The Buttons are german but the PSD-files are included in the zip-file, so everybody can change it.
If you want to display the last topics like on the screenshot you have to install this mod (http://www.vbdesigns.de/vbulletin-scripte/last-x-threads-4992.html) from vBDesigns.de and add the following code to the 'header' template.
<!-- lastthreads -->
<table cellspacing="0" cellpadding="0" border="0" width="187">
<tr>
<td class="top_right" style="padding-left:2mm;">$vbphrase[x_last_threads]</td>
</tr>
<tr>
<td style="padding-top:1mm;">$last_threads</td>
</tr>
<tr>
<td class="menuebg">
<form action="$scriptpath" method="post">
$vbphrase[x_zeigen]:
<select name="limits">
<option>#</option>
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
</select>
<input type="submit" value="Los" class="button" /></form><br />
</td>
</tr>
<tr>
<td style="padding-top:1mm; padding-bottom:1mm; "><img src="http://www.my-vb.de/board/images/orange/misc/separator2.gif" border="0" alt="" /></td>
</tr>
</table>
<!-- /lasthreads -->
If you want to display the last topics like on the screenshot you have to install this mod (http://www.vbdesigns.de/vbulletin-scripte/last-x-threads-4992.html) from vBDesigns.de and add the following code to the 'header' template.
<!-- lastthreads -->
<table cellspacing="0" cellpadding="0" border="0" width="187">
<tr>
<td class="top_right" style="padding-left:2mm;">$vbphrase[x_last_threads]</td>
</tr>
<tr>
<td style="padding-top:1mm;">$last_threads</td>
</tr>
<tr>
<td class="menuebg">
<form action="$scriptpath" method="post">
$vbphrase[x_zeigen]:
<select name="limits">
<option>#</option>
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
</select>
<input type="submit" value="Los" class="button" /></form><br />
</td>
</tr>
<tr>
<td style="padding-top:1mm; padding-bottom:1mm; "><img src="http://www.my-vb.de/board/images/orange/misc/separator2.gif" border="0" alt="" /></td>
</tr>
</table>
<!-- /lasthreads -->