PDA

View Full Version : Forum Home Enhancements - Move Lastpost after threadcount and postcount


Madlike
08-09-2008, 10:00 PM
This small template modification moves "lastpostby" column, after "threadcount" & "postcount" column.

Find in 'FORUMHOME' teplate:

<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:

<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:

<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:

<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 ! :p

nirvana43
08-11-2008, 01:10 PM
Installed! Thanks man!

Stromba
08-11-2008, 03:00 PM
Thanks verry nice

Madlike
08-11-2008, 07:37 PM
Installed! Thanks man!

Status: Not Downloaded yet :o

Thanks verry nice

You're weLcome :rolleyes:

safakuygur
08-12-2008, 03:10 AM
very nice thanks

teşekkürler arkadaşım

Madlike
08-16-2008, 11:53 AM
very nice thanks

teşekk?rler arkadaşım

Like it ? Then cLick "Mark as Installed"

mesdar
12-12-2008, 05:41 AM
thanks

installed