|
Remove 'Threads' and 'Posts' counts column from forumhome
I hate all the 'numbers' on the forumhome so I got rid of the column
![]() This was done on a fixed width forum. Back up these templates so If you stuff up... just paste them back and forget about it... ![]() remove from forumhome_forumbit_level2_post template Code:
<h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4>
<ul class="forumstats td">
<li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
<li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
</ul>
adjust in forumbits.css template for the forumtitle Info width section Code:
.forumbit_post .foruminfo {
width: 63%;
min-width: 30%;
float: {vb:stylevar left};
clear: {vb:stylevar right};
min-height: {vb:stylevar forumicon_size};
}
for the last post Info width section Code:
.forumbit_post .forumrow .forumlastpost {
width: 29%;
font-size: {vb:stylevar mid_fontSize};
padding-top: {vb:math {vb:stylevar padding}/2};
}
for the forumhead 'Last Post' title alignment Code:
.forumbit_nopost .forumhead .forumtitle {
font-size: {vb:stylevar font.fontSize};
min-width: 67%;
}
*Adjust percentages (In bold red) to suit your width Adjust in: Settings - Options - Forum Listings Display Options - Last Thread Title Maximum Displayed Characters to suit 'Last Post' width http://www.aurfscan.com.au/forum.php ![]() Download No files for download. Screenshots |
|||||||||