Back to vBulletin 4.x Template Modifications

United-Forum - Cleaner thread/post column
Mod Version: 1.00, by Mooff

vB Version: 4.x.x Rating: (2 votes - 5.00 average) Installs: 10
Released: 10 Oct 2011 Last Update: Never Downloads: 0
Not Supported Template Edits  

Just a small edit to make the FORUMHOME and FORUMDISPLAY a bit easier on the eye and cleaner (in my opinion).

http://www.united-forum.de

What it does:
Removing the colon between number and name and switching the order, changeing
Posts: 22,345
into
22,345 Posts

Idea behind it: In the default styling it's uneasy on the eye because the positioning is restless. The words "Post, Threads, Views and Replies" jump around each line depending on how many are in that particular forum.

Templates you need to edit in the codebox:
Code:
forumhome_forumbit_level2_post
		old
		<ul class="forumstats td">
			<li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
			<li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
		</ul>
		new
		<ul class="forumstats td">
			<li><b>{vb:raw forum.threadcount}</b> {vb:rawphrase threads}</li>
			<li><b>{vb:raw forum.replycount}</b> {vb:rawphrase posts}</li>
		</ul>
threadbit		
		old
		<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>">
			<li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&amp;t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a></li>
			<li>{vb:rawphrase views}: {vb:raw thread.views}</li>
			<li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li>
		</ul>	
		new
		<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>">
			<li><a href="misc.php?do=whoposted&amp;t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a> {vb:rawphrase replies}</li>
			<li>{vb:raw thread.views} {vb:rawphrase views}</li>
			<li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li>
		</ul>

Enjoy, Mooff.

P.S.: Not supported cause there literaly is nothing to support here.

Download

No files for download.

Screenshots

Click image for larger version
Name:	new_forumhome.jpg
Views:	479
Size:	79.1 KB
ID:	133662   Click image for larger version
Name:	new_forumdisplay.jpg
Views:	417
Size:	80.8 KB
ID:	133663   Click image for larger version
Name:	default_forumhome.jpg
Views:	348
Size:	78.2 KB
ID:	133664   Click image for larger version
Name:	default_forumdisplay.jpg
Views:	292
Size:	82.3 KB
ID:	133665  

Similar Mods

Moderators Functions United-Forum report via private message vBulletin 4.x Add-ons
[release] Last Thread Titles on Forumhome (Cleaner) vBulletin 2.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024