United-Forum - Cleaner thread/post column
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&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&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 |
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 |