Wulfnoth
01-30-2008, 10:00 PM
The second version of my style, now compatible with 3.7 Beta 4. The screenshots are only in german because it's the language of my testboard.
If you want to display the last topics under the menu in sidebar 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 under the menu in sidebar 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 -->