Back to vBulletin 3.7 Template Modifications

Move Lastpost after threadcount and postcount
Mod Version: 1.00, by Madlike

This modification is in the archives.
vB Version: 3.7.2 Rating: (0 vote - 0 average) Installs: 10
Released: 10 Aug 2008 Last Update: Never Downloads: 1
Not Supported Template Edits Re-usable Code  

This small template modification moves "lastpostby" column, after "threadcount" & "postcount" column.

Find in 'FORUMHOME' teplate:

Code:
	<tr align="center">
	  <td class="thead">&nbsp;</td>
	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
	  <td class="thead">$vbphrase[last_post]</td>
	  <td class="thead">$vbphrase[threads]</td>
	  <td class="thead">$vbphrase[posts]</td>
	  <if condition="$vboptions['showmoderatorcolumn']">
	  <td class="thead">$vbphrase[moderator]</td>
	  </if>
	</tr>
Replace it with this code:

Code:
	<tr align="center">
	  <td class="thead">&nbsp;</td>
	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
	  <td class="thead">$vbphrase[threads]</td>
	  <td class="thead">$vbphrase[posts]</td>
	  <td class="thead">$vbphrase[last_post]</td>
	  <if condition="$vboptions['showmoderatorcolumn']">
	  <td class="thead">$vbphrase[moderator]</td>
	  </if>
	</tr>
Save. Now Open your 'forumhome_forumbit_level2_post' template and find this code:

Code:
	<td class="alt2">$forum[lastpostinfo]</td>
	<td class="alt1">$forum[threadcount]</td>
	<td class="alt2">$forum[replycount]</td>
	<if condition="$vboptions['showmoderatorcolumn']">
	<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
Replace it with this code:

Code:
	<td class="alt2">$forum[threadcount]</td>
	<td class="alt1">$forum[replycount]</td>
	<td class="alt2">$forum[lastpostinfo]</td>
	<if condition="$vboptions['showmoderatorcolumn']">
	<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
Enjoy !

Download

No files for download.

Screenshots

Click image for larger version
Name:	screenshot.gif
Views:	413
Size:	38.4 KB
ID:	85301  

Similar Mods

Move Lastpost Column vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024