Back to vBulletin 4.x Template Modifications

Remove 'Threads' and 'Posts' counts column from forumhome
Mod Version: 1.00, by AURFSCAN

vB Version: 4.x.x Rating: (24 votes - 4.67 average) Installs: 133
Released: 09 Jan 2011 Last Update: Never Downloads: 0
Not Supported Template Edits  

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

Click image for larger version
Name:	nonumbers.jpg
Views:	3181
Size:	338.1 KB
ID:	125413  


vblts.ru supports vBulletin®, 2022-2024